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