[slime-devel] [PATCH] fix apropos wrt external symbols

21 Apr
2007
21 Apr
'07
10:24 p.m.
2007-04-22 Tobias C. Rittweiler <...> * swank.lisp: Previously when using SLIME-APROPOS-PACKAGE, only those symbols were considered if their home package matched the given package; this would, however, prevent all those symbols from being listed that are imported from another package, and then exported again in the package they got imported into. (As an example, SWANK:RESTART-FRAME is actually from SWANK-BACKEND.) (apropos-matcher): Renamed to MAKE-REGEXP-MATCHER. (make-regexp-matcher): Changed to only match for a given regexp. (apropos-symbols): Use MAKE-REGEXP-MATCHER.
6573
Age (days ago)
6573
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tobias C. Rittweiler