Gary King gwking@metabang.com writes:
Hiya,
Here are three small patches for SLIME. They do the following:
- Make find-definitions a little more flexible with an around
method: if the symbol isn't in the current package, the around method goes on to look in all the packages too. (I haven't added similar logic to symbol completion but will someday).
won't this make (find-definitions foo:test) returns definitions for bar:test as well? do we really want this?
- Modifies swank-loader so that Allegro's alisp and mlisp programs
get different locations. Otherwise mlisp complains about alisp's files.
applied. thanks.
- Added two more symbols to the exports list in swank-openmcl.
who uses these?