After updating to the current CVS version, I get the following error on slime-compile-defun. I have tried to find the error, but it seems to be in slime.el and I'm no good at elisp.
- The error have probably been introduced in a patch during the last 24 hours or so. - It shows itself consistently on my setup; GNU Emacs 21.2.1, Lispworks 4.[13], Solaris. - Using the slime.el from yesterday (2004-03-25) works fine.
This is the error message I get in Emacs:
Compilation finished: 0 errors 0 warnings 0 notes [0.12 secs] error in process filter: cond: destructure-case failed: nil error in process filter: destructure-case failed: nil
Bjørn Nordbø bn@telenor.net writes:
After updating to the current CVS version, I get the following error on slime-compile-defun. I have tried to find the error, but it seems to be in slime.el and I'm no good at elisp.
Should be fixed in CVS now. It was broken for the case where the compiler gives no notes.
-Luke