[slime-devel] Re: [BUG] slime-repl-set-package should not default the current package when calling slime-read-package-name
Helmut Eller
heller at common-lisp.net
Sun Feb 24 16:46:41 UTC 2008
* Madhu [2008-02-23 12:54+0100] writes:
> | In the REPL buffer (slime-current-buffer) returns (slime-lisp-package).
> | That's the primary situation where the proposed default would be wrong.
>
> I'm not sure I understand. The situation in my bug report is about
> visiting a file with a:
>
> (in-package "FOO")
>
> form.
Which, of course, is not in the REPL buffer.
>
> Inside this buffer, calling C-c M-p (i.e. slime-repl-set-package) will
> prompt you with package FOO even if the repl's current package is FOO.
>
> The point of Marco's patch was to not fill in the prompt when the
> current package is identical to the package in the repl.
Considering the amount of time that we spend on this detail, this seems
to be an important command, so I fixed it.
Helmut.
More information about the slime-devel
mailing list