Alain.Picard@memetrics.com writes:
Sometimes slime-edit-fdefinition can get pretty confused; placing point after DEFINE-TOOLTIP in the following form and hitting M-.
(define-tooltip data-manipulation-node "Some generic info on import/exports" :br "You can put " (:strong "arbitrary") "html code in here.")
emacs asks me "Enter recursive edit? (Y/N)"
BTW, this message is usually means you encountered a bug/incomplete implementation in SLIME.
Hitting Y, and opening a few key frames, I get the following backtraces.
Which ECASE expression are we falling out of?
It's in dspec-buffer-position. Should be fixed in CVS. Don't know why this is not shown in the backtrace.
Helmut.