About 50 results
Open links in new tab
  1. Where can I find my .emacs file for Emacs running on Windows?

    Apr 16, 2017 · 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 …

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

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

  4. How can I install emacs correctly on OS X? - Stack Overflow

    May 21, 2017 · Emacs-Plus version in tap To instead use the emacs-plus version, which is like regular homebrew emacs but with some configuration options enabled, brew tap d12frosted/emacs-plus …

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

  6. How do I enable line numbers (on the left) every time I open Emacs ...

    Jan 9, 2010 · I enable them by pressing: M-x linum-mode. How can I "translate" that into my.emacs file in order to enable it automatically every time I open EMACS?

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

  8. Emacs in Windows - Stack Overflow

    Sep 3, 2008 · 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?

  9. Emacs and Python - Stack Overflow

    Dec 31, 2010 · If you are using GNU Emacs 21 or before, or XEmacs, use python-mode.el. The GNU Emacs 22 python.el won't work on them. On GNU Emacs 22, python.el does work, and ties in better …

  10. Edit multiple lines at once in Emacs - Stack Overflow

    Apr 17, 2009 · F3 also starts recording macros (at least in my emacs, by default) and F4 stops recording. Subsequent hits on F4 play back the macro. This is much easier to remember than C-x ( etc.