But the same enter key works properly when I am using Lisp, so why
shouldn't it be the default in Clojure as well?

Also, after removing clojure-mode, when I try to install swank-
clojure, it again installs the clojure-mode, but fails to install
itself?

regards,
Manoj.

On Mar 24, 12:45 am, Tassilo Horn <tass...@member.fsf.org> wrote:
> Thorsten Wilms <t...@freenet.de> writes:
>
> Hi,
>
> >> 1) There is no auto indentation (so when I go to the next line, after
> >> say (defn some[]), it starts with the first col. in this new line)
>
> > Could be the job of Paredit (I'm not sure what does what, here).
>
> No, paredit has nothing to do with that.  He probably goes to the next
> line with RET, which is `newline' by default.  Maybe he wants to bind
> `newline-and-indent' to RET, instead.
>
>   (define-key clojure-mode-map (kbd "RET") 'newline-and-indent)
>
> Bye,
> Tassilo

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to