On 9/2/06, Martin Baehr <[EMAIL PROTECTED]> wrote:
[...]
> interrestingly, after creating a fixed copy of the function in my users
> directory i discovered this:
> > ls bar
> bar*  baz*  gazong*
> > ls bar
> bar  baz  gazong
> > functions ls
> function ls --description List\ contents\ of\ directory
>         command ls --color=auto $argv
> end
>
> > functions ls
> function ls --description List\ contents\ of\ directory
>         command ls --color=auto --indicator-style=classify $argv
> end
>
> it seems that fish is getting randomly confused about which function to use...
[...]

I cannot reproduce this.  I get only the new version of the function,
which I think is the intended behavior.  Do you get two functions if
you redefine from the command line?  Do you by chance have two copies
of the Fish daemon, "fishd", running?

-------------------------------------------------------------------------
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