From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Revise etc/DEBUG documentation Date: Mon, 05 Sep 2016 19:36:46 +0300 Message-ID: <831t0ycnhd.fsf@gnu.org> References: <864m5xtgtf.fsf@realize.ch> <838tv9dxu1.fsf@gnu.org> <86zinpruq0.fsf@realize.ch> <8360qddpc7.fsf@gnu.org> <86vaycslct.fsf@realize.ch> <83mvjnd8uw.fsf@gnu.org> <86mvjnske9.fsf@realize.ch> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1473093420 21582 195.159.176.226 (5 Sep 2016 16:37:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2016 16:37:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alain Schneble Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 05 18:36:56 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bgwtC-0004vi-4o for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2016 18:36:54 +0200 Original-Received: from localhost ([::1]:55816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgwtA-0002z4-0C for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2016 12:36:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgwt0-0002xa-3K for emacs-devel@gnu.org; Mon, 05 Sep 2016 12:36:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgwsv-0004MP-4N for emacs-devel@gnu.org; Mon, 05 Sep 2016 12:36:41 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgwsv-0004Kt-1H; Mon, 05 Sep 2016 12:36:37 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3241 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bgwst-0004bh-9W; Mon, 05 Sep 2016 12:36:35 -0400 In-reply-to: <86mvjnske9.fsf@realize.ch> (message from Alain Schneble on Sun, 4 Sep 2016 18:24:30 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207199 Archived-At: > From: Alain Schneble > CC: > Date: Sun, 4 Sep 2016 18:24:30 +0200 > > Eli Zaretskii writes: > > > It is actually more complicated than that, because the same Emacs > > session could have some GUI frames and some text-mode frames (though > > not on MS-Windows). That's why saying "Emacs executes as GUI" is > > problematic at best. > > I didn't even know that this is possible. Thanks for pointing it out. See keyboard.c:handle_interrupt_signal for how that complication is handled. Btw, I found that the MS-Windows build wasn't catching SIGINT in GUI sessions like the Posix platforms do, and I will fix that in a few moments. > >> I agree with your changes. These are the important points. Thanks for > >> your help. > > > > Thanks, I will install this in a short while. > > Thank you. Done.