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

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

RE: [External] : Re: Log all my issued commands and keyboard operations.


From: Jude DaShiell
Subject: RE: [External] : Re: Log all my issued commands and keyboard operations.
Date: Sat, 20 May 2023 22:23:23 -0400

Not exactly what the O-P wanted however:
emacs file.txt 2>&1|tee -a emacs.log
might help a little.  It's external to emacs.


-- 
Jude <jdashiel at panix dot com>
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo.
Please use in that order."
Ed Howdershelt 1940.

On Sun, 21 May 2023, Drew Adams wrote:

> > > 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".
>
> `showkey-log-mode' does it.
>
> https://www.emacswiki.org/emacs/ShowKey
>
> https://www.emacswiki.org/emacs/download/showkey.el
> ___
>
>  showkey-log-mode is an interactive Lisp function in 'showkey.el'.
>
>  (showkey-log-mode &optional ARG)
>
>  Global minor mode that logs the keys you use.
>  See options `showkey-log-erase-keys', `showkey-log-ignored-events',
>  and `showkey-log-frame-alist' for customization.
>
>  Note that keys such as `C-g' that quit, and keys that raise an error,
>  are not logged.
>
> See also minor mode `showkey-tooltip-mode'.
>
>
>



reply via email to

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