Bugs: Please report any bugs only via the "Send Bug Report"
function in the Help menu. (Please the support page our Bug Reporting Guidelines before reporting a problem.)
The JDEE Plugin turns Aquamacs Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications. Please visit the JDEE website for more information. The plugin also includes CEDET.
This plugin requires Aquamacs 1.7 or later. It is included with
earlier versions. Use with Aquamacs 2.0 or later is not recommended
- wait for a new version.
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. SLIME 2.0 was included with earlier versions.
Note that version 2.0 is the latest release, which, dating back to 2006, has become incompatible with the latest versions of various popular Lisp packages. (It appears to work fine with OpenMCL). The SLIME project recommends you use their development build which we provide as a convenient installer. Our installer is updated daily. Please visit the SLIME website for more information.
Plugin downloads
Requirements
from Aquamacs 2.0 on: Apple Mac OS X 10.5.8 or later
from Aquamacs 1.4 on: Apple Mac OS X 10.4 or later
PPC (G3, G4, G5) or Intel Mac.
(for Aquamacs 1.3b and older, nightly build from CVS (PPC): Apple Mac OS X 10.3.9 or later is sufficient.)
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 comint-based buffers now inserts the full file name.
Suggested by Jan Marius Hofert.
When expanding the load path (e.g., for library files) in directories such as Library/Application Support/Aquamacs Emacs, a file called .nosearch now prevents Aquamacs from adding the present and subordinate directories. (The previous .ignore file only worked at the topmost level.
Reported by Nathaniel Cunningham.
Fixed issue that could lead to a crash when using Aquamacs as an editor (ODB standard) from certain other applications.
Reported by Kevin Kirkup.
Fixed issue where the toolbar could not be permanently hidden or shown using the toolbar context menu.
Reported by Richard Spence.
Python-Mode has been updated to version 6.0.2.
Suggested by Gilles Lenfant.
Matlab-Mode has been updated to version 3.3.1.
Suggested by Dennis Rosset.