On 7/9/06, Hiroshi SAKURAI <[EMAIL PROTECTED]> wrote:
> Hi
>
> fish-1.21.8 on NetBSD3.0.
>
> First time when I tab-complete help command after starting fish,
> fish emits error as follows.
>
>   $ help expand(hit tab)
>   fish: An error occurred while redirecting file
> '/usr/share/doc/fish-1.21.7/commands.html'
>   open: No such file or directory
>
> This is because completions/help.fish trys to open that
> non-existent file.
> functions/help.fish also trys to open the file.
>
> Should it be fixed or is it intentional?

Ok, I could have sworn that issue was fixed a few weeks ago, but I can
see I didn't. The trouble is that when fish tries to do a bit of
clever grepping in the documentation in order to get completions for
the help commands, it accidentally uses a hardcoded path for where to
find the documentation, when it should really use the $__fish_help_dir
environment variable. I've fixed this in the darcs tree now.

Thanks for the bug report.


>
> --
> Hiroshi SAKURAI
> http://vimrc.hp.infoseek.co.jp/
>

-- 
Axel


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to