Aquamacs is a Mac-like distribution of the powerful Emacs text editor. By "mac-like", we mean more than just the fact that this version of Emacs runs as a standard OS X application.
Aquamacs features extensive customization that enables it to conform better with Apple's standard Human Interface Guidelines (HIG) than standard versions of the editor do.
Emacs is a text editor of legendary power and configurability, but it also has an enormously complex interface that, while consistent across platforms, is usually at odds with the specific interface conventions of the particular platform on which it is being used.
The same applies to the OS X version of GNU Emacs, called Carbon Emacs.
Aquamacs is different: it will provide you a more Mac-like user experience and the comfort you've come to expect from other excellent Mac apps. Aquamacs comes completely configured and ready to go.
It builds on GNU Emacs 22, however, so you'll be able to use all your favorite extensions (and even the good-old Emacs key bindings, if you like!).
Requirements:
· PPC (G3, G4, G5) or Intel Mac.
What's New in This Release: [ read full changelog ]
· Added visual-basic-mode. Code by Fred White, Dave Love, Randolph Fritz and Vincent Belaiche.
· Fix crash that could occur during start of Aquamacs (in x_set_frame_parameters) Reported by Will Morton, Barbara Shirtcliff, Enrico Rinaldi.
· Support for fullscreen button in windows, available in Mac OS X 10.7 ``Lion''. As additional keyboard shortcut, Command-Control-F, is available.
· Improved support for resizing frames in Mac OS X 10.7.
· Load calculator (M-x calc) correctly even after saving calculator settings. Reported by Stefan Vollmar.
· When deleting (killing) a whole line, the beginning space of a following line was deleted in `smart-spacing-mode'. This is no longer the case. Reported by James Thurgood and Robert Morelli.
· When deleting several words in a row (killing them to append them to the kill ring), they are no longer added as run-in words in smart spacing mode. Spaces are addes where appropriate.
· Drag&drop into windows showing eshell, shell and other co...