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

Tobias C. Rittweiler tcr at freebits.de
Sat Apr 21 22:24:04 UTC 2007


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.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: slime-apropos-fix.diff
Type: text/x-diff
Size: 2421 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20070422/390600fa/attachment.diff>


More information about the slime-devel mailing list