bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14332: 24.3; Octave indentation bug


From: Stefan Monnier
Subject: bug#14332: 24.3; Octave indentation bug
Date: Sun, 05 May 2013 01:29:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> It seems treating \ as escape outside strings is incorrect. Is the
> following fix is correct?
[..]
> -    (modify-syntax-entry ?\\ "\\" table)
> +    (modify-syntax-entry ?\\ "." table)

Wouldn't that mess up the case of

  a = "hello\"there";

?

        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]