pkgsrc-wip/slime/MESSAGE
Hauke Fath 602f8bcbfc wip/slime - upgrade to v2.20
Upgrade to v2.20
List supported emacsen (xemacs was desupported with v2.2)
Patch texi file to not require texinfo v5
Add lisp-lgpl text from <http://opensource.franz.com/preamble.html>
Render and remove TODO list
2017-09-21 16:58:29 +02:00

20 lines
611 B
Plaintext

===========================================================================
$NetBSD$
To use SLIME you need one of the many known-to-work Lisp implementations out
there, such as lang/clisp or lang/sbcl. Add the following to your Emacs
configuration file:
;; setup load-path and autoloads
(add-to-list 'load-path "${PREFIX}/share/emacs/site-lisp")
(require 'slime-autoloads)
;; Set your lisp system and, optionally, some contribs
(setq inferior-lisp-program "the path to your Lisp binary")
(slime-setup)
Start it with 'M-x slime'.
===========================================================================