Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.1.2-zefram3
- X-seq: zsh-workers 3729
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: zsh-3.1.2-zefram3
- Date: Mon, 19 Jan 1998 09:58:48 +0100
- In-reply-to: ""Bart Schaefer""'s message of "Sun, 18 Jan 1998 09:38:36 MET." <980118093836.ZM5175@xxxxxxxxxxxxxxxxxxxxxxx>
"Bart Schaefer" wrote:
> On Jan 18, 3:14pm, Anthony Heading wrote:
> } In zleread()
> }
> } - if (!ll && isfirstln && c == eofchar) {
> } + if (c == eofchar && cs == ll && cs == findbol()) {
> } eofsent = 1;
> } break;
> } }
> }
>
> The condition changed from 3.0.2 to 3.0.3, adding the "&& isfirstln".
> That was sometime before 27 June 1997. I don't know exactly what that
> accomplished.
I think it was I (all right, me) that changed it, so that if you type
\<RETURN> then typing a ^D acted as list-choices instead of eof. This
seemed logical since lexically you are in the middle of a line.
> } This is probably the point where I become unhinged. At least in the
> } environment where I work, flexibility in user-space configuration is
> } absolutely no substitute for a satisfactory default.
>
> I agree completely.
Actually, if we have a mission statement ("...proactively integrate
synergetic industry metaphors into a dynamic system-invariant
state-of-the-art user interface..." ???), I vote for inclusion of the
phrase "flexibility in user-space configuration is absolutely no
substitute for a satisfactory default" (suitably disguised, of course).
> } Nu chto zh.
>
> What?
Hmm, I don't think that one came out of the mission statement
generator.
--
Peter Stephenson <pws@xxxxxx> Tel: +39 50 911239
WWW: http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author