[slime-devel] Re: [slime-cvs] CVS slime

* trittweiler [2008-09-09 14:35+0200] writes:
(eval-for-emacs): Use WITH-RETRY-RESTART.
EVAL-FOR-EMACS is not the place to put restarts. You have to do that in INTERACTIVE-EVAL etc. Helmut.

Helmut Eller <heller@common-lisp.net> writes:
* trittweiler [2008-09-09 14:35+0200] writes:
(eval-for-emacs): Use WITH-RETRY-RESTART.
EVAL-FOR-EMACS is not the place to put restarts. You have to do that in INTERACTIVE-EVAL etc.
Why? It was supposed to be a restart for any RPC call. -T.

* Tobias C. Rittweiler [2008-09-09 15:24+0200] writes:
EVAL-FOR-EMACS is not the place to put restarts. You have to do that in INTERACTIVE-EVAL etc.
Why? It was supposed to be a restart for any RPC call.
Because EVAL-FOR-EMACS is an important function and should be kept as simple as possible. Helmut.
participants (2)
-
Helmut Eller
-
Tobias C. Rittweiler