GNU bug report logs - #14332
24.3; Octave indentation bug

Previous Next

Package: emacs;

Reported by: Leo Liu <sdl.web <at> gmail.com>

Date: Thu, 2 May 2013 04:06:02 UTC

Severity: normal

Found in version 24.3

Done: Leo Liu <sdl.web <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 14332 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo Liu <sdl.web <at> gmail.com>
Cc: 14332 <at> debbugs.gnu.org
Subject: Re: bug#14332: 24.3; Octave indentation bug
Date: Sun, 05 May 2013 01:29:45 -0400
> 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




This bug report was last modified 12 years and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.