Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and line breaks
- X-seq: zsh-workers 19711
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: "Peter A. Castro" <doctor@xxxxxxxxxxxx>
- Subject: Re: zsh and line breaks
- Date: Wed, 31 Mar 2004 14:45:28 +0200
- Cc: zzapper <david@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx, cygwin@xxxxxxxxxx
- In-reply-to: <Pine.LNX.4.53.0403301047250.5939@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <s38u10erwrz.fsf@xxxxxxxxxxxxxxxxxxxx> <1vvf60l9i7n4nlobcroik2le5ofe6v2rn4@xxxxxxx> <Pine.LNX.4.53.0403291441160.5939@xxxxxxxxxxxxxxxxxxxx> <3372.1080639122@xxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.53.0403301047250.5939@xxxxxxxxxxxxxxxxxxxx>
"Peter A. Castro" wrote:
> > Are those corrections likely to be limited to the Cygwin package for
> > zsh?
>
> Yes. Currently, my changes are Cygwin specific and really don't apply to
> the other platforms.
It is easy for us to add `#ifdef __CYGWIN__' around changes or #define
O_TEXT to zero on other systems so if you do correct the problem,
please send the changes back to us.
> I'm aware of O_TEXT and I thought I'd changed all of the places where
> files are opened already, but I just checked my patches and those changes
> are gone! AARRGGHH!! Ok, I'll re-edit and get that back in. Going
> through stdin or via piped fds may be an issue still. Anyway, thanks for
> the thought!
It seems there is a setmode() function declared in io.h which will
allow the mode to be changed on any already open file descriptors.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author