On Tue, 20 Apr 2010 06:47:05 -0700 (PDT)
Mark Hamstra <markhams...@gmail.com> wrote:

> Craig,

I'm not Craig, but he's not answered yet, so...

> I enjoyed you presentations, but I have a bit of a tangent question.
> I'm still new to slime, so it's not a comfortable environment for me
> yet.  What I am wondering is how exactly, when operating with the
> split code and repl buffers, you are getting code buffer expressions
> to evaluate in the repl?  Is this a customization, or am I missing
> something basic?

This is pretty basic. There are commands for sending various bits of
code from the code buffer to REPL. They are a standard part of slime,
not clojure-specific. Most useful to me are C-M-x, which ships the def
around the point to the repl, and C-c C-r, which evaluates the active
region. Others can be found with C-h M in the code buffer, which
brings up the documentation for the buffer mode.

     <mike
-- 
Mike Meyer <m...@mired.org>             http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to