all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Preserve key echo among command invocation
@ 2016-03-08 13:58 Frank Fischer
  2016-03-10 13:43 ` Michael Heerdegen
  2016-03-10 15:16 ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Fischer @ 2016-03-08 13:58 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

if a user starts typing a key sequence and stops for a few seconds
before the sequence is complete, the keys types so far are shown in the
echo area. As soon as the sequence is complete, the area is cleared and
for the next command only the new keys are shown.

My questions is if it is possible to preserve the sequence of keys to be
shown even if a certain command is executed. So I want to write a
command that, when called, does not cause the echo area to be cleared so
that the keys of the following command are appended.

Some commands like `digit-argument' behave like this (typing a number
calls that `digit-argument' put the echo area is preserved until the
actual command is executed). But that's a special case.

Is there way to do this for my own commands?

Thanks in advance.

Frank




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

end of thread, other threads:[~2016-03-10 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 13:58 Preserve key echo among command invocation Frank Fischer
2016-03-10 13:43 ` Michael Heerdegen
2016-03-10 15:16 ` Stefan Monnier

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.