Philippe Vaucher
Philippe Vaucher
Hello, This package seems nice but it's underdocumented about how to get going... chess-gnuchess.el didn't seem to be loaded, and after eval-buffer'ing it `M-x chess` still wanted to play with...
Hello, I know you probably don't care, but at work I sometimes have to work on windows, and there evil-goggles is terribly slow. Operations like `dw` takes up to 2...
Hello! @DamienCassou, @NicolasPetton, @gonewest818, @jgkamat, @dpsutton, @raxod502, @justinbarclay, @bbatsov, @purcell, @Fuco1 First of all, sorry for the notification. This is my attempt at solving the recurrent pattern of me asking...
https://github.com/Silex/docker-emacs/runs/6033090429?check_suite_focus=true `Invalid function: "DEAD"` https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10749 @NicolasPetton if you want to have a look... in the meantime I disabled arm64 images for 25.3
This issue is there for when we need feedback on the package's direction. Feel free to subscribe/unsubscribe from it.
@behrica: ``` markdown I only think about a small subset, of "fields" from the devcontainer.json file Firstly there is an existing cli tool, which should be "called" from emacs: https://code.visualstudio.com/docs/remote/devcontainer-cli...
https://emacsnotes.wordpress.com/2018/11/15/elmacro-write-emacs-lisp-snippet-even-when-you-arent-a-programmer :smile:
``` elisp (evil-record-macro 113) (command1) (command2) (command3) (evil-record-macro nil) ``` Maybe refactor to introduce `elmacro-macro-regexps` with pairs like `"(evil-record-macro \d+)" . "(evil-record-macro nil)"` Given we have a register, maybe `defun...
Value should be nil by default, but if set to true it logs even what you do in `smex` etc. Maybe implement this as a processor where `minibufferp` is recorded...
Something like `browse-kill-ring`