From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#12697: 24.2; Emacs crashes when using it as the commit editor for git Date: Mon, 22 Oct 2012 19:15:19 +0200 Message-ID: <83k3uictso.fsf@gnu.org> References: <87vce38tqp.fsf@matt-laptop.i-did-not-set--mail-host-address--so-tickle-me> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1350926244 19181 80.91.229.3 (22 Oct 2012 17:17:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2012 17:17:24 +0000 (UTC) Cc: matthew@mattleach.net, 12697@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 22 19:17:31 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TQLd4-0000pk-QS for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Oct 2012 19:17:30 +0200 Original-Received: from localhost ([::1]:33340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQLcx-0000iQ-2U for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Oct 2012 13:17:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQLcu-0000i0-Jd for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 13:17:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQLco-0002mj-In for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 13:17:20 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQLco-0002mc-FJ for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 13:17:14 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TQLeX-0000CB-KE for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 13:19:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Oct 2012 17:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12697 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12697-submit@debbugs.gnu.org id=B12697.1350926285631 (code B ref 12697); Mon, 22 Oct 2012 17:19:01 +0000 Original-Received: (at 12697) by debbugs.gnu.org; 22 Oct 2012 17:18:05 +0000 Original-Received: from localhost ([127.0.0.1]:56154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQLdc-0000A8-UH for submit@debbugs.gnu.org; Mon, 22 Oct 2012 13:18:05 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:39834) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQLda-00009Z-Rc for 12697@debbugs.gnu.org; Mon, 22 Oct 2012 13:18:03 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MCB00K00191SV00@a-mtaout21.012.net.il> for 12697@debbugs.gnu.org; Mon, 22 Oct 2012 19:15:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MCB00KFI19NOZ40@a-mtaout21.012.net.il>; Mon, 22 Oct 2012 19:15:23 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65854 Archived-At: > From: Andreas Schwab > Date: Mon, 22 Oct 2012 10:26:35 +0200 > Cc: 12697@debbugs.gnu.org > > C-g in emacs -nw is equivalent to SIGINT on the controlling terminal. > This causes all processes in the same process group to receive SIGINT, > which includes the parent git process Shouldn't git block SIGINT when it invokes $EDITOR? > now that emacs no longer puts itself and the terminal into its own > process group. Did we have good reason to stop doing that?