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, 22 Jun 2022 21:30:40 +0300 Organization: LINKOV.NET Message-ID: <86a6a4eejz.fsf@mail.linkov.net> References: <86CCF73D-0E9C-4DCE-B848-222F583290AE@gmail.com> <865yn3adfv.fsf@mail.linkov.net> <87k0bi7isq.fsf@gnus.org> <86o7ynmgiy.fsf@mail.linkov.net> <2E1D2C1A-5041-4BED-A82A-ACA00470B371@gmail.com> <867d59kit9.fsf@mail.linkov.net> <86o7yl885b.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="11772"; 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, Lars Ingebrigtsen , Stefan Kangas To: Howard Melman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 22 20:38:35 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 1o45FK-0002tP-6L for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 22 Jun 2022 20:38:34 +0200 Original-Received: from localhost ([::1]:51102 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o45FI-0006na-Py for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 22 Jun 2022 14:38:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o45Eo-0006PO-CO for bug-gnu-emacs@gnu.org; Wed, 22 Jun 2022 14:38:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42669) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o45Eo-00023g-49 for bug-gnu-emacs@gnu.org; Wed, 22 Jun 2022 14:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o45Eo-00079u-0z for bug-gnu-emacs@gnu.org; Wed, 22 Jun 2022 14:38: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, 22 Jun 2022 18:38:01 +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.165592303827452 (code B ref 55041); Wed, 22 Jun 2022 18:38:01 +0000 Original-Received: (at 55041) by debbugs.gnu.org; 22 Jun 2022 18:37:18 +0000 Original-Received: from localhost ([127.0.0.1]:36563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o45E6-00078h-58 for submit@debbugs.gnu.org; Wed, 22 Jun 2022 14:37:18 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43817) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o45E4-00078N-Gd for 55041@debbugs.gnu.org; Wed, 22 Jun 2022 14:37:16 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id E55B820007; Wed, 22 Jun 2022 18:37:07 +0000 (UTC) In-Reply-To: (Howard Melman's message of "Wed, 22 Jun 2022 09:16:17 -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:235046 Archived-At: > I'd kinda like to inhibit stdout and leave stderr, to put it in those terms. > IMHO the above seems like unnecessary information. Yes > it's specific, but it's also of little use. I enabled repeat-mode, I expect > it to be enabled, I don't really care that 23 commands and 9 keymaps > were affected vs some other number of commands; and I don't need > help like "see describe-repeat-maps" every time I enable it. Then what do you think about doing what all minor modes do, i.e. to display these messages conditionally on (called-interactively-p 'any).