There are some old "Getting Started" steps out there, but you'll probably get a better start if you Google for "leiningen" and "swank-clojure" for a more up-to-date technique.
If you need to tell the Clojure process to quit, the syntax is (System/exit 0). Mark On Tue, Aug 30, 2011 at 4:32 PM, <[email protected]> wrote: > (1) I have followed the "Getting started" steps and installed clojure-mode > in Emacs. However, when I edit a .clj file, I am in clojure-mode (C-h m) but > no "clojure" on the menubar. There should be one, right? What am i missing. > > (2) I just use M-x inferior-lisp. But how do you get out of clojure? I tried > (exit) or (quit) or .System.exit(0) but none worked. > > TIA > > -- > 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 -- 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
