Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: named directory completion



[moved to -workers]

On Nov 22,  3:38pm, Peter Stephenson wrote:
} Subject: Re: named directory completion
}
} Le Wang wrote:
} > I'm having trouble completing stuff like ~username on
} > solaris 8.  It works for some users but for others Zsh
} > seems to want to usr their login shell as home dir:
} 
} Possibly there's some bug in the NIS handling in completion.

The completion code just uses `userdirs' from the zsh/parameter module,
which in turn just reads from the nameddirtab, so the bug is in the C
code for named directories in general.

Is this possibly an NIS v. NIS_PLUS conflict of some sort?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author