[slime-devel] slime-goto-location-position patch

bryan o'connor bryan-slime at lunch.org
Sat Jan 29 23:08:09 UTC 2005


when passed a :function-name, slime-goto-location-position would find
earlier occurrences of symbols which start with the function name
followed by a symbol-constituent character.

for example: a function-name of "find" will first match find-if-not if
it occurs earlier in the file.  this seems to happen a lot with openmcl
source.

i changed the regexp to require the function-name to be followed by a
non-symbol-constituent character \S_.

the regexp immediately following for :method may benefit also from
the change (\> to \S_) but i didn't have a decent test case.

	...bryan

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20050129/51ef9792/attachment.txt>
-------------- next part --------------



More information about the slime-devel mailing list