Felix E. Klee wrote the following on 30.07.2007 15:05 : > I'm using EMACS' ruby-mode, and with the following code, "x += 3" gets > highlighted as if it was a string. > > puts %{it's annoying} > x = 3 + 5 > > Does anyone know a quick workaround/solution? Is there some Ruby mode > for EMACS that doesn't have this problem? > None that I'm aware of, but you can try: puts %{it's annoying} #' yes it is