[slime-cvs] CVS update:
Helmut Eller
heller at common-lisp.net
Wed Nov 19 12:06:19 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv9150
Modified Files:
slime.el
Log Message:
Window configuration are now organized as a stack, not a single global
variable.
(slime-saved-window-configurations): Renamed from
slime-saved-window-configuration.
(slime-save-window-configuration, slime-restore-window-configuration):
Use a stack.
(slime-show-description, slime-show-apropos): Updated for new version
of slime-saved-window-configuration.
We use now our own version of with-output-to-temp-buffer. The default
version is painfully incompatible between Emacs versions.
(slime-with-output-to-temp-buffer): Enable slime-mode, set
lisp-syntax-table, enable slime-temp-buffer mode.
(slime-temp-buffer-mode): New mode with a single command.
(slime-temp-buffer-quit): New command.
(slime-connect): Hide the *inferior-lisp-buffer* when we are
connected.
(slime-complete-delay-restoration): The idiom
(add-hook (make-local-hook ...) ...) doesn't work in XEmacs.
(slime-complete-symbol): Use vanilla with-output-to-temp-buffer.
(slime-show-evaluation-result): Don't use slime-message. I bet, no one
will notice.
sldb-mode-map: Bind n and p to sldb-down and sldb-up.
Date: Wed Nov 19 07:06:17 2003
Author: heller
More information about the slime-cvs
mailing list