all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problem with the "You can run the command ..." message
@ 2022-04-04  1:01 Emanuel Berg via Users list for the GNU Emacs text editor
  2022-04-04 23:31 ` Michael Heerdegen
  0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2022-04-04  1:01 UTC (permalink / raw)
  To: help-gnu-emacs

Try, with a region

  M-x count-region RET

You see the answer in the echo area for only a short while,
then it gets replaced with

  You can run the command ‘count-region’ with M-x cou-r RET

so you can't see the data queried for just one second ago.
Not good!

Solution:

(setq suggest-key-bindings             nil
      extended-command-suggest-shorter nil)

?

(BTW that tip isn't even useful, is it? Are you supposed to do
M-x cou-r RET to save time? If I do something that often, I'd
assign it a keystroke, not memorize some
half-mnemonic/half-senseless cou-r ...)

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-04 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04  1:01 problem with the "You can run the command ..." message Emanuel Berg via Users list for the GNU Emacs text editor
2022-04-04 23:31 ` Michael Heerdegen
2022-04-04 23:55   ` Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.