GNU bug report logs - #15369
24.3; Incorrect indentation after line continuation character in ruby-mode

Previous Next

Package: emacs;

Reported by: Bozhidar Batsov <bozhidar <at> batsov.com>

Date: Fri, 13 Sep 2013 15:57:02 UTC

Severity: normal

Found in version 24.3

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Bozhidar Batsov <bozhidar <at> batsov.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3; Incorrect indentation after line continuation character
 in ruby-mode
Date: Fri, 13 Sep 2013 16:59:26 +0300
[Message part 1 (text/plain, inline)]
The line continuation character is not properly treated by ruby-mode. Here's how the indentation after `\` works now:

MSG = 'Separate every 3 digits in the integer portion of a number' \
'with underscores(_).'


Pretty sure the second line should be indented one level, since we're continuing the statement from the previous line:

MSG = 'Separate every 3 digits in the integer portion of a number' \
  'with underscores(_).'


-- 
Cheers,
Bozhidar

[Message part 2 (text/html, inline)]

This bug report was last modified 11 years and 344 days ago.

Previous Next


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