[slime-devel] problem with slime-pre-command-hook

Helmut Eller heller at common-lisp.net
Wed Oct 28 10:20:37 UTC 2009


* Helmut Eller [2009-10-28 10:18+0100] writes:

> OK, I can reproduce this problem with XEmacs 21.5 (beta29)
> but not with XEmacs 21.4.

I fixed the pre-command-hook problem by removing the special support for
multi-line messages and replaced it with a plain call to message which
only displays the first line.  Alternatively you you can use the
slime-typeout-frame from contrib which displays multi-line messages in a
separate frame.

> There are also other problems like
>  (make-overlay (point-marker) (1+ (point))) 
> which doesn't work in 21.5 but works in 21.4.

This was apparently a problem with the prebuild sumo-tarball that I
used.  Removing .elc files fixed it.

Helmut





More information about the slime-devel mailing list