On Wed, Oct 28, 2009 at 3:20 AM, Helmut Eller heller@common-lisp.net wrote:
- 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
Hi,
Thank you for looking into this. I appreciate that xemacs is not doing very well right now - but it does show signs of coming back to life.
Are there specific .elc files that I should delete?
-Ram