sbcl stuff
This commit is contained in:
parent
1d1dbc34df
commit
5d91dbb667
335 changed files with 119806 additions and 1 deletions
|
|
@ -0,0 +1,18 @@
|
|||
(eval-and-compile
|
||||
(require 'slime))
|
||||
|
||||
(define-slime-contrib slime-presentation-streams
|
||||
"Streams that allow attaching object identities to portions of
|
||||
output."
|
||||
(:authors "Alan Ruttenberg <alanr-l@mumble.net>"
|
||||
"Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>"
|
||||
"Helmut Eller <heller@common-lisp.net>")
|
||||
(:license "GPL")
|
||||
(:on-load
|
||||
(add-hook 'slime-connected-hook 'slime-presentation-streams-on-connected))
|
||||
(:swank-dependencies swank-presentation-streams))
|
||||
|
||||
(defun slime-presentation-streams-on-connected ()
|
||||
(slime-eval `(swank:init-presentation-streams)))
|
||||
|
||||
(provide 'slime-presentation-streams)
|
||||
Loading…
Add table
Add a link
Reference in a new issue