Skip to content

Commit

Permalink
support slightly more CLHS references
Browse files Browse the repository at this point in the history
* contrib/slime-references.el (slime-references-properties): Support
`:type' and `:system-class' `:ansi-cl' references.
  • Loading branch information
csrhodes committed Apr 29, 2014
1 parent f7d130f commit 791a34b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/ChangeLog
@@ -1,3 +1,8 @@
2014-04-29 Christophe Rhodes <csr21@cantab.net>

* slime-references.el (slime-references-properties): Support
`:type' and `:system-class' `:ansi-cl' references.

2014-04-26 João Távora <joaotavora@gmail.com>

* swank-repl.lisp (*listener-saved-value*): New thread-global
Expand Down
1 change: 1 addition & 0 deletions contrib/slime-references.el
Expand Up @@ -45,6 +45,7 @@ Only add clickability to properties we actually know how to lookup."
(if (or (and (eq where :sbcl) (eq type :node))
(and (eq where :ansi-cl)
(memq type '(:function :special-operator :macro
:type :system-class
:section :glossary :issue))))
`(slime-reference ,reference
font-lock-face sldb-reference-face
Expand Down

0 comments on commit 791a34b

Please sign in to comment.