Open Source Projects
- TeXShop
- An open source TeX editor. I made substantial contributions to this project during 2002 - 2007.
- Carbon Emacs Package
- A Carbon/OSX distribution of GNU Emacs, based on CVS source code.
Emacs Related Files
Patches for Emacs 22.3
Emacs Lisp Files
-
a-menu.el
-- Create a menu from a specified directory.
-
mac-key-mode.el
-- A minor mode that provides mac-style key bindings on Mac OS X.
See also a Wiki.
-
smart-compile.el
-- An interface to `compile'.
See also a Wiki or an Japanese article.
-
utf-8m.el
-- A modified UTF-8 encoding for Mac OS X hfs plus volume format.
-
smart-dnd.el
-- Provide smart drag-n-drop feature to Emacs 22. For example, when you drop a jpg file to the buffer visiting an html file, a pre-configured string: <img src="... will be inserted. For more details, examine the elisp file.