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: [Emacs-diffs] master 5b5f441: read_key_sequence: correct the handling of raw_keybuf in recursive calls Date: Fri, 01 Dec 2017 20:17:41 +0200 Message-ID: <837eu62tyy.fsf@gnu.org> References: <20171120203004.GC3917@ACM> <20171122192522.GA4288@ACM> <20171122210426.GB4288@ACM> <20171123181017.GA5167@ACM> <20171128180304.GA14868@ACM> <83shcy404c.fsf@gnu.org> <20171201164800.GD3840@ACM> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1512157463 29355 195.159.176.226 (1 Dec 2017 19:44:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2017 19:44:23 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 01 20:44:18 2017 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 1eKrEP-0007Id-6W for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2017 20:44:17 +0100 Original-Received: from localhost ([::1]:60250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKrEW-0007AE-Ge for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2017 14:44:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKpsz-0006CR-7C for emacs-devel@gnu.org; Fri, 01 Dec 2017 13:18:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKpsv-0003CD-38 for emacs-devel@gnu.org; Fri, 01 Dec 2017 13:18:05 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKpsu-0003C9-W8; Fri, 01 Dec 2017 13:18:01 -0500 Original-Received: from [176.228.60.248] (port=3133 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eKpsu-0007b3-Cj; Fri, 01 Dec 2017 13:18:00 -0500 In-reply-to: <20171201164800.GD3840@ACM> (message from Alan Mackenzie on Fri, 1 Dec 2017 16:48:00 +0000) 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:220578 Archived-At: > Date: Fri, 1 Dec 2017 16:48:00 +0000 > Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org > From: Alan Mackenzie > > > If you have tested TTY menus well enough, including popup menus > > (C-mouse3 after "emacs -Q" etc.), and also the simulated dialog boxes > > (yes-or-no-p when triggered by a mouse gesture), then I'm okay with > > this. > > Sorry for being stupid, but I can't seem to find any way of triggering a > dialog box on the Linux tty. Visit a file, modify it, then try to exit by clicking File->Quit from the menu bar.