[slime-cvs] CVS update: slime/swank-backend.lisp
Helmut Eller
heller at common-lisp.net
Mon Nov 15 22:45:25 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv17012
Modified Files:
swank-backend.lisp
Log Message:
(emacs-connected): Don't pass the stream as argument.
make-stream-interactive is a better place for setting buffering
options.
Date: Mon Nov 15 23:45:23 2004
Author: heller
Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.73 slime/swank-backend.lisp:1.74
--- slime/swank-backend.lisp:1.73 Tue Nov 9 23:58:01 2004
+++ slime/swank-backend.lisp Mon Nov 15 23:45:23 2004
@@ -204,17 +204,13 @@
;;; Base condition for networking errors.
(define-condition network-error (simple-error) ())
-(definterface emacs-connected (stream)
+(definterface emacs-connected ()
"Hook called when the first connection from Emacs is established.
Called from the INIT-FN of the socket server that accepts the
connection.
This is intended for setting up extra context, e.g. to discover
-that the calling thread is the one that interacts with Emacs.
-
-STREAM is the redirected user output stream to Emacs. This is passed
-so that the backend can apply buffer flushing magic."
- (declare (ignore stream))
+that the calling thread is the one that interacts with Emacs."
nil)
More information about the slime-cvs
mailing list