Questions tagged [emacs]

GNU Emacs is an extensible, customizable, self-documenting real-time display editor. At the core of Emacs lies an Emacs Lisp interpreter, the language in which the majority of Emacs' built-in functionality and extensions are implemented. Also consider asking your question at emacs.stackexchange.com.

GNU Emacs is an extensible, customizable text editor. Begun in the mid-1970s as TECO, it was re-written using C and Emacs Lisp to provide portability and an extendable interface. It continues to be actively developed today.

Emacs provides context-sensitive editing modes with syntax coloring, is self documenting, has full Unicode support and extensions to do almost anything. Die-hard Emacs users do most everything from within Emacs: write, compile, run and debug code; read/compose email; browse the web; do project planning etc.

Notice that there are several popular Mac versions of Emacs (and probably still more unpopular ones! :-)

When asking about Emacs, please specify which package you are using. The URL where you downloaded it is often a good enough indication.

Perhaps see also https://emacs.stackexchange.com/questions/271/what-is-the-difference-between-aquamacs-and-other-mac-versions-of-emacs

Useful Links

Wisdom from the Stack

170 questions
5
votes
1 answer

Emacs 24 and TextExpander snippets not working

I am using Emacs (Version 24.0.50 (9.0) -- Cocoa) on OSX Lion. Whenever I type a TextExpander abbreviation, the snippet does not successfully expand. I hear the audio notification from TextExpander indicating that it tried to expand and the…
Ryan E
  • 151
4
votes
1 answer

How to fully disable auto-fill-mode in Aquamacs 3.3?

After upgrading Aquamacs to version 3.3, many modes turned on auto-fill-mode. I've followed the answers from questions such as "How can I disable auto-fill mode in emacs?" to disable it, but without complete success. Specifically, I: set…
outis
  • 404
2
votes
1 answer

Emacs starts up without window focus in macOS Sonoma

I've been using Emacs For Mac OS X on macOS for quite a few years, and it's been working really well until I upgraded to macOS Sonoma (v14.1.1). When starting Emacs now from the command line (from the dock is still OK) the Emacs window starts…
d99kris
  • 167
2
votes
0 answers

GUI Emacs does not show up in Open With menu

Emacs is installed with brew cask install emacs-mac, which also moves it to Applications folder. Works fine. However it is not listed in Open With menu. If I choose Other... from Open With dialog, then select Emacs, it works fine. I had many…
1
vote
1 answer

How Do I associate all files with Emacs?

I'd like to be able to open any file with emacs as a choice when I right click it, regardless of environment.
bneil
  • 170
0
votes
1 answer

How can I fix a missing color in emacs?

I used homebrew to install emacs, replacing an older version of unknown provenance. At startup emacs complains Unable to load color "dark cyan" and some text in my elisp files is invisible: I see (require ' ) instead of (require 'foo). There don't…
mblakele
  • 643
0
votes
1 answer

How can I configure Aquamacs auto-save?

Every so many typestrokes Aquamacs tries to auto-save. Unfortunately where it autp-saves is a folder that doesn't exist. The result is that it freezes for several seconds. How can I configure it - be it the frequency or turing it off, or the save…
simone
  • 571
0
votes
2 answers

How to make emacs style ASCII-art table in Mail?

Is there a app available to do this? +-----------------+--------------------------------+-----------------+ | Command | Description | Key Binding | …
mko
  • 241
0
votes
2 answers

GUI based emacs

I picked up emacs for first time in decades last night on ubuntu. It was sweet: opened up in a GUI and I was able to set up CUA mode - but still able to access the CTL-C and CTL-X actions via META-X. Nice. Now I am trying to achieve the same on…