On Dec 6, 2011, at 11:31 AM, jlhouchin wrote: > This biggest issue I see in this context, is that the REPL is tied to > the editor. Yes, I can detach the REPL, but it is still a part of the > editor. I can't have the pdf of my book side by side with the REPL. As > soon as I click on the REPL, the entire editor comes to the top, > putting my book behind. Making it impossible to see the code I am > attempting to enter. > > Is there a way to run this REPL completely independent of the editor?
You can detach the REPL view from the Eclipse frame; right click on the REPL view's tab and choose "Detached". If I'm reading your question right, that should get you what you want. > Also, I do not see any way to go back in history with this REPL as I > can with the other. Ctrl+up and Ctrl+down will allow you to recall expression history. (Note that if you're on the Mac, these shortcuts clash with Spaces; you'll need to either rebind them to other keys in the Eclipse preferences, turn off Spaces, or change Spaces' keyboard shortcuts.) Cheers, - Chas -- 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