I'm using Clojure Box on Windows. It's working well for me, but I have a number of questions:
1. I see that you can use C-c C-c to feed the definition your cursor is on to the REPL. How do you feed the entire file to the REPL? 2. How do I restart the REPL, so that any definitions are erased and I can start from scratch? 3. If something in the REPL is running in an infinite loop, how do I interrupt evaluation? 4. I see that I can set Emacs to use CUA-style cut and paste, but I have to set this every time I start it up. How can I make this setting "stick"? 5. Is there a way to split the window vertically, rather than horizontally? 6. Is there a way to make the "enter" key automatically indent to the correct location on the next line? 7. Is there a way to make a left paren, bracket, or brace automatically type the corresponding right paren/bracket/brace and position the cursor between them? 8. Any error triggered in the REPL requires "drilling down" to see the actual error, and then a number of "aborts" to get back to the REPL. Any way to simplify this process? 9. How does one debug and/or profile in Clojure Box? Thanks, Mark --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---