This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
trittweiler (author)
Tue Dec 15 13:56:55 -0800 2009
slime /
| name | age | message | |
|---|---|---|---|
| |
.cvsignore | Sun Apr 08 12:23:57 -0700 2007 | |
| |
ChangeLog | Tue Dec 15 13:56:55 -0800 2009 | |
| |
HACKING | Thu Jun 04 01:50:30 -0700 2009 | |
| |
NEWS | Fri Jan 02 13:57:13 -0800 2009 | |
| |
PROBLEMS | Sun Nov 20 15:31:56 -0800 2005 | |
| |
README | Tue Oct 03 14:49:13 -0700 2006 | |
| |
contrib/ | Tue Dec 15 12:29:01 -0800 2009 | |
| |
doc/ | Tue Dec 15 09:12:41 -0800 2009 | |
| |
hyperspec.el | Mon Mar 09 04:06:38 -0700 2009 | |
| |
metering.lisp | Fri Aug 22 14:15:07 -0700 2008 | |
| |
mkdist.sh | Mon Aug 29 13:02:57 -0700 2005 | |
| |
nregex.lisp | Mon Sep 19 01:20:48 -0700 2005 | |
| |
sbcl-pprint-patch.lisp | Thu Feb 16 17:30:21 -0800 2006 | |
| |
slime-autoloads.el | Fri Mar 27 13:49:41 -0700 2009 | |
| |
slime.el | Thu Dec 10 15:15:42 -0800 2009 | |
| |
swank-abcl.lisp | Wed Nov 25 23:06:50 -0800 2009 | |
| |
swank-allegro.lisp | Thu Dec 10 19:37:17 -0800 2009 | |
| |
swank-backend.lisp | Thu Dec 10 14:21:09 -0800 2009 | |
| |
swank-ccl.lisp | Mon Nov 02 01:20:33 -0800 2009 | |
| |
swank-clisp.lisp | Mon Nov 02 01:20:33 -0800 2009 | |
| |
swank-cmucl.lisp | Tue Nov 03 10:22:58 -0800 2009 | |
| |
swank-corman.lisp | Sun Jun 21 00:22:56 -0700 2009 | |
| |
swank-ecl.lisp | Fri Nov 13 11:55:04 -0800 2009 | |
| |
swank-gray.lisp | Sun Aug 31 04:58:01 -0700 2008 | |
| |
swank-lispworks.lisp | Mon Nov 02 01:20:33 -0800 2009 | |
| |
swank-loader.lisp | Thu Dec 03 07:41:05 -0800 2009 | |
| |
swank-match.lisp | Sat Oct 31 15:13:54 -0700 2009 | |
| |
swank-openmcl.lisp | Mon Aug 10 12:30:22 -0700 2009 | |
| |
swank-sbcl.lisp | Tue Dec 15 13:56:55 -0800 2009 | |
| |
swank-scl.lisp | Mon Nov 02 01:20:33 -0800 2009 | |
| |
swank-source-file-cache.lisp | Sat May 09 12:26:00 -0700 2009 | |
| |
swank-source-path-parser.lisp | Tue May 19 03:51:38 -0700 2009 | |
| |
swank.asd | Sun Aug 09 09:10:17 -0700 2009 | |
| |
swank.lisp | Tue Dec 15 13:56:55 -0800 2009 | |
| |
test-all.sh | Mon Aug 29 13:02:57 -0700 2005 | |
| |
test.sh | Wed Oct 28 13:28:03 -0700 2009 | |
| |
xref.lisp | Sun May 16 17:25:24 -0700 2004 |
README
Overview.
----------------------------------------
SLIME is the Superior Lisp Interaction Mode for Emacs. It is
implemented in two main parts: the Emacs Lisp side (slime.el), and
the support library for the Common Lisp (swank.lisp and swank-*.lisp)
For a real description, see the manual in doc/
Quick setup instructions
------------------------
Add this to your ~/.emacs file and fill in the appropriate filenames:
(add-to-list 'load-path "~/hacking/lisp/slime/") ; your SLIME directory
(setq inferior-lisp-program "/opt/sbcl/bin/sbcl") ; your Lisp system
(require 'slime)
(slime-setup)
Make sure your `inferior-lisp-program' is set to a compatible
version of Lisp.
Use `M-x' slime to fire up and connect to an inferior Lisp.
SLIME will now automatically be available in your Lisp source
buffers.
Licence.
----------------------------------------
SLIME is free software. All files, unless explicitly stated
otherwise, are public domain.
Contact.
----------------------------------------
Questions and comments are best directed to the mailing list:
http://common-lisp.net/mailman/listinfo/slime-devel
The mailing list archive is also available on Gmane:
http://news.gmane.org/gmane.lisp.slime.devel







