update Fri Mar 19 12:37:00 PDT 2010
[pkgsrc.git] / wip / slime / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 To use SLIME you need one of the many known-to-work Lisp implementations out
5 there, such as lang/clisp or lang/sbcl. Add the following to your Emacs
6 configuration file:
7
8 ;; load slime
9 (setq inferior-lisp-program "the path to your Lisp binary")
10 (add-to-list 'load-path "/usr/pkg/share/emacs/site-lisp")
11 (require 'slime)
12 (slime-setup)
13
14 Start it with 'M-x slime'.
15
16 ===========================================================================