[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Wed Aug 15 15:11:24 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv21139
Modified Files:
ChangeLog
Log Message:
* slime.el (slime-process-available-input): Make sure that the
event received from SWANK is processed in the context of the
original buffer the request of the response was performed in.
Previously, the clauses of `slime-rex' were processed in the
internal *cl-connection* buffer. And as a result the continuations
passed to `slime-eval' and `slime-eval-async' ditto.
--- /project/slime/cvsroot/slime/ChangeLog 2007/08/15 13:52:56 1.1142
+++ /project/slime/cvsroot/slime/ChangeLog 2007/08/15 15:11:24 1.1143
@@ -1,5 +1,14 @@
2007-08-15 Tobias C. Rittweiler <tcr at freebits.de>
+ * slime.el (slime-process-available-input): Make sure that the
+ event received from SWANK is processed in the context of the
+ original buffer the request of the response was performed in.
+ Previously, the clauses of `slime-rex' were processed in the
+ internal *cl-connection* buffer. And as a result the continuations
+ passed to `slime-eval' and `slime-eval-async' ditto.
+
+2007-08-15 Tobias C. Rittweiler <tcr at freebits.de>
+
Make `M-.' work on definitions outside the current restriction.
`M-,' will also properly restore the narrowing as of before the
jump. Similiarly for quiting from the compilation notes buffer and
More information about the slime-cvs
mailing list