unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.net>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: 11886@debbugs.gnu.org
Subject: bug#11886: 24.1; Ctrl-G in an emacs running in a terminal sends a SIGINT to the parent shell
Date: Tue, 7 Aug 2012 16:05:07 +0200	[thread overview]
Message-ID: <20120807140507.GB5316@xvii.vinc17.org> (raw)
In-Reply-To: <m2a9z85cqx.fsf@igel.home>

I've reported the problem in the Debian BTS for dash:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683671

Now I remember that the problem is described on:

  http://www.cons.org/cracauer/sigint.html

And contrary to what I've said, zsh is also buggy, but only in the
case where the command is *not* the last one (I suppose that this
difference is because zsh does an exec for the last command, when
possible).

On 2012-07-10 08:52:38 +0200, Andreas Schwab wrote:
> Vincent Lefevre <vincent@vinc17.net> writes:
> 
> > It seems that the condition is that the command traps the signal.
> 
> Of course.  A command that exits on C-c exits on C-c.

Actually, no. This was my test that was buggy:

ypig:~> cat trap.sh
#!/bin/bash

trap 'kill -INT $$' INT
sleep 3
ypig:~> zsh -c trap.sh; echo foo
^Czsh: exit 130   zsh -c trap.sh
foo

A correct test, with

  trap 'trap - INT; kill -INT $$' INT

shows that "foo" is not output, as expected.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)





  reply	other threads:[~2012-08-07 14:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 12:12 bug#11886: 24.1; Ctrl-G in an emacs running in a terminal sends a SIGINT to the parent shell Vincent Lefevre
2012-07-09 14:29 ` Andreas Schwab
2012-07-09 16:08   ` Vincent Lefevre
2012-07-09 16:41     ` Andreas Schwab
2012-07-10  0:01       ` Vincent Lefevre
2012-07-09 16:51     ` Andreas Schwab
2012-07-10  0:18       ` Vincent Lefevre
2012-07-10  6:52         ` Andreas Schwab
2012-08-07 14:05           ` Vincent Lefevre [this message]
2012-08-07 17:42             ` Vincent Lefevre
2012-07-09 15:22 ` Andreas Schwab
2012-11-26 22:36 ` Paul Eggert

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20120807140507.GB5316@xvii.vinc17.org \
    --to=vincent@vinc17.net \
    --cc=11886@debbugs.gnu.org \
    --cc=schwab@linux-m68k.org \
    /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.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).