zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: zsh-workers@math.gatech.edu (Zsh hackers list)
Subject: Re: Bugreport zsh 3.1.2: Shell exits prematurely after aborting history-incremental-search-backward
Date: Fri, 12 Jun 1998 11:16:10 +0200	[thread overview]
Message-ID: <199806120916.LAA22941@hydra.ifh.de> (raw)
In-Reply-To: ""Bart Schaefer""'s message of "Thu, 11 Jun 1998 19:58:18 MST." <980611195818.ZM18687@candle.brasslantern.com>

"Bart Schaefer" wrote:
> I still
> think there's an EOF being incorrectly propagated when the bck-i-search:
> prompt is interrupted with C-c, but perhaps that doesn't matter if this
> masks it.

I think even that's OK.  There were two distinct EOF's involved.  The
one I found from debugging was from a previous source:  it really did
reach EOF, so that was the correct behaviour.  The bug was this was 
being remembered, and later on a chain of events (flushing data when
there wasn't any causing a lexstop with no yylex active) caused
*another* EOF to be returned, this time incorrectly, from zleread().
The bug was the chain of events in between, not the EOF's.  (Or am I
missing the point?)

> Side note:  What's the point of leaving out the 'a' in "bck"?  Just to
> make it the same number of characters as "fwd"?

I suppose Paul had an aversion to typing.  Probably understandable
under the circumstances.  He was a vi user :-).

-- 
Peter Stephenson <pws@ifh.de>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy


  reply	other threads:[~1998-06-12  9:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-01 19:57 Torsten Hilbrich
1998-06-02 15:49 ` Peter Stephenson
1998-06-02 17:41   ` Bart Schaefer
1998-06-03  9:09     ` Peter Stephenson
1998-06-11 15:26 ` Peter Stephenson
1998-06-12  2:58   ` Bart Schaefer
1998-06-12  9:16     ` Peter Stephenson [this message]
1998-06-12 15:38       ` Bart Schaefer
1998-06-12 21:41   ` Torsten Hilbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199806120916.LAA22941@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).