"Tobias C. Rittweiler" tcr@freebits.de writes:
So what do you think, to change the completion code to only try to match against symbols _internal_ to #<PACKAGE "ASDF"> in the above case? The downside is that if you've got a package :A that uses some internal packages :B and :C for internal code structure purpose, you won't be able to find the symbols in these internal packages.
It will still find the symbols if they're exported from :A, of course.
-T.