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
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
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