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

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

bug#15594: 24.3; Indentation of method arguments without parentheses in


From: Stefan Monnier
Subject: bug#15594: 24.3; Indentation of method arguments without parentheses in ruby-mode is broken
Date: Sat, 12 Oct 2013 10:37:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> In Ruby one can invoke methods with or without parentheses:
> some_method(arg1, arg2)
> some_method arg1, arg2

Interesting.  How is the following parsed, then:

   some_method arg1, other_method arg2, arg3, arg4


-- Stefan





reply via email to

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