[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Thu Aug 16 08:28:08 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv7814
Modified Files:
ChangeLog
Log Message:
* slime.el (slime-process-available-input): Correct yesterday's
change: the buffer a request was originally performed in doesn't
necessarily exist at this time anymore, so we check for buffer
liveness now.
The problem arised when quitting in SLDB which would cause Swank
to send a `:debug-return' message before the acknowledgement
message for `sldb-quit' is sent. So the acknowledgement is
received in a context where the sldb-buffer is closed already.
--- /project/slime/cvsroot/slime/ChangeLog 2007/08/15 15:11:24 1.1143
+++ /project/slime/cvsroot/slime/ChangeLog 2007/08/16 08:27:31 1.1144
@@ -1,3 +1,15 @@
+2007-08-16 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el (slime-process-available-input): Correct yesterday's
+ change: the buffer a request was originally performed in doesn't
+ necessarily exist at this time anymore, so we check for buffer
+ liveness now.
+
+ The problem arised when quitting in SLDB which would cause Swank
+ to send a `:debug-return' message before the acknowledgement
+ message for `sldb-quit' is sent. So the acknowledgement is
+ received in a context where the sldb-buffer is closed already.
+
2007-08-15 Tobias C. Rittweiler <tcr at freebits.de>
* slime.el (slime-process-available-input): Make sure that the
More information about the slime-cvs
mailing list