Re: cloure-mode indenting (or not)

2013-10-11 Thread n aipmoro
Heh, I didn't know something as basic as C-j. I think I'll be using that. Thanks for the lesson. I'm just relieved my app isn't broken. regards, naipmoro On Fri, Oct 11, 2013 at 6:41 PM, Moritz Ulrich wrote: > Wait, RET should probably get bound to `paredit-newline' instead of > `newline-and-

Re: cloure-mode indenting (or not)

2013-10-11 Thread Moritz Ulrich
Wait, RET should probably get bound to `paredit-newline' instead of `newline-and-indent' when paredit is enabled. Try both and see which works better :-) On Sat, Oct 12, 2013 at 12:40 AM, Moritz Ulrich wrote: > On Fri, Oct 11, 2013 at 11:33 PM, n aipmoro wrote: >> I have to hit the TAB key after

Re: cloure-mode indenting (or not)

2013-10-11 Thread Moritz Ulrich
On Fri, Oct 11, 2013 at 11:33 PM, n aipmoro wrote: > I have to hit the TAB key after ENTER to get indentation. I can't believe > that was intentional (famous last words). So something must've broke. Actually, the common Emacs convention is that RET (command: `newline') shouldn't indent. C-j is `n

Re: cloure-mode indenting (or not)

2013-10-11 Thread n aipmoro
Thanks for that. But that conversation was more than a year ago and I know that auto-indent was working just a few months ago. Of course, maybe I hadn't updated clojure-mode for a year. Unlikely but possible. regards, naipmoro On Fri, Oct 11, 2013 at 6:07 PM, George Oliver wrote: > > > On Frida

Re: cloure-mode indenting (or not)

2013-10-11 Thread George Oliver
On Friday, October 11, 2013 2:33:54 PM UTC-7, naipmoro wrote: The other strange thing, auto-indent no longer works; I have to hit the TAB > key after ENTER to get indentation. I can't believe *that* was > intentional (famous last words). So something must've broke. > I think it was intention

cloure-mode indenting (or not)

2013-10-11 Thread n aipmoro
Hi, I'm on emacs/ubuntu, been coding clojure for 2 years w/clojure-mode, nrepl, and the starter-kits. Nice environment! Was away from clojure for a few months while I worked on python stuff. Admittedly, during that time I probably updated various clojure-related packages without checking their effe