[slime-devel] the slime inspector
Thomas Schilling
tjs_ng at yahoo.de
Tue Sep 14 19:58:55 UTC 2004
I wrote:
> [to Marco only:
> Also how about some nice (customizable) coloring to indicate what's
> clickable and what not? But maybe it's already possible and I haven't
> customized it appropriately.
> - I just found `slime-inspector-action-face ;) ]
Actually I wanted this modification (could someone please apply):
Index: slime.el
===================================================================
RCS file: /project/slime/cvsroot/slime/slime.el,v
retrieving revision 1.399
diff -u -r1.399 slime.el
--- slime.el 13 Sep 2004 05:36:27 -0000 1.399
+++ slime.el 14 Sep 2004 19:56:37 -0000
@@ -6506,7 +6506,7 @@
(:value
(destructuring-bind (string id) (cdr part)
(slime-propertize-region `(slime-part-number
,id)
- (insert (fontify label string)))))
+ (insert (fontify value string)))))
(:action
(destructuring-bind (string id) (cdr part)
(slime-propertize-region
`(slime-action-number ,id)
More information about the slime-devel
mailing list