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, 10 Jul 2012 02:18:15 +0200	[thread overview]
Message-ID: <20120710001815.GR5847@xvii.vinc17.org> (raw)
In-Reply-To: <m2d344c1z3.fsf@igel.home>

On 2012-07-09 18:51:12 +0200, Andreas Schwab wrote:
> You will probably get the same behaviour with any other interactive
> command.  Emacs was unusual in that it put itself in its own process
> group.

No, a Ctrl-C in

  zsh -c "info Emacs"; echo foo

interrupts info though it is interactive, contrary to what happens
with gdb and Emacs. It seems that the condition is that the command
traps the signal. One even has:

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

-- 
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-07-10  0:18 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 [this message]
2012-07-10  6:52         ` Andreas Schwab
2012-08-07 14:05           ` Vincent Lefevre
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=20120710001815.GR5847@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).