[slime-cvs] CVS update: slime/slime.el
Matthias Koeppe
mkoeppe at common-lisp.net
Thu Aug 4 19:14:58 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv24608
Modified Files:
slime.el
Log Message:
* slime.el (slime-dispatch-event): New events :presentation-start,
:presentation-end for bridge-less presentation markup.
Date: Thu Aug 4 21:14:54 2005
Author: mkoeppe
Index: slime/slime.el
diff -u slime/slime.el:1.515 slime/slime.el:1.516
--- slime/slime.el:1.515 Fri Jul 29 14:37:24 2005
+++ slime/slime.el Thu Aug 4 21:14:51 2005
@@ -2285,6 +2285,10 @@
(destructure-case event
((:read-output output)
(slime-output-string output))
+ ((:presentation-start id)
+ (slime-mark-presentation-start id))
+ ((:presentation-end id)
+ (slime-mark-presentation-end id))
;;
((:emacs-rex form package thread continuation)
(slime-set-state "|eval...")
More information about the slime-cvs
mailing list