[CM] cm cvs, portmidi, threads (sbcl 0.9.7)
Fernando Lopez-Lezcano
nando@ccrma.Stanford.EDU
Thu, 15 Dec 2005 15:26:59 -0800
On Thu, 2005-12-15 at 13:17 -0800, Fernando Lopez-Lezcano wrote:
> On Thu, 2005-12-15 at 09:22 +0000, Immanuel Litzroth wrote:
> > Try setting the slime connection type to :FD-HANDLER and
> > see if that makes the problem go away. I have had similar
> > problems (with earlier versions though).
>
> Thanks!! That worked just fine. I'm running all the rts examples from
> within slime with an :FD-HANDLER connection type. Good. I wonder if I
> should build slime with that connection as the default - one less thing
> for users to configure.
For reference, it also works with :SIGIO (all this can be configured in
~/.swank.lisp through swank:*communication-style*)
-- Fernando