I've seen this a bunch. Emacs has some hidden setting that vastly
increases sytax-highlighting performance, but messes up if you have a
line starting with an open paren inside a string in a lisp mode. (I
can't for the life of me remember what it is off the top of my head).

On Sep 30, 4:26 pm, ".Bill Smith" <[email protected]> wrote:
> Has anyone else noticed this?  In Emacs clojure-mode, indentation and
> syntax coloring can get out of whack after a string that contains an
> open parenthesis.
>
> In the example below, (+ 1 2) is indented incorrectly.
>
>  (defn f [x]
>    "Blah blah blah.
>  (parenthetical expression"
>  (+ 1 2))

-- 
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

Reply via email to