My Elisp Code

gnus-highlight.el For Gnus: Highlights the summary buffer and the article buffers according to simple regular expressions and simple color definitions. No messing with ugly face creation to make this work!
buffer-timer.el (Requires XEmacs and can't be ported to Emacs) A mechanism to track your time based on the buffers you're editing. Useful for people who need to bill their time to various things depending on what you're working on. Gives reports that detail how much time you spent on any given project for any given day down to the second level, all automatically.
switch-files.elA way to switch between corresponding pairs of matching code files. EG, loading this file and then typing C-x M-f inside a code.c file will switch to the code.h file. Inside a code.pm file, it'll switch to a code.xs file. Etc. Additionally, it will follow #include directives if sitting on the front of a #include file within a .c or .h file. C-x M-f on followed referenced files will always take you back to where you came from (nested references supported).
snmp-mode.elA hacked version of the original snmp-mode to add support for editing of SMIv2 style MIB documents

Last modified: Sat Apr 10 07:29:01 PDT 2004