Index: slime/ChangeLog diff -u slime/ChangeLog:1.466 slime/ChangeLog:1.467 --- slime/ChangeLog:1.466 Fri Jul 9 11:09:18 2004 +++ slime/ChangeLog Mon Jul 12 03:55:19 2004 @@ -1,3 +1,18 @@ +2004-07-12 Luke Gorrie luke@bluetail.com + + * slime.el (slime-easy-menu): Added "Apropos all" menu item. + (slime-restart-lisp): Added `restart-lisp' shortcut. Doesn't do + the right thing if you have multiple Lisps up. + + * swank.lisp: Added some docstrings. + Rearranged completion code and somewhat SLDB trying to layout + functions above their subfunctions in a tree-like way. + (slime-protocol-error): Renamed from slime-read-error. + (carefully-find-package): Now returns NIL if package can't be + determined, rather than *BUFFER-PACKAGE*. Correct? I didn't see + why it should return *BUFFER-PACKAGE*. + (xref): Find symbol in *BUFFER-PACKAGE*. + 2004-07-09 Peter Seibel peter@javamonkey.com
* swank.lisp (package-string-for-prompt): Change the way package
Luke Gorrie lgorrie@common-lisp.net writes:
- (slime-restart-lisp): Added `restart-lisp' shortcut. Doesn't do
- the right thing if you have multiple Lisps up.
This shortcut doesn't do the right thing with multiple lisps, with remote lisps or with local detachtty'd lisps, doing the Right Thing(TM) requires a lot more DWIM than i think is worth it.
this should either become 'restart-inferior-lisp' (so that it's obvious that this works only with lisps started by emacs) or it should be removed.
Marco Baringer mb@bese.it writes:
this should either become 'restart-inferior-lisp' (so that it's obvious that this works only with lisps started by emacs) or it should be removed.
True. Renamed. Far too useful to remove :-)