How do you redo changes after undo with Emacs? This article says that "Emacs has redo because you can reverse direction while undoing, thereby undoing the undo" What does this mean? How can a user 'redo' with Emacs?
Where can I find my . emacs file for Emacs running on Windows? Within Emacs, ~ at the beginning of a file name is expanded to your HOME directory, so you can always find your emacs file with C-x C-f ~ emacs There's further information at HOME and Startup Directories on MS-Windows
Differences between Emacs and Vim - Stack Overflow What practical, objective differences are there between Emacs and Vim? For example, what can be done using one but not the other (or done more easily with one than the other)? What should I know in
Emacs and tree-sitter: Problems with installing c++ language grammar For the sake of completeness: I also installed c grammar and added (setq treesit-load-name-override-list '((c++ "libtree-sitter-cpp"))) as suggested in Setting up tree-sitter in Emacs 29 x Maybe this is useful for someone struggling with tree-sitter for c++ in Emacs as well
Failed to verify signature archive-contents. sig: . . . (problem with Emacs) This is only an issue in emacs before 27 I fixed this by removing gnu-elpa-keyring-update after restarting emacs to make sure that the new key is imported and then deleting the old key via gpg --homedir ~ emacs d elpa gnupg --delete-keys C433554766D3DDC64221BFAA066DAFCB81E42C40 so that emacs no longer checks the old signature
python - Run Ruff in Emacs - Stack Overflow How can I run Ruff in Emacs? I need to enable 2 commands on the current buffer: ruff check --select ALL current_buffer → bind to M-x ruff-check ruff check --select ALL --fix current_buffer → bind
Emacs in Windows - Stack Overflow How do you run Emacs in Windows? What is the best flavor of Emacs to use in Windows, and where can I download it? And where is the emacs file located?
Emacs mode to edit JSON - Stack Overflow 79 Does anybody know a good Emacs mode to edit JSON? An app I am working on uses a JSON based communication protocol and having the data nicely indented and syntax-highlighted would help me a lot in the process of figuring it out