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

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

bug#17097: 24.4.50; [ruby-mode] Indentation bug


From: Dmitry Gutov
Subject: bug#17097: 24.4.50; [ruby-mode] Indentation bug
Date: Thu, 27 Mar 2014 09:06:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Version: 24.4

Bozhidar Batsov <bozhidar@batsov.com> writes:

> This snippet is incorrectly indented (notice the extra space):
>
> if x == :!=
>    something
> end
>
> It should actually be indented like this:
>
> if x == :!=
>   something
> end

Thanks for the report, should be fixed in emacs-24, r116869.





reply via email to

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