command-log-mode icon indicating copy to clipboard operation
command-log-mode copied to clipboard

log commands to buffer

Results 13 command-log-mode issues
Sort by recently updated
recently updated
newest added

When loading command-log-mode.el, Emacs complains: command-log-mode.el: Warning: 'incf' is an obsolete alias (as of 27.1); use 'cl-incf' instead.

Hello, the command `clw/open-log-command-buffer` doesn't respect the settings, `command-log-mode-open-log-turns-on-mode` and `command-log-mode-is-global`, as the `clw/toggle-log-command-buffer` does. I'm not an expert of elisp, but I roughly checked the source code. It seems...

I set the variable to true and save it, but then when I use "command-log-mode" it still is only turning on for a single buffer.

I really like what this package does, but it makes some very bad choices with key binding. I'll point out two examples: C-c o is bound to command-log-mode-key-binding-open-log. But [extensions...

Add two faces - one for keys and one for commands. You might want to adjust the faces' default values. They work fine with the theme I'm using, but not...

reference https://github.com/lewang/command-log-mode/issues/4#issuecomment-144595337

I wish `*command-log*` buffer can show in any position which I want. the extension https://github.com/m2ym/popwin-el can be used to manage popup buffers. I wish command-log-mode can use `popup-to-buffer` by default,...

It would be nice if there were distinct faces for showing keys and commands in the command log. It could make the log prettier. I can write a PR to...