On Tue, Aug 30, 2011 at 1: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.
There's no menu-bar support in clojure-mode; the Emacs menu bar is really a legacy feature. > (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. If you're using inferior-lisp, just kill the buffer. -Phil -- 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
