From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9971 invoked from network); 22 Nov 2001 18:14:32 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Nov 2001 18:14:32 -0000 Received: (qmail 2681 invoked by alias); 22 Nov 2001 18:14:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16280 Received: (qmail 2666 invoked from network); 22 Nov 2001 18:14:24 -0000 From: Bart Schaefer Message-Id: <1011122181420.ZM3813@candle.brasslantern.com> Date: Thu, 22 Nov 2001 18:14:20 +0000 In-Reply-To: <12806.1006443480@csr.com> Comments: In reply to Peter Stephenson "Re: named directory completion" (Nov 22, 3:38pm) References: <12806.1006443480@csr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk, Peter Stephenson Subject: Re: named directory completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii [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