Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emacsattic/redshank
Common Lisp Editing Extensions
https://github.com/emacsattic/redshank
Last synced: 3 months ago
JSON representation
Common Lisp Editing Extensions
- Host: GitHub
- URL: https://github.com/emacsattic/redshank
- Owner: emacsattic
- Created: 2017-07-26T08:55:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T04:07:26.000Z (over 6 years ago)
- Last Synced: 2024-08-02T01:26:03.897Z (6 months ago)
- Language: Emacs Lisp
- Homepage: http://www.foldr.org/~michaelw/emacs/redshank
- Size: 63.5 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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
.** 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 .* 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 .** OpenMCL
Download OpenMCL from .** CLISP
Download CLISP from .* Contact
Send questions, bug reports, comments and feature suggestions to
Michael Weber . New versions can be
found at .