Alain.Picard@memetrics.com writes:
Any hints or help would be welcome!
We used to have a default method for ENVIRONMENT-DISPLAY-NOTIFIER to bring up the SLIME debugger. I re-added it in CVS SLIME, but I'm not sure if that is the correct way to use that function.
It would probably be cleaner to use something like
(env:with-environment ((swank-backend::slime-env #'swank-debugger-hook '())) ...)
in your code. But that feels a bit inconvenient.
Helmut.