On 5 Apr 2010, at 1:04, David Frascone wrote: > That's two seperate problems: > > 1) not properly quoting the URL so that the hash is interpreted as a > comment
That is not actually the only problem here. The problem is that open 'file:/somewhere/commands.html#complete' complains that there is no file called /somewhere/ commands.html#complete (which is right...) I have not found a way to tell the program open to open an html page and go a particular section.... Michael > 2) bad installation confused about the location of the help files. > > -Dave > > Sent from my iPhone > > On Apr 4, 2010, at 5:05 PM, Philip Ganchev <[email protected]> > wrote: > >> The problem is more general. For example, on Linux where "help" is >> configured to use w3m: >> >> ~> help complete >> w3m: Can't load file:///usr/share/doc/fish/builtins.html#complete. >> ~> ls /usr/share/doc/fish/builtins.html >> ls: cannot access /usr/share/doc/fish/builtins.html: No such file >> or directory >> ~> w3m '/usr/share/doc/fish/commands.html#complete' >> # Works >> ~> fish --version >> fish, version 1.23.1 >> >> On Sun, Apr 4, 2010 at 3:00 AM, Michael Lachmann >> <[email protected]> wrote: >>> On my machine, calling help only opens the main help page, and does >>> not go to the specific page. >>> So: >>> help complete >>> open the help page commands.html, instead of commands.html#complete >>> (I have BROWSER set to "open") >> [...] >>> Works, but maybe there is a more elegant solution? >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Fish-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/fish-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
