[slime-devel] slime-eval-sexp?

(defun slime-eval-sexp () (interactive) (mark-sexp) (slime-eval-region (region-beginning) (region-end))) What do you think about this? regards, Samium Gromoff

Samium Gromoff <_deepfire@feelingofgreen.ru> writes:
(defun slime-eval-sexp () (interactive) (mark-sexp) (slime-eval-region (region-beginning) (region-end)))
what's wrong with C-M-SPC C-c C-r ? -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen

At Tue, 19 Dec 2006 23:06:31 +0100, Marco Baringer wrote:
Samium Gromoff <_deepfire@feelingofgreen.ru> writes:
(defun slime-eval-sexp () (interactive) (mark-sexp) (slime-eval-region (region-beginning) (region-end)))
what's wrong with C-M-SPC C-c C-r ?
hmm, nothing... thanks :-) regards, Samium Gromoff

At Wed, 20 Dec 2006 01:32:43 +0300, Samium Gromoff wrote:
At Tue, 19 Dec 2006 23:06:31 +0100, Marco Baringer wrote:
Samium Gromoff <_deepfire@feelingofgreen.ru> writes:
(defun slime-eval-sexp () (interactive) (mark-sexp) (slime-eval-region (region-beginning) (region-end)))
what's wrong with C-M-SPC C-c C-r ?
hmm, nothing...
Oh, after all, i think i shouldn't have backed off this early. The thing is, you can bind a function to a single key, which is convenient. With a keystroke sequence it is perceivably harder, as it requires keyboards macros. Anyway, if you think such stuff belongs to ~/.emacs.d/init.el, then so be it...
thanks :-)
regards, Samium Gromoff
participants (2)
-
Marco Baringer
-
Samium Gromoff