Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: named directory completion
- X-seq: zsh-workers 16280
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, Peter Stephenson <pws@xxxxxxx>
- Subject: Re: named directory completion
- Date: Thu, 22 Nov 2001 18:14:20 +0000
- In-reply-to: <12806.1006443480@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <12806.1006443480@xxxxxxx>
[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