help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Log all my issued commands and keyboard operations.


From: Michael Heerdegen
Subject: Re: Log all my issued commands and keyboard operations.
Date: Sun, 21 May 2023 02:06:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> `M-x describe-char`

So this is not what you want:

 M-x      ;; execute-extended-command
 d        ;; self-insert-command
 e        ;; self-insert-command
 s        ;; self-insert-command
 c        ;; self-insert-command
 r        ;; self-insert-command
 i        ;; self-insert-command
 b        ;; self-insert-command
 e        ;; self-insert-command
 -        ;; self-insert-command
 c        ;; self-insert-command
 h        ;; self-insert-command
 a        ;; self-insert-command
 r        ;; self-insert-command
 <return> ;; minibuffer-complete-and-exit

you want an extra line for the command instead?  Or something else?  Or
do you see something different in the lossage?

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]