On Wed, 19 Oct 2005, Nicholas Ochiel wrote:
I'm not sure if this mail got through the first time. Is there anyone who can help me with my problem?
1. With Slime and SBCL you need essentially use simultaneous versions (ones from roughly the same time-period) -- SBCL developers are rather fond of refactoring interfaces even when that breaks backwards compatibility. Essentially latest released SBCL should work with Slimes from the release date to a month or so forward, and CVS HEAD SBCL should work with CVS HEAD Slime -- all bets are off for in-between versions.
2. Since the issue seems to be with the the SPAWN-communication style, doing
(setf swank:*communication-style* :fd-handler)
in ~/.swank.lisp should work around that particular issue.
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious." Lispnik: "Buddha is big, has hairy armpits, and laughs."