Hi folks,
we have a group of new functions in Aquamacs (CVS), and I think
they'll be ready for testing by a larger group of users soon.
Primarily, we have a much better way of dealing with soft wrapped text
which gets rid of a number of problems, among them syntax highlighting
(e.g. in LaTeX), multiple frames with the same buffer, and speed (for
large buffers).
Also, I have fixed some bugs - luckily, the 1.4 release only had to
deal with two major issues: PATH not being imported in some
situations (LaTeX users complained that they couldn't compile), and
aquamacs-backward-kill-word not functioning right in some rare
situations.
Are there any other issues that people would like to see addressed?
I'd like to do a week or two of testing with our dev group, so please
go ahead and download a nightly build. I use the script below to
automatically download and install the latest build. (Adapt for PPC.)
- David
#!/bin/sh
# for Mac/Intel architecture
cd /tmp
rm -r Aquamacs\ Emacs.app 2>/dev/null
curl -L -o Aquamacs-nightly.tar.bz2
http://plume.sr.unh.edu/~reitter/Aquamacs/Aquamacs-nightly.tar.bz2
>/dev/null
if [ -e "Aquamacs-nightly.tar.bz2" ]; then
tar xjf Aquamacs-nightly.tar.bz2
if [ -e "Aquamacs Emacs.app" ]; then
rm -r /tmp/Aquamacs\ Emacs\ Yesterday.app 2>/dev/null
mv /Applications/Aquamacs\ Emacs.app /tmp/Aquamacs\ Emacs
\ Yesterday.app
mv Aquamacs\ Emacs.app /Applications/Aquamacs\ Emacs.app
fi
fi
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at
http://www.sourceforge.net/community/cca08_______________________________________________
Aquamacs-devel mailing list
Aquamacs-devel@...
https://lists.sourceforge.net/lists/listinfo/aquamacs-devel