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

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

bug#15208: 24.3; ruby-mode indentation bug when line ends with :==


From: Stefan Monnier
Subject: bug#15208: 24.3; ruby-mode indentation bug when line ends with :==
Date: Thu, 29 Aug 2013 14:07:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Code like the following breaks the indentation logic of ruby-mode:
> if something == :==
>   do_something
> end

> ruby-mode wants to indent the code like this:

> if something == :==
>     do_something
> end

I installed a patch which should fix these cases when ruby-use-smie.


        Stefan





reply via email to

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