Re: slime-eval-at-register

2011-03-18 Thread blais
On Mar 17, 9:39 pm, Ken Wesson wrote: > On Thu, Mar 17, 2011 at 7:32 PM, Martin Blais wrote: > > Emacs-using Clojurians may enjoy the following tidbit of > > Slime I just dreamed of: > > > (defun slime-eval-at-register (reg) > >  "Take the cursor to a reg

Re: slime-eval-at-register

2011-03-17 Thread Ken Wesson
On Thu, Mar 17, 2011 at 7:32 PM, Martin Blais wrote: > Emacs-using Clojurians may enjoy the following tidbit of > Slime I just dreamed of: > > > (defun slime-eval-at-register (reg) >  "Take the cursor to a register's location and eval >   the expression there. U

slime-eval-at-register

2011-03-17 Thread Martin Blais
Emacs-using Clojurians may enjoy the following tidbit of Slime I just dreamed of: (defun slime-eval-at-register (reg) "Take the cursor to a register's location and eval the expression there. Useful for testing stuff without having to 'go there' first." (inter