Re: Auto-indentation not working with clojure-mode 2.0.0

2013-01-01 Thread Richard Elliott
Understood. Thanks guys. On Tuesday, January 1, 2013 9:15:56 AM UTC, Richard Elliott wrote: > > I've just installed emacs and clojure-mode on a new machine. Out of the > box auto-indentation did not work for me. I noticed that in the latest > release of clojure-mode.el the RET keybinding has bee

Re: Auto-indentation not working with clojure-mode 2.0.0

2013-01-01 Thread Baishampayan Ghose
The right key-binding for newline-and-indent is C-j. The current behaviour is correct wrt Emacs key-binding semantics. ~BG Sent from phone. Please excuse brevity. On 1 Jan 2013 15:25, "Richard Elliott" wrote: > I've just installed emacs and clojure-mode on a new machine. Out of the > box auto-in

Re: Auto-indentation not working with clojure-mode 2.0.0

2013-01-01 Thread Paul Stadig
This was an intentional change. https://github.com/technomancy/clojure-mode/pull/89 On Jan 1, 4:15 am, Richard Elliott wrote: > I've just installed emacs and clojure-mode on a new machine. Out of the box > auto-indentation did not work for me. I noticed that in the latest release > of clojure-mo

Auto-indentation not working with clojure-mode 2.0.0

2013-01-01 Thread Richard Elliott
I've just installed emacs and clojure-mode on a new machine. Out of the box auto-indentation did not work for me. I noticed that in the latest release of clojure-mode.el the RET keybinding has been removed. 1.11 had (define-key map (kbd "RET") 'reindent-then-newline-and-indent) 2.0.0 does not I