
* "Vladimir Sedach" <c07e645b0706061311l1f5beec3lcd3e734499f7dd2a@XXXX> : | In recent (or maybe not so recent) changes to swank.lisp, | send-repl-results-to-emacs sends a :write-string back to the slime | dispatcher instead of :return or :emacs-rex or whatever it was | previously. This means that slime-repl-eval-string never gets an :ok | result back, so the result printing code in slime-repl-insert-result | is of superfluous now (and can be deleted, but don't do that yet!). I have been using your patch. It does not get the repl results printing right as per the original code. In particular the issue I noted on "Sun, 22 Apr 2007 22:46:07 +0530" <m3bqhgtj9w.fsf@robolove.meer.net> is still present. And I also get results like: CL-USER> (date) Fri Jun 15NIL 08:14:58 2007 +0530 Is there a way I could use the advice mechanism to get the repl results printed correctly? I did not get a response from Mathias after he "fixed" the issue in "Fri, 02 Feb 2007 09:58:38 +0530" <m3bqkgvoxi.fsf@robolove.meer.net> There is another issue with repl interaction: "Fri, 27 Apr 2007 06:11:04 +0530" <m3tzv2vecf.fsf@robolove.meer.net> Would this suggest the repl interaction protocol design is lacking, and needs to be fixed at a more fundamental level? (I don't use presentations myself, so my fix may not be applied to slime in general) -- Regards Madhu