bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11886: 24.1; Ctrl-G in an emacs running in a terminal sends a SIGINT


From: Vincent Lefevre
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:01:34 +0200
User-agent: Mutt/1.5.21-6205-vl-r52214 (2012-05-24)

On 2012-07-09 18:41:40 +0200, Andreas Schwab wrote:
> Vincent Lefevre <vincent@vinc17.net> writes:
> 
> > On 2012-07-09 16:29:35 +0200, Andreas Schwab wrote:
> >> Vincent Lefevre <vincent@vinc17.net> writes:
> >> 
> >> > This can be seen with dash, mksh and posh under Debian. For instance:
> >> >
> >> > $ dash -c "/usr/local/emacs-24.1/bin/emacs -Q -nw"
> >> 
> >> What happens when you run gdb like this and type C-c?
> >
> > Exactly the same thing and differences between shells.
> 
> I think this is a bug in the shell.  It should ignore SIGINT and SIGQUIT
> while executing the command.

I can report a bug against these shells, but how does a shell make
a difference between

  some_shell -c "/bin/sleep 3"

(on which SIGINT isn't ignored) and

  some_shell -c "emacs ..."

(on which it should ignore SIGINT)?

-- 
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 via email to

[Prev in Thread] Current Thread [Next in Thread]