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
