Helmut,
I would like to simplify the :write-string message from
(:write-string output &optional id target)
to
(:write-string output &optional target).
(The reason is that ID is not used in core SLIME anymore; and I also do not need it for supporting presentations.)
OK to change, or do we need to care about compatibility of the SLIME protocol at this point?
Matthias
* Matthias Koeppe [2007-08-28 01:04+0200] writes:
OK to change, or do we need to care about compatibility of the SLIME protocol at this point?
Please do so. We don't need to care about protocol compatibility, we never did.
Helmut.
Helmut Eller heller@common-lisp.net writes:
- Matthias Koeppe [2007-08-28 01:04+0200] writes:
OK to change, or do we need to care about compatibility of the SLIME protocol at this point?
Please do so. We don't need to care about protocol compatibility, we never did.
Done.
I have also created a contrib/swank-presentations.lisp file, where you can move presentation-related stuff if you like.
Can I get a function variable for send-repl-results-to-emacs? Currently I just re-defun it, both in swank-presentations.lisp and swank-presentation-streams.lisp, which does not seem very clean.
Matthias