[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Thu Mar 22 13:35:46 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv14563
Modified Files:
slime.el
Log Message:
(slime-scratch-buffer): Respect the syntax text properties of
presentations.
--- /project/slime/cvsroot/slime/slime.el 2007/03/21 15:50:11 1.770
+++ /project/slime/cvsroot/slime/slime.el 2007/03/22 13:35:45 1.771
@@ -4561,6 +4561,9 @@
(lisp-mode)
(use-local-map slime-scratch-mode-map)
(slime-mode t)
+ (when slime-repl-enable-presentations
+ ;; Respect the syntax text properties of presentations.
+ (set (make-local-variable 'parse-sexp-lookup-properties) t))
(current-buffer))))
(defun slime-switch-to-scratch-buffer ()
More information about the slime-cvs
mailing list