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#55986: 28.1; (setq repeat-keep-prefix t) breaks repeat-mode Date: Thu, 23 Jun 2022 21:59:02 +0300 Organization: LINKOV.NET Message-ID: <86mte3p5op.fsf@mail.linkov.net> References: <86wndi5r8j.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33174"; 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: John Bernier , 55986@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 23 21:03:15 2022 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 1o4S6l-0008VG-96 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 23 Jun 2022 21:03:15 +0200 Original-Received: from localhost ([::1]:57102 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4S6j-0004AU-M8 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 23 Jun 2022 15:03:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4S6Z-00049y-Ma for bug-gnu-emacs@gnu.org; Thu, 23 Jun 2022 15:03:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45977) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4S6Y-0008Qq-2E for bug-gnu-emacs@gnu.org; Thu, 23 Jun 2022 15:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o4S6X-0001hj-PH for bug-gnu-emacs@gnu.org; Thu, 23 Jun 2022 15:03:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 Jun 2022 19:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55986 X-GNU-PR-Package: emacs Original-Received: via spool by 55986-submit@debbugs.gnu.org id=B55986.16560109516502 (code B ref 55986); Thu, 23 Jun 2022 19:03:01 +0000 Original-Received: (at 55986) by debbugs.gnu.org; 23 Jun 2022 19:02:31 +0000 Original-Received: from localhost ([127.0.0.1]:39872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4S63-0001gn-74 for submit@debbugs.gnu.org; Thu, 23 Jun 2022 15:02:31 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:46923) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4S61-0001gY-IF; Thu, 23 Jun 2022 15:02:30 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 0611FFF805; Thu, 23 Jun 2022 19:02:20 +0000 (UTC) In-Reply-To: (Stefan Kangas's message of "Thu, 23 Jun 2022 13:41:35 -0500") 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:235133 Archived-At: forcemerge 51281 55986 thanks >>> When using repeat-mode, (setq repeat-keep-prefix t) should allow a >>> user to keep the previously used prefix when repeating a command. >>> Instead, setting it to t will somehow break the repeat functionality. >>> 'emacs -Q', reloading the init file or toggling repeat-mode off/on does >>> not fix it. >> >> This should be implemented in the next release. > > Do you mean that this is already fixed on master? Please see the commit ef4954b69c17831f4c8360c436352170305666ea that says: * lisp/repeat.el (repeat-keep-prefix): Change default to nil. 'repeat-keep-prefix' doesn't yet have sufficient support that covers all cases in bug#51281, so it's disabled now. There is a patch in bug#51281 that was too late to install on the release branch, and moreover it needs more work that should be finished before the next release.