From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 5b5f441: read_key_sequence: correct the handling of raw_keybuf in recursive calls Date: Fri, 1 Dec 2017 16:48:00 +0000 Message-ID: <20171201164800.GD3840@ACM> References: <20171120203004.GC3917@ACM> <20171122192522.GA4288@ACM> <20171122210426.GB4288@ACM> <20171123181017.GA5167@ACM> <20171128180304.GA14868@ACM> <83shcy404c.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1512154145 6011 195.159.176.226 (1 Dec 2017 18:49:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2017 18:49:05 +0000 (UTC) User-Agent: Mutt/1.7.2 (2016-11-26) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 01 19:48:59 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 1eKqMs-0001Aq-6s for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2017 19:48:58 +0100 Original-Received: from localhost ([::1]:59644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKqMz-0000Jv-BQ for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2017 13:49:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKoZN-0003x6-8P for emacs-devel@gnu.org; Fri, 01 Dec 2017 11:53:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKoZJ-0003hM-Ap for emacs-devel@gnu.org; Fri, 01 Dec 2017 11:53:45 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:21217 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1eKoZI-0003gr-WA for emacs-devel@gnu.org; Fri, 01 Dec 2017 11:53:41 -0500 Original-Received: (qmail 23996 invoked by uid 3782); 1 Dec 2017 16:53:37 -0000 Original-Received: from acm.muc.de (p548C7BEF.dip0.t-ipconnect.de [84.140.123.239]) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 01 Dec 2017 17:53:36 +0100 Original-Received: (qmail 7060 invoked by uid 1000); 1 Dec 2017 16:48:00 -0000 Content-Disposition: inline In-Reply-To: <83shcy404c.fsf@gnu.org> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.1 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:220573 Archived-At: Hello, Eli. On Tue, Nov 28, 2017 at 22:30:27 +0200, Eli Zaretskii wrote: > > Date: Tue, 28 Nov 2017 18:03:04 +0000 > > Cc: Stefan Monnier , emacs-devel@gnu.org > > From: Alan Mackenzie > > What do you say? I would like to revert the previous commit that fixed > > this and install the one below. > 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. I've got `use-dialog-box' at t, the default setting. I've manipulated the configuration GUI without any problems, though. Would that do instead? > But please clean the patch up, it seems to have some WIP fragments > that need to be deleted. I've done that. > Thanks. -- Alan Mackenzie (Nuremberg, Germany).