Re: clojure-mode bug in Emacs

2010-10-03 Thread tcrayford
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, ".Bi

Re: clojure-mode bug in Emacs

2010-10-01 Thread .Bill Smith
I see the problem with clojure-mode versions 1.5 and 1.7.1 (I haven't tried any others). I do not use paredit. > Not happening with the version i am using. > Do you use paredit? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: clojure-mode bug in Emacs

2010-09-30 Thread Aravindh Johendran
On Sep 30, 8:26 am, ".Bill Smith" 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. Not happening with the version i am using. Do you use paredit? -- You received this message

clojure-mode bug in Emacs

2010-09-30 Thread .Bill Smith
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 recei