* command-history for commands bound to keys.
@ 2014-01-31 16:30 esabof
2014-01-31 16:50 ` Bastien
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: esabof @ 2014-01-31 16:30 UTC (permalink / raw)
To: help-gnu-emacs
Are commands evoked from key-bindings registered in some way?
Evgeni
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: command-history for commands bound to keys.
2014-01-31 16:30 command-history for commands bound to keys esabof
@ 2014-01-31 16:50 ` Bastien
2014-01-31 17:47 ` esabof
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2014-01-31 16:50 UTC (permalink / raw)
To: esabof; +Cc: help-gnu-emacs
esabof@gmail.com writes:
> Are commands evoked from key-bindings registered in some way?
C-h v command-history RET
But AFAIK there is no special treatment for when a command is
called through a keybinding.
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: command-history for commands bound to keys.
2014-01-31 16:30 command-history for commands bound to keys esabof
2014-01-31 16:50 ` Bastien
@ 2014-01-31 17:47 ` esabof
2014-01-31 21:08 ` Emanuel Berg
2014-01-31 21:14 ` Emanuel Berg
2014-02-01 19:04 ` Michael Heerdegen
[not found] ` <mailman.13479.1391281498.10748.help-gnu-emacs@gnu.org>
3 siblings, 2 replies; 7+ messages in thread
From: esabof @ 2014-01-31 17:47 UTC (permalink / raw)
To: help-gnu-emacs
There is a chance that you'll see 2 more similar replies later. Or if you prefer, earlier.
Pressing C-o doesn't register (open-line) in command-history. Unless you are using the trunk version, and this has been changed.
Evgeni
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: command-history for commands bound to keys.
2014-01-31 16:30 command-history for commands bound to keys esabof
2014-01-31 16:50 ` Bastien
2014-01-31 17:47 ` esabof
@ 2014-02-01 19:04 ` Michael Heerdegen
[not found] ` <mailman.13479.1391281498.10748.help-gnu-emacs@gnu.org>
3 siblings, 0 replies; 7+ messages in thread
From: Michael Heerdegen @ 2014-02-01 19:04 UTC (permalink / raw)
To: help-gnu-emacs
esabof@gmail.com writes:
> Are commands evoked from key-bindings registered in some way?
Directly after invocation: see the variables `this-command',
`last-command'.
If you want a history, no, not in vanilla Emacs. But there are add-on
packages available that log all hit keys and commands,
e.g.
http://www.emacswiki.org/emacs/CommandLogMode
or
http://www.emacswiki.org/emacs/InteractionLogMode
HTH,
Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.13479.1391281498.10748.help-gnu-emacs@gnu.org>]
end of thread, other threads:[~2014-02-02 15:46 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 16:30 command-history for commands bound to keys esabof
2014-01-31 16:50 ` Bastien
2014-01-31 17:47 ` esabof
2014-01-31 21:08 ` Emanuel Berg
2014-01-31 21:14 ` Emanuel Berg
2014-02-01 19:04 ` Michael Heerdegen
[not found] ` <mailman.13479.1391281498.10748.help-gnu-emacs@gnu.org>
2014-02-02 15:46 ` esabof
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.