This patch makes Slime complete on package names as well for non-qualified names. This allows you to type
(cl-my-really-long-package:foo as (cl- <tab> : f <tab>
fwiw, /s
"Sean O'Rourke" seano@cs.ucsd.edu writes:
This patch makes Slime complete on package names as well for non-qualified names. This allows you to type
(cl-my-really-long-package:foo
as (cl- <tab> : f <tab>
Applied, thanks!