Bazsites.com Emacs Lisp
Directory Topics
On the Web
- Introduction to Emacs Lisp Programming - (Second Edition) Official Free Software Foundation manual.
- S. Zenitani's Emacs Lisp Packages - Emacs Lisp programs featuring smart-compile.el, an intelligent M-x compile, a-menu.el and mac-drag-N-drop.el. Also offers a Carbon/Mac OSX distribution of emacs.
- Programming in Emacs Lisp - Introduction into the world of elisp.
- Programming in Emacs Lisp - Regular Expression Searches - Documentation of the Regular Expression syntax used in Emacs Lisp.
- John Wiegley's GNU Emacs Resources - Includes the Eshell, a command line shell based on Emacs Lisp, and Pcomplete, which provides context-aware completion.
- Emacs Stuff - Emacs background with custom lisp packages, code snippets, and resources.
- emacs at levana.de - Emacs Lisp software including etexshow (Browser for ConTeXt commands), recent files menu, tea timer, evening commander.
- Bf.el - A BrainFuck interpreter written in Emacs-Lisp. To demonstrate that the implementation is really working, a weird test-case is included: An interpreter written in BrainFuck compiled to Emacs-Lisp executing BrainFuck code.
- Easymacs - An easy-to-learn, one-size-fits-all configuration for new users of GNU Emacs. It sets up key bindings that conform to a common denominator of the Gnome/KDE/OS X/Microsoft Windows human interface guidelines, and provides function-key bindings for other powerful Emacs features. It also installs a number of packages useful for working with Latex and XML files that do not come with Emacs itself.
- Martin Schwenke's Emacs Hacks - Including a mode for eiffel, a stand-alone version of gnuserv for GNU Emacs, and desire.el, a configuration helper package for Emacs.
Wikipedia Articles
- Hemlock (editor) - Hemlock is a free Emacs-style text editor for most POSIX-compliant Unix systems. It follows the tradition of the Lisp Machine editor ZWEI and the ITS/TOPS-20 implementation of Emacs, but differs from many other Emacs variants in that is written in Common Lisp rather than the usual Emacs Lisp — that is, the Lisp machine and ITS Emacs have largely been rewritten in Common Lisp, ...
- Emacs Lisp - Emacs Lisp is a dialect of the Lisp programming language used by the GNU Emacs and XEmacs text editors (which will be collectively referred to as Emacs in this article.) It is used for implementing most of the editing functionality built into Emacs, the remainder being written in C.
- Emacs/W3 - Emacs/W3 is a web browser for the GNU Emacs text editor, written primarily by William M. Perry and entirely in GNU Emacs Lisp.
- EINE - EINE (a recursive acronym standing for "EINE Is Not Emacs") was an early Emacs text editor for lisp machines; it was developed by Daniel Weinreb and Mike McMahon in the late 1970s, using the original Emacs written in TECO by Richard Stallman. It would later be developed into ZWEI, which itself would eventually become Symbolics' Zmacs (integrated into Symbolics' development for ...
- SLIME - SLIME, the Superior Lisp Interaction Mode for Emacs, is an Emacs mode for developing Common Lisp applications. SLIME originates in an Emacs mode called SLIM written by Eric Marsden and developed as an open-source project by Luke Gorrie and Helmut Eller.