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 12523
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)
- Date: Fri, 4 Aug 2000 07:38:38 +0000
- In-reply-to: <1000804071658.ZM23782@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200008040701.JAA23407@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <1000804071658.ZM23782@xxxxxxxxxxxxxxxxxxxxxxx>
On Aug 4, 7:16am, Bart Schaefer wrote:
} Subject: Re: PATCH: Re: completion problem with filename including # (and
}
} One, we could pitch out the path length test and simply let domkdir()
} fail -- and perhaps test the value of errno to decide whether to break
} or continue as a result.
Sorry, that doesn't work if the goal is that no directories in the path
get created if the whole path can't be created. So that leaves us to
dig around for a max path length.
I suspect the True64 pathconf() is actually broken in this respect, Sven.
--
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