

It comes with tons of extra packages (including AUCTeX, ColorTheme, EmacsMuse, EmacsSession, EmacsSpeaksStatistics, HaskellMode, HowmMode, Mew, nXhtml, PhpMode, PoMode, PsgmlMode, PythonMode, RubyMode etc.) Several Mac-friendly features are added window-opacity, OSX keyboard shortcuts (MacKeyMode), cocoa-style print dialog (MacPrintMode) and support for filenames with accent signs. (Newer versions are not planned.) It uses the “.emacs” file under an user’s home directory, making the migration from/to a UNIX/Linux environment easy and straightforward.

CarbonEmacsPackage provides authentic look and feel of original Emacs, and is a Mac-friendly distribution based on an older version of Emacs, GNU Emacs 22.3.Users of Emacs on other platforms will appreciate the similar look and feel of the application. Otherwise, this is a stock distribution of Emacs.

AQUAMACS FOR MAC FOR MAC
Recommended for Mac users who want an Emacs that is tailored to the Mac.
AQUAMACS FOR MAC MAC 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. Aquamacs is based on Cocoa, the modern user interface framework in OS X.
AQUAMACS FOR MAC INSTALL
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. To deactivate an app, right click its icon in the dock and select Quit option (or choose Aquamacs 3.0a > Quit Aquamacs 3.0a on the Menu bar). Prior to the removal of Aquamacs 3.0a, you should first log into your Mac with an administrator account, and turn Aquamacs 3.0a off if it is running. All these extra modes come included and readily configured – no InitFile hacking. Aquamacs Emacs, 17, Free Open Source, Mac, An Editor for Text, HTML, LaTeX, C++, Java, Python, R, Perl, Ruby, PHP, and more. Conventional Steps to Uninstall Aquamacs 3.0a for Mac. Hundreds of file types are supported (C, Java, HTML, Python, Ruby, AppleScript, XML, R (Splus), LaTeX (AUCTeX) etc.). 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. 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.
AQUAMACS FOR MAC FULL
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.

(when (and (characterp from) (characterp to)) (setq normal-local-function-key-map (copy-keymap local-function-key-map)) (when (and current-input-method quail-keyboard-layout) (modifiers '(nil (control) (meta) (control meta)))) (setq input-method (symbol-name input-method))) (if (and input-method (symbolp input-method)) (list (read-input-method-name "Use input method (default current): "))) "Build the reverse mapping of single letters from INPUT-METHOD." I'm using the following function, adapted from a ru_emacs posting: (defun reverse-input-method (input-method)
