zsh-users
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: "Bart Schaefer" <schaefer@brasslantern.com>
Cc: zsh-users@math.gatech.edu
Subject: Re: zsh exits suddenly.
Date: 24 Jun 1998 05:35:05 +0900	[thread overview]
Message-ID: <rsq7m27x3eu.fsf@is27e1s03.jaist.ac.jp> (raw)
In-Reply-To: "Bart Schaefer"'s message of "Tue, 23 Jun 1998 11:25:17 -0700"

In article <980623112518.ZM375@candle.brasslantern.com>,
  "Bart Schaefer" <schaefer@brasslantern.com> writes:

> I finally figured out where that's happening -- it's in ing%tc(), which
> is called from the SIGINT handler() via inerrflush().  However, I still
> don't know how to fix the problem.

Why following fix is wrong?

------------------------------------------------------------
--- signals.c.org	Wed Jun 24 04:38:45 1998
+++ signals.c	Wed Jun 24 04:40:24 1998
@@ -479,6 +479,7 @@
                 breaks = loops;
                 errflag = 1;
 		inerrflush();
+                lexstop = 0;
             }
         }
         break;
------------------------------------------------------------

Although I found that setopt ignoreeof prevents exiting zsh suddenly
in exchange for annoying errors...
-- 
[Tanaka Akira]


      reply	other threads:[~1998-06-23 20:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-23 14:45 Tanaka Akira
1998-06-23 18:25 ` Bart Schaefer
1998-06-23 20:35   ` Tanaka Akira [this message]

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=rsq7m27x3eu.fsf@is27e1s03.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@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).