[slime-cvs] CVS slime/contrib
CVS User trittweiler
trittweiler at common-lisp.net
Tue Dec 30 19:04:07 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv16059/contrib
Modified Files:
slime-repl.el ChangeLog
Log Message:
* slime-repl.lisp (slime-repl-set-package): Set
`slime-buffer-package' to the new package name. Otherwise, a ,!p
repl command is not properly taken into account resulting in
misbehaviour of completion and arglist display.
--- /project/slime/cvsroot/slime/contrib/slime-repl.el 2008/12/27 21:27:30 1.7
+++ /project/slime/cvsroot/slime/contrib/slime-repl.el 2008/12/30 19:04:06 1.8
@@ -853,6 +853,7 @@
(slime-repl-shortcut-eval `(swank:set-package ,package))
(setf (slime-lisp-package) name)
(setf (slime-lisp-package-prompt-string) prompt-string)
+ (setf slime-buffer-package name)
(slime-repl-insert-prompt)
(insert unfinished-input)))))
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/12/30 17:17:08 1.155
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/12/30 19:04:06 1.156
@@ -1,5 +1,12 @@
2008-12-30 Tobias C. Rittweiler <tcr at freebits.de>
+ * slime-repl.lisp (slime-repl-set-package): Set
+ `slime-buffer-package' to the new package name. Otherwise, a ,!p
+ repl command is not properly taken into account resulting in
+ misbehaviour of completion and arglist display.
+
+2008-12-30 Tobias C. Rittweiler <tcr at freebits.de>
+
* slime-sbcl-exts.el, swank-sbcl-exts.lisp: New contrib.
This is the place for SBCL specific extensions and customizations
More information about the slime-cvs
mailing list