Next: iTerm Wiki for Emacs, Previous: Emacs Plus, Up: Emacs on Mac OS [Index]
These builds are based on the development version of GNU Emacs and do not
contain any additional packages or patches. Popular Mac keyboard shortcuts are
available though (e.g. Command-O
for opening a file); these are mapped to the
Super
modifier (i.e., the Apple/Command key functions as Super
).
Based on the latest stable release of GNU Emacs (26.1 as of 2018-06-14) and
claims to incorporate most of the features of Carbon Emacs and the
Carbon+AppKit port from Emacs 22.3. It has improved C-g
support, an emulation
of ‘select’ that doesn’t require periodic polling, full screen support,
subpixel font rendering, and smooth (pixel) scrolling. See the readme for more
details. Available via Homebrew and MacPorts (as emacs-mac-app), as discussed
below, or prebuilt binaries.
Is a convenient distribution based on GNU Emacs 25.1.
Aquamacs comes preconfigured with a large number of packages and differs from other Emacsen in that it feels more like a Mac OS X application.
OS X standard keyboard shortcuts are supported, files open in separate windows or tabs, nice fonts are available, and it has a convenient drag&drop installer.
Hundreds of file types are supported (C, Java, HTML, Python, Ruby, AppleScript, XML, R (Splus), LaTeX (AUCTeX) etc.).
All these extra modes come included and readily configured – no InitFile hacking.
Spell checking is easy to install (e.g., CocoAspell) and asian input methods are also supplied, and options to deal with the missing Meta key on Mac keyboards.
Aquamacs is based on Cocoa, the modern user interface framework in OS X.
It is a ready-to-use Universal App for PPC and Intel Macs that works well on all recent Mac OS X versions. Recommended for Mac users who want an Emacs that is tailored to the Mac.
Experimental versions based on GNU Emacs 25 are also available.
Emacs Modified for macOS is a distribution of GNU Emacs 26.1 (released May 28, 2018) bundled with a few select packages for R developers and LaTeX users. The distribution is based on the latest stable release of GNU Emacs compiled by David Caldwell and distributed on Emacs for Mac OS X.
This distribution of Emacs is based on the NeXTstep port part of the official sources of GNU Emacs. Other than the additions mentioned above and the minor configurations found in the site-start.el file, this is a stock distribution of Emacs. Users of Emacs on other platforms will appreciate the similar look and feel of the application.
Those looking for a more Mac-like version of Emacs may consider Aquamacs. I used Aquamacs myself for two years, but I got tired of disabling the newer “features” in each release of the application. For me Aquamacs insists too much on opening new frames and on playing with fonts. Moreover, ESS is not kept up to date on a regular basis.
git clone git://git.savannah.gnu.org/emacs.git
emacs/mac/make-package
) to create a Mac OS X
package for use by the installer.
./configure --with-ns make install
Emacs.app
in
./nextstep/Emacs.app
. Simply copy it to your applications folder and open
it to run.
nextstep/INSTALL
file.
Next: iTerm Wiki for Emacs, Previous: Emacs Plus, Up: Emacs on Mac OS [Index]