On Tue, Jan 15 2013, Anton Vodonosov wrote:
Hello.
Could you add a hook around eval-for-emacs, as show in the attached patch? It would allow maintain custom context for all the slime requests.
eval-for-emacs is a central and important place. I'm not too keen to execute random third party code there. Sorry.
There is (setf (fdefinition 'eval-for-emacs) ...) if you absolutely must change something there.
Helmut