What is the slime equivalent of ilisp-defpackage-command-string?
That is, a regexp that allow the user to indicate slime what sexp sets the current package (in-package)?
I've got a custom macro that invokes IN-PACKAGE, and obviously, it is not recognized, so my slime-eval-last-expression are always executed in the wrong package... ilisp did the right thing )-;