On Sat, 27 Feb 2010 03:42:04 -0800 (PST)
uap12 <anders.u.pers...@gmail.com> wrote:

> Hi!
> I have installed ClojureBox with Emacs.
> I test to write stuff, direct in the REPL, so is there som easy way of
> get the function defined out,
> i know i should write them in a src-file first but i would be nice
> when just testing to be able to
> do the other way to..

You can go back to where you wrote them, and cut them to paste into a
source file.

On the other hand, if you write them in a source file with
clojure-mode and slime, then C-c C-c will send the current defn to the
slime REPL and C-c C-z will switch to the repl so you can run
it. That's almost as convenient as editing in the buffer, and much
easier in the long run.

   <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