unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Log all my issued commands and keyboard operations.
Date: Sun, 21 May 2023 08:56:48 +0800	[thread overview]
Message-ID: <CAGP6POJx3syhv-U7Tsai9PVjA2n5ehXJ5odH8pauL4f4-niPQg@mail.gmail.com> (raw)
In-Reply-To: <87ednacyfh.fsf@web.de>

On Sun, May 21, 2023 at 8:37 AM Michael Heerdegen
<michael_heerdegen@web.de> wrote:
>
> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>
> > I want to see something as follows:
> >
> > M-x describe-char  ;; execute-extended-command
>
> Not in vanilla Emacs, but there are packages which graphically prepare
> the output similar to that - with slightly different features -
> e.g. "command-log-mode" or "interaction-log".

Thank you for your comments. I've installed all the following related packages:

(use-package keycast
  :config
  (keycast-header-line-mode)
  )

(use-package interaction-log
  :config
  (interaction-log-mode)
  :bind
  ("C-h C-l" .  (lambda () (interactive) (display-buffer ilog-buffer-name)))
  )

(use-package command-log-mode
  :config
  (global-command-log-mode)
  )

(use-package keyfreq
  :config
  ;; How to exclude commands?
  (setq keyfreq-excluded-commands
    '(self-insert-command
          forward-char
          backward-char
          previous-line
          next-line))

  (keyfreq-mode)
  (keyfreq-autosave-mode)
  )

> Michael.

Zhao



  reply	other threads:[~2023-05-21  0:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-20 14:02 Log all my issued commands and keyboard operations Hongyi Zhao
2023-05-20 14:16 ` Daniel Fleischer
2023-05-20 22:53   ` Hongyi Zhao
2023-05-20 23:40     ` Michael Heerdegen
2023-05-20 23:55       ` Hongyi Zhao
2023-05-21  0:06         ` Michael Heerdegen
2023-05-21  0:11           ` Hongyi Zhao
2023-05-21  0:37             ` Michael Heerdegen
2023-05-21  0:56               ` Hongyi Zhao [this message]
2023-05-21  2:16               ` [External] : " Drew Adams
2023-05-21  2:23                 ` Jude DaShiell
2023-05-25  7:47                   ` Gregor Zattler
2023-05-21  7:14     ` Daniel Fleischer
2023-05-21 18:24       ` [External] : " Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGP6POJx3syhv-U7Tsai9PVjA2n5ehXJ5odH8pauL4f4-niPQg@mail.gmail.com \
    --to=hongyi.zhao@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).