I'm sure you're sick of how-to's by now (I was), but I took the trouble to write down EXACTLY what I did for an Ubuntu/emacs/swank/ SLIME/leiningen set-up.
On Mar 26, 5:40 pm, Mark Engelberg <[email protected]> wrote: > On Sat, Mar 26, 2011 at 4:29 PM, ultranewb <[email protected]> wrote: > > On Mar 27, 12:35 am, Mark Engelberg <[email protected]> wrote: > >> Type some Clojure code into the file you created. Save periodically > >> with "Ctrl-x Ctrl-s". When you want to try out your code, type > >> "Ctrl-c ctrl-k" and all your code will be evaluated and those > >> definitions will now be available for interactive use in your REPL. > > > Everything works up until C-c Ck, where I get a "C-c C-k is undefined" > > error :-( > > Make sure the pane with your code is the active pane when you type > Ctrl-c Ctrl-k. It won't work if the focus is on the REPL. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
