Raymond Wiker Raymond.Wiker@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.