[slime-devel] [BUG] slime-repl-set-package should not default the current package when calling slime-read-package-name
Madhu
enometh at meer.net
Sat Feb 23 07:49:06 UTC 2008
The following 2 changes contradict each other,
* 2007-11-24 Helmut Eller <heller at common-lisp.net>
| * slime.el (slime-search-buffer-package): Don't remove double
| quotes or "#:", swank:parse-package takes care of that.
* 2008-02-05 Marco Baringer <mb at bese.it>
| (slime-repl-set-package): Only prompt with a default package if
| the repl's package is different from the current package.
in a lisp file with an (in-package "FOO") form.
(slime-current-buffer) returns the quoted string which is compared to
the unquoted string returned by (slime-lisp-package) and defeats Marco's
intent [expressed in the 2nd changelog entry]
--
Madhu
More information about the slime-devel
mailing list