Re: Loading slime 2.27 going into debugger as of last night.
Luís Oliveira <[email protected]> Tue, 29 Mar 2022 11:03:48 +0100
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAB-HnLTetE=jXcsuQOHK6+Dsw725dAXfsiemhVG3B==GJfTOFQ@mail.gmail.com> |
On Thu, 24 Mar 2022 at 19:14, Jeff Cunningham <[email protected]> wr= ote: > ;;; Added this so I can change the names of package symbols and get > ;;; prompted about whether or not I want to drop them: > (setf sb-ext:*on-package-variance* '(:error t)) Try (setf sb-ext:*on-package-variance* '(:warn (:swank :swank-backend) :error t)) instead. Cheers, Lu=C3=ADs