[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ruby-mode broken with indentation?
From: |
Dmitry Gutov |
Subject: |
Re: ruby-mode broken with indentation? |
Date: |
Tue, 05 Nov 2013 03:12:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> I've fixed the examples above in revision 114901, but I'm not sure if that
>> was a good approach. Stefan, could you take a look?
>
> I think this was actually a bug in smie.el.
I see, thanks for the fix.
> The patch below seems to do the right thing. Not sure how ti might
> affect other major modes using SMIE, but at least my sml-mode test suite
> seems unaffected.
It also fixed one other example in ruby.rb, while keeping the already
working ones unaffected:
foo :bar do
qux
end