From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Severe regressions in context of keyboard macros Date: Sat, 28 Sep 2019 12:46:00 +0300 Message-ID: <835zlciwiv.fsf@gnu.org> References: <83a7aztoq9.fsf@gnu.org> <6b147564-cfea-1824-701f-33495958d304@web.de> <83d0fusvjd.fsf@gnu.org> <83wodynkuo.fsf@gnu.org> <83wodvl40w.fsf@gnu.org> <65332ac9-0e3f-fbd4-ac84-5ae4e7126d37@web.de> <83v9tfl0lc.fsf@gnu.org> <830f19fe-20dd-b3a3-fc50-26573760dbff@web.de> <490eaf69-c3fe-6ea3-8f89-c0d4d56c5b88@web.de> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="130359"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Christoph Arenz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 28 11:46:54 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iE9JU-000Xjp-Sf for ged-emacs-devel@m.gmane.org; Sat, 28 Sep 2019 11:46:53 +0200 Original-Received: from localhost ([::1]:59868 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iE9JT-0004ir-LV for ged-emacs-devel@m.gmane.org; Sat, 28 Sep 2019 05:46:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45850) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iE9Im-0004Gj-LE for emacs-devel@gnu.org; Sat, 28 Sep 2019 05:46:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iE9Im-00068d-Bv; Sat, 28 Sep 2019 05:46:08 -0400 Original-Received: from [176.228.60.248] (port=1574 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iE9Il-0004D8-Nc; Sat, 28 Sep 2019 05:46:08 -0400 In-reply-to: <490eaf69-c3fe-6ea3-8f89-c0d4d56c5b88@web.de> (message from Christoph Arenz on Sat, 28 Sep 2019 11:18:51 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:240364 Archived-At: > From: Christoph Arenz > Cc: emacs-devel@gnu.org > Date: Sat, 28 Sep 2019 11:18:51 +0200 > > I spent some more time on this. The problem is bigger than stated in the > original bug report: > Any function key that follows a digit and is not separated by a or > is recorded twice in calc when defining a keyboard macro, e.g. > `1 2 + ' records "2++". Is this while using Calc, or is this in some other situation? > I am getting more confident that the patch below fixes this bug.Itfixes > a severe issue with macros in calc, does not make things worse and does > not interfere in case no macro is being defined. > > Your thoughts? If it works well for you in Calc, I will install it. Thanks. P.S. I'll look into the other bug, regarding input methods, when I have time. Thanks for filing it.