public
Description: unofficial repository, updated daily (import from CVS)
Homepage: http://common-lisp.net/project/slime
Clone URL: git://github.com/nablaone/slime.git
slime /
name age message
file .cvsignore Sun Apr 08 12:23:57 -0700 2007 Added *.lx64fsl (openmcl on linux fasls). [mbaringer]
file ChangeLog Tue Dec 15 13:56:55 -0800 2009 * swank.lisp (collect-notes): Establish new ab... [trittweiler]
file HACKING Thu Jun 04 01:50:30 -0700 2009 Mention docstrings. [heller]
file NEWS Fri Jan 02 13:57:13 -0800 2009 Mention the missing REPL. [heller]
file PROBLEMS Sun Nov 20 15:31:56 -0800 2005 Mention READ-CHAR-NO-HANG brokeness. [heller]
file README Tue Oct 03 14:49:13 -0700 2006 Update license statement. [mbaringer]
directory contrib/ Tue Dec 15 12:29:01 -0800 2009 * swank-asdf.lisp (who-depends-on): Add. [trittweiler]
directory doc/ Tue Dec 15 09:12:41 -0800 2009 * contrib/slime-asdf.el (slime-reload-system): ... [sboukarev]
file hyperspec.el Mon Mar 09 04:06:38 -0700 2009 * hyperspec.el (common-lisp-hyperspec-lookup-re... [heller]
file metering.lisp Fri Aug 22 14:15:07 -0700 2008 * metering.lisp: Add deftypes for time-type and... [heller]
file mkdist.sh Mon Aug 29 13:02:57 -0700 2005 Added public domain dedication. [lgorrie]
file nregex.lisp Mon Sep 19 01:20:48 -0700 2005 Released into the public domain by Lawrence E. ... [lgorrie]
file sbcl-pprint-patch.lisp Thu Feb 16 17:30:21 -0800 2006 New file, adds the annotations feature to the S... [mkoeppe]
file slime-autoloads.el Fri Mar 27 13:49:41 -0700 2009 * slime.el (slime-setup-contribs): Moved over f... [heller]
file slime.el Thu Dec 10 15:15:42 -0800 2009 Add `M-x slime-toggle-debug-on-swank-error'. ... [trittweiler]
file swank-abcl.lisp Wed Nov 25 23:06:50 -0800 2009 swank-abcl.lisp (arglist): Fixes for functions... [mevenson]
file swank-allegro.lisp Thu Dec 10 19:37:17 -0800 2009 swank-allegro.lisp: Use new function `make-erro... [sboukarev]
file swank-backend.lisp Thu Dec 10 14:21:09 -0800 2009 * swank-backend.lisp (*debug-swank-backend*): ... [trittweiler]
file swank-ccl.lisp Mon Nov 02 01:20:33 -0800 2009 * swank.lisp (without-interrupts): Removed. No ... [heller]
file swank-clisp.lisp Mon Nov 02 01:20:33 -0800 2009 * swank.lisp (without-interrupts): Removed. No ... [heller]
file swank-cmucl.lisp Tue Nov 03 10:22:58 -0800 2009 Ask gdb for source lines of foreign functions. ... [heller]
file swank-corman.lisp Sun Jun 21 00:22:56 -0700 2009 * swank-backend.lisp (frame-source-location): R... [heller]
file swank-ecl.lisp Fri Nov 13 11:55:04 -0800 2009 * swank-ecl.lisp (swank-mop:compute-applicable-... [sboukarev]
file swank-gray.lisp Sun Aug 31 04:58:01 -0700 2008 * swank-backend.lisp (make-input-stream): Remov... [heller]
file swank-lispworks.lisp Mon Nov 02 01:20:33 -0800 2009 * swank.lisp (without-interrupts): Removed. No ... [heller]
file swank-loader.lisp Thu Dec 03 07:41:05 -0800 2009 * slime.el (slime-documentation-lookup-functio... [trittweiler]
file swank-match.lisp Sat Oct 31 15:13:54 -0700 2009 * slime.el (slime-inside-string-p, slime-insid... [trittweiler]
file swank-openmcl.lisp Mon Aug 10 12:30:22 -0700 2009 Separate context info from compiler message tex... [heller]
file swank-sbcl.lisp Tue Dec 15 13:56:55 -0800 2009 * swank.lisp (collect-notes): Establish new ab... [trittweiler]
file swank-scl.lisp Mon Nov 02 01:20:33 -0800 2009 * swank.lisp (without-interrupts): Removed. No ... [heller]
file swank-source-file-cache.lisp Sat May 09 12:26:00 -0700 2009 * swank-source-file-cache.lisp (read-snippet-f... [trittweiler]
file swank-source-path-parser.lisp Tue May 19 03:51:38 -0700 2009 guard agains source path mapping hitting reader... [nsiivola]
file swank.asd Sun Aug 09 09:10:17 -0700 2009 * swank.asd (asdf:perform): don't call `swank-l... [sboukarev]
file swank.lisp Tue Dec 15 13:56:55 -0800 2009 * swank.lisp (collect-notes): Establish new ab... [trittweiler]
file test-all.sh Mon Aug 29 13:02:57 -0700 2005 Added public domain dedication. [lgorrie]
file test.sh Wed Oct 28 13:28:03 -0700 2009 * test.sh: Don't copy contribs. Slime should wo... [heller]
file xref.lisp Sun May 16 17:25:24 -0700 2004 Renamed XREF package to PXREF (P for portable).... [lgorrie]
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