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: Hongyi Zhao
Subject: Re: Log all my issued commands and keyboard operations.
Date: Sun, 21 May 2023 08:11:20 +0800

On Sun, May 21, 2023 at 8:07 AM Michael Heerdegen
<michael_heerdegen@web.de> wrote:
>
> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>
> > `M-x describe-char`
>
> So this is not what you want:
>
>  M-x      ;; execute-extended-command

I want to see something as follows:

M-x describe-char  ;; 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.

Zhao



reply via email to

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