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#55041: 28.1; repeat-mode always prints message when enabled Date: Wed, 20 Apr 2022 20:10:12 +0300 Organization: LINKOV.NET Message-ID: <865yn3adfv.fsf@mail.linkov.net> References: <86CCF73D-0E9C-4DCE-B848-222F583290AE@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35806"; 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: 55041@debbugs.gnu.org To: Howard Melman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 20 19:23:18 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 1nhE2w-00099O-8K for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Apr 2022 19:23:18 +0200 Original-Received: from localhost ([::1]:56544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhE2v-0004HN-3l for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Apr 2022 13:23:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42176) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhE2j-0004H0-3N for bug-gnu-emacs@gnu.org; Wed, 20 Apr 2022 13:23:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53412) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nhE2g-0002HP-JW for bug-gnu-emacs@gnu.org; Wed, 20 Apr 2022 13:23:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nhE2g-00067R-FO for bug-gnu-emacs@gnu.org; Wed, 20 Apr 2022 13:23:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Apr 2022 17:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55041 X-GNU-PR-Package: emacs Original-Received: via spool by 55041-submit@debbugs.gnu.org id=B55041.165047535523437 (code B ref 55041); Wed, 20 Apr 2022 17:23:02 +0000 Original-Received: (at 55041) by debbugs.gnu.org; 20 Apr 2022 17:22:35 +0000 Original-Received: from localhost ([127.0.0.1]:47302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhE2F-00065x-0T for submit@debbugs.gnu.org; Wed, 20 Apr 2022 13:22:35 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:48691) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhE2D-00065g-3K for 55041@debbugs.gnu.org; Wed, 20 Apr 2022 13:22:33 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 34F501BF205; Wed, 20 Apr 2022 17:22:25 +0000 (UTC) In-Reply-To: <86CCF73D-0E9C-4DCE-B848-222F583290AE@gmail.com> (Howard Melman's message of "Wed, 20 Apr 2022 10:53:07 -0400") 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:230317 Archived-At: > Minor thing: When repeat-mode is enabled it calls message with: > > "Repeat mode is enabled for %d commands and %d keymaps; see `describe-repeat-maps'." > > I'm working on my configuration and of all the other minor-modes > I enable by calling from lisp, none of them print such a message, > so this stands out when I'm looking at *Messages*. This is exactly the reason why it outputs its statistics to *Messages*, so you could see how many commands are affected by this mode. Also I see that it doesn't stand out too much, for example, I have after starting Emacs in *Messages*: Starting new Ispell process /usr/bin/hunspell with american dictionary...done Repeat mode is enabled for 23 commands and 9 keymaps; see ‘describe-repeat-maps’. Cleaning up the recentf list...done (0 removed) Desktop: 1 frame, 19 buffers restored. But if the majority will prefer to remove it, then I could commit such a patch. So we need just one additional vote that supports this change :)