From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51390: 29.0.50; repeat-mode: Fails to repeat keys in global-map(?) Date: Thu, 25 Nov 2021 09:54:52 +0200 Organization: LINKOV.NET Message-ID: <867dcwwtyr.fsf@mail.linkov.net> References: <86sfvpxmhn.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12768"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51390 <51390@debbugs.gnu.org> To: Visuwesh Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 25 09:19:43 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mq9yp-0003AW-0f for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 25 Nov 2021 09:19:43 +0100 Original-Received: from localhost ([::1]:36322 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mq9yo-0003ld-0f for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 25 Nov 2021 03:19:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mq9gn-00025g-66 for bug-gnu-emacs@gnu.org; Thu, 25 Nov 2021 03:01:08 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mq9gk-0007eg-KI for bug-gnu-emacs@gnu.org; Thu, 25 Nov 2021 03:01:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mq9gk-0003Ad-Jh for bug-gnu-emacs@gnu.org; Thu, 25 Nov 2021 03:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Nov 2021 08:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51390 X-GNU-PR-Package: emacs Original-Received: via spool by 51390-submit@debbugs.gnu.org id=B51390.163782723712134 (code B ref 51390); Thu, 25 Nov 2021 08:01:02 +0000 Original-Received: (at 51390) by debbugs.gnu.org; 25 Nov 2021 08:00:37 +0000 Original-Received: from localhost ([127.0.0.1]:55659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mq9gL-00039c-CJ for submit@debbugs.gnu.org; Thu, 25 Nov 2021 03:00:37 -0500 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:33487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mq9gH-00039I-7m for 51390@debbugs.gnu.org; Thu, 25 Nov 2021 03:00:35 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id E1866C0005; Thu, 25 Nov 2021 08:00:26 +0000 (UTC) In-Reply-To: (visuwesh@tutanota.com's message of "Thu, 25 Nov 2021 04:32:26 +0100 (CET)") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:220800 Archived-At: >> This means that by default this behavior should be disabled. >> But maybe a new variable should allow to skip this check: > > Yes,  you are right, it is disruptive.  Having tried the repeat-map I > had in the OP for a while now, it is biting me in the back in the most > unexpected times.  Maybe this is better left unimplemented? This feature of checking the last key could be enabled per every keymap using symbol properties. Then you can disable it for one keymap, while keeping enabled for all remaining keymaps.