* Home page: [http://sites.math.washington.edu/~palmieri/ John Palmieri, Department of Mathematics, University of Washington.]
* Previous home page http://www.math.washington.edu/~palmieri/Emacs
(This URL is now defunct. You can try the [http://web.archive.org/web/20060205175757/http://www.math.washington.edu/~palmieri/ web.archive.org], and John's code is also available from [https://github.com/jhpalmieri?tab=repositories github].)

* HighlightingCompletion is a variant on completion in Emacs. When typing in the minibuffer (for example), whenever the text can be completed, the completion is added to the minibuffer provisionally--it is more a visual cue as to what would be inserted if you hit the TAB key than anything else. 

* LightningCompletion is an improvement on whatever completion Emacs does already; it incorporates ``dynamic completion'': completion without having to hit the TAB key or anything else. This is very useful when added to commands like find-file or switch-to-buffer or describe-lisp-function. 

* UltraTexMode is a major mode for typing TeX documents; one of its main features is dynamic completion on TeX commands. It has a few other nice bells and whistles. (This includes the lightning completion package, by the way.) 

* LaTeXSymbols provides commands in XEmacs to open up windows with tables of various sorts of symbols. [http://www.math.washington.edu/~palmieri/Emacs/Doc/symbols.html Here is an example of this]. 


----
CategoryHomepage
