[slime-cvs] CVS slime/contrib

CVS User alendvai alendvai at common-lisp.net
Fri Oct 15 22:42:14 UTC 2010


Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv27538/contrib

Modified Files:
	slime-presentations.el 
Log Message:
Smarten up the label-value-line macros.

- support a :label emacs font property
- added key args: padding-length, display-nil-value, hide-when-nil, splice-as-ispec, value-text
- label-value-line* will evaluate and splice the result of the form after a @ character


--- /project/slime/cvsroot/slime/contrib/slime-presentations.el	2010/07/28 15:28:21	1.37
+++ /project/slime/cvsroot/slime/contrib/slime-presentations.el	2010/10/15 22:42:14	1.38
@@ -830,6 +830,8 @@
                  'mouse-face 'highlight
                  'face 'slime-inspector-value-face)
          (slime-insert-presentation string `(:inspected-part ,id) t)))
+      ((:label string)
+       (insert (slime-inspector-fontify label string)))
       ((:action string id)
        (slime-insert-propertized (list 'slime-action-number id
                                        'mouse-face 'highlight





More information about the slime-cvs mailing list