unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).