On Mon, 29 Dec 2008, Daniel Herring wrote:
Steps to reproduce:
- load ECL in Slime
- evaluate a form like the following
(defmacro break-slime (&rest args) "Syntax: this-is-bad" (list args))
- Slime complains
"THIS-IS-BAD is not of type CONS. [Condition of type TYPE-ERROR]"
Slime patch attached. Please apply; it is a showstopper bug when encountered.
Thanks, Daniel