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

Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)



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