About 50 results
Open links in new tab
  1. How do you 'redo' changes after 'undo' with Emacs?

    Aug 19, 2010 · 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?

  2. Differences between Emacs and Vim - Stack Overflow

    Sep 16, 2009 · 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 …

  3. Emacs and tree-sitter: Problems with installing c++ language grammar

    Aug 17, 2024 · 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. …

  4. python - Run Ruff in Emacs - Stack Overflow

    Apr 4, 2025 · 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 …

  5. How can I select or highlight a block in Emacs? - Stack Overflow

    Mar 18, 2009 · I want to select or highlight a block in Emacs without using the mouse, but doing it from the keyboard like Vim's visual mode. What is the easiest way to do this from a keyboard?

  6. 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?

  7. How do you run Python code using Emacs? - Stack Overflow

    Sep 4, 2014 · I'm trying to run Python code for testing and debugging using Emacs. How should I debug and run code in *.py files ? I tried using the M-x compile commands . Using M-x compile, I get a …

  8. Emacs mode to edit JSON - Stack Overflow

    Jan 12, 2009 · 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 …

  9. 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 …

  10. What is the best way to avoid getting "Emacs Pinky"?

    Sep 10, 2008 · I just started using GNU Emacs as my text editor and I am concerned about getting afflicted with "Emacs Pinky" by having to constantly press the control key with my pinky finger as is …