
17 Oct
2004
17 Oct
'04
7:04 p.m.
Raymond Wiker <Raymond.Wiker@fast.no> writes:
Hmmm.... this seems to happen because slime-inferior-process is defined via slime-def-connection-var somewhere after the first reference to it. Reordering these will probably solve the problem; I was able to compile the file by evaluating (defmacro slime-def-connection-var ...) and (slime-def-connection-var slime-inferior-process ...) before calling byte-recompile-directory.
Thanks for the detailed report. Should be fixed in the CVS version. Helmut.