forked from agumonkey/redshank
-
Notifications
You must be signed in to change notification settings - Fork 0
Common Lisp Editing Extensions
romanab/redshank
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Redshank - Common Lisp Editing Extensions (for Emacs) -*- outline -*- * Installation Instructions See file redshank.el for setting up Redshank mode. * External Dependencies Redshank is developed and tested with GNU Emacs 22.2.50.1. Patches to ensure interoperability with other versions of GNU Emacs and XEmacs are welcome. The number of Elisp library dependencies is fairly small: ** Paredit Version 21 is required. Download from <http://mumble.net/~campbell/emacs/paredit.el>. ** cl, skeleton, easymenu These come with GNU Emacs 22. ** SLIME SLIME is optional, but recommended to activate all features of Redshank. As of this writing, the latest release of SLIME (2.0) is very outdated, thus Redshank requires a recent CVS snapshot of SLIME. Instructions can be found at <http://common-lisp.net/project/slime/>. * Common Lisp Some features require interoperation with a Common Lisp implementation, via SLIME. This has been tested and is known to work with at least SBCL 1.0.19, OpenMCL 1.1-pre-070722 (DarwinX8664), and CLISP 2.40, albeit with varying degrees of support. The currently best supported implementation is SBCL. Support for other implementations is very welcome. (See file redshank.lisp for the Lisp side support.) ** Steel Bank Common Lisp (SBCL) Download SBCL from <http://www.sbcl.org/>. ** OpenMCL Download OpenMCL from <http://openmcl.clozure.com/>. ** CLISP Download CLISP from <http://clisp.cons.org/>. * Contact Send questions, bug reports, comments and feature suggestions to Michael Weber <michaelw+redshank@foldr.org>. New versions can be found at <http://www.foldr.org/~michaelw/lisp/redshank/>.
About
Common Lisp Editing Extensions
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Emacs Lisp 92.4%
- Common Lisp 7.6%