If you'd like to stay on top of the game, download our
nightly builds. These are produced from current development
snapshots of GNU Emacs and Aquamacs, straight from their
respective repositories.
Building the nightlies may fail occasionally - that's part
of why we do them. If that happens and you're tech savvy,
please do check the
log provided and try to fix the problem.
There are Compile
Logs corresponding to the above package:
Aquamacs. If one of the builds failed last night, it is recommended to refer to
last night's compile logs for
Aquamacs.
There are Compile
Logs corresponding to the above package:
Aquamacs. If one of the builds failed last night, it is recommended to refer to
last night's compile logs for
Aquamacs.
Builds for Mac OS X / PPC
There will be no more nightly builds of Aquamacs 1.8dev for PPC.
Download the last build (April 22, 2009)
Aquamacs-nightly.tar.bz2 (should work on 10.3.9 and up).
Plugin: SLIME, The Superior Lisp Interaction Mode for Emacs
SLIME is an Emacs mode for Common Lisp development. It can be downloaded as a point-and-click install package to be used with Aquamacs. This plugin requires Aquamacs 1.6 or later.
The source code for this plugin is included with the plugin.
What's new in the development version (Master branch)?
Aquamacs is now based on Emacs 23 and the Cocoa (NextStep) port. There are many changes under the hood associated with this. A few functions don't work right just yet, and we recommend neither this preview of Aquamacs 2.0 nor the Emacs 23.1 for mission-critical production use. Please help the Aquamacs team complete the transition by contributing code and fixes or, if that's not possible, a donation. Here, we report the changes between Emacs 22 and Emacs 23 with respect to the Aquamacs distribution. Further changes can be found in the NEWS file for Emacs 23.
Aquamacs has a new icon in the Dock, designed by graphic designer Jessica Walker (jekawacaneer@gmail.com).
The Aquamacs application has been renamed to Aquamacs.app (from Aquamacs Emacs.app).
Spell-checking now uses the system-wide dictionaries in all the languages supported on OS X. The standard spelling user interface is available as well as the traditional Emacs `ispell' interface (which also uses the system-wide spelling mechanism). Configure the use of GNU `aspell' through the `ispell-program-name' variable if desired.
Code by Nathaniel Cunningham.
Dialogs have been vastly improved: they appear as sheets over the frames where they belong, contain better UI elements (as in the case of the dialog displayed before quitting Aquamacs, which was once called ``dialog from hell'' before receiving a makeover). The standard Enter, Space and Esc keys (and more) are supported.
Toolbars can now be configured through the normal customization panel. Right-click on the toolbar, use the Options/View menu item (or use M-x ns-tool-bar-customize). The chosen icons are persistent; toolbar customizations are, however, tied to the toolbars set by modes. That means that users can chose a different set of icons to display in latex-mode, for instance.
The `ns-tool-bar-display-mode' variable now supports label-only toolbars. Right-click on the toolbar to change; or use M-x customize or Preferences.el to set it to `labels' in order to only show labels. The former meaning of this value (showing labels and icons) is now `both' (or, usually, nil, the default).
Fonts and colors of all (mode-specific) faces can now be configured using the standard font and color panels. The Options / Appearance menu provides a function to show the font panel, which leads to buttons for foreground and background colors. We also have a menu item for the color panel separately, from where colors can be dragged&dropped directly onto any piece of text to customize its face. Holding down the Option key will, instead, set the face's background color.
The printing system has been revised; the standard print and page setup dialogs are used inside the application. The print dialog now appears more quickly. (Note: over-long lines will always be wrapped at word boundaries when printing. Clipping or horizontal pagination are not supported at this time.)
When printing, double spaces are formatted as such and can be used to align text.
Reported by George Nurser.
HTML and PDF export functions have changed: PDF export can be achieved as in any Mac application via the Print dialog. Use the new Copy as HTML function in the Edit menu to copy formatted text including all the coloring into the clipboard in HTML format. Many other applications, including presentation software, can then display the formatted text and keep it editable.
Tabs are now available via the A-1..9 (Command-1..9) keybindings. `Split-window-vertically' is now bound to A-M-2 (Command Option 2), `split-window-horizontally' is A-M-3 (Command Option 3).
Keyboard bindings are displayed more consistently in the menus now. Throughout Aquamacs, Mac standard key descriptions are used (this may be configured using the variable `ns-use-mac-modifier-symbols'). Users should be aware that manuals and tutorials will often refer to keys such as C-x (X or Control X), and that keys like M-q correspond to the chosen Meta key modifier, normally the Option key.
Fullscreen mode works largely as before in 10.6; in older versions of OS X, it will unconditionally take over the full screen (Dock and menu are not visible).
`aquamacs-find-file' (C-x C-f) will ask for confirmation if you first complete partial filename input in the minibuffer, but then attempt to create a new file.
Completion is, in many cases, more powerful by completing to the left and the right of the input string. Customize the option `completion-styles' to control this.
Command-ñow cycles backward to the previously selected frame (`raise-previous-frame').
Patch by Matthew Dempsky.
Internally, Emacs is based on a superset of Unicode now. Emacs also uses Cocoa, a modern technology that facilitates program development and maintenance, supports 64-bit computing on Macs and allows for better integration of applications with the operating system and other applications.
As per Emacs 23, Aquamacs now supports multi-file commits in distributed version-control systems through the VC-dir package.
Soft wrapping is called `visual-line-mode' internally now, and the former Aquamacs mode of the same name is now a customization variable called `line-move-visual', which is enabled by default. `Longlines-mode' is considered obsolete. Users with manual customizations should adjust their settings.
.wiki files now open in wikipedia-mode.
Aquamacs uses ``Python-mode'' by default now for Python source files. Users who prefer the original Emacs python package can switch by including (require 'python) in their Preferences.el file.
Code by Barry Warsaw.
Ruby mode has been revised to match and track the latest version included with GNU Emacs.
Many more improvements between Emacs 22 and Emacs 23. See etc/NEWS at http://www.gnu.org/software/emacs/NEWS.23.1. NB, many of the items listed there do not apply to Mac OS X.
DocView mode is no longer used to display PDF and other files (it didn't work well).
It is now possible to customize behavior of right Option/Alternate, Command and Control modifiers independently of the left ones using new entries in the (renamed) ``Option, Command, Meta keys'' menu (in Options) or the new customization variables named `ns-right-alternate-modifier' (etc).
Patch by Marcin Koziej.
Even when the Option modifier keys are set up to be handled by the system (rather than being Meta - see Options - Option Key menu), Option-Arrow and Option-Delete key combinations lead to wordwise operations (they are recognized as Meta). (Set the new `ns-alternate-meta-special-codes' to nil to disable.)
Aquamacs 2.x requires Mac OS X 10.6, or 10.5.8 or later. (OS X 10.4 users may compile from source at their own risk.)
Interested in trying out the Emacs 23 Cocoa version of Aquamacs? As of Summer 2008, we're still working on it, but we're also already working with it.
http://aquamacs.org/nightlies.shtml
Auto Save files are now stored in /Library/Caches/Aquamacs Emacs. This way, they survive reboots such as after system crashes (kernel panics, etc.).
Reported by Neil Best, Justin Pitts and Richard Busby.
Auto Save files and Session files are purged after 31 days.