Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)
- X-seq: zsh-workers 12506
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)
- Date: Thu, 3 Aug 2000 10:38:09 -0400
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <200008031330.PAA22832@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from wischnow@xxxxxxxxxxxxxxxxxxxxxxx on Thu, Aug 03, 2000 at 03:30:56PM +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200008031330.PAA22832@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> There is another problem with the pathmax stuff: with the files
> module, doing `mkdir foo' fails because it tries to get the pathname
> length of a non-existing directory. Haven't checked if there are other
> builtins with this problem.
I tested this, and it worked fine. Perhaps this means that glibc 2.1.3 is
broken. I just now tried it under FreeBSD 4.0, and OpenBSD 2.7, and ran
into the error you mentioned.
I think that statting to find the mount point would be too wasteful.
Dropping the tail could work except for things like mkdir -p.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author