
12 Apr
2012
12 Apr
'12
4:20 p.m.
Giovanni Gigante <giov@cidoc.iuav.it> writes:
Just a doubt... The SLIME manual says: the value of this variable is only checked when swank accepts the connection so you should set it via ~/.swank.lisp.
So I put in .swank.lisp (setq swank:*globally-redirect-io* t) but then SBCL complained that the variable is undefined. So I had to change it to (defvar swank:*globally-redirect-io* t) Is this the right way to do it? Yes.
-- With best regards, Stas.