Emacs 22.1 is released - first major update in 5 years
Check it out!
For Mac OS X users, I built the new version using:
./configure --enable-carbon-app=/Users/mark/bin --without-x
to also build an Aqua application in my personal bin directory in addition to a command line version in /usr/local/bin/emacs
Again, for Mac users: I like to put this in my .emacs file:
(global-set-key "\C-xt" 'tool-bar-mode)
So I can toggle the graphic toolbar icons on and off when running the Aqua application.
For Mac OS X users, I built the new version using:
./configure --enable-carbon-app=/Users/mark/bin --without-x
to also build an Aqua application in my personal bin directory in addition to a command line version in /usr/local/bin/emacs
Again, for Mac users: I like to put this in my .emacs file:
(global-set-key "\C-xt" 'tool-bar-mode)
So I can toggle the graphic toolbar icons on and off when running the Aqua application.
Comments
Post a Comment