[slime-devel] Re: possible typo in slime.el
Luke Gorrie
luke at bluetail.com
Thu Jan 8 16:49:49 UTC 2004
Raymond Wiker <Raymond.Wiker at fast.no> writes:
> My Emacs (GNU Emacs 21.3.50.1 / MacOSX) had a little trouble
> compiling the latest slime.el; it complained about the undefined
> function slime-inspector-expand-fontify. Examining this function, I
> thought it looked like it should be a macro instead of a function, so
> I changed "defun" to "defmacro". That seemed to work... is this the
> right fix?
Oops, now I see the problem. The macro was calling a function that
wasn't defined at compile time. I didn't catch that at first, since I
had already loaded slime and thus defined it.
I checked in a fix.
More information about the slime-devel
mailing list