Actions
Bug #5140
closedFeature #5142: Remove ruby-mode.el from ruby's repo
Emacs ruby-mode major indentation bug with Ruby 1.9
Description
When spreading the arguments of a method call on multiple lines using the new hash syntax from Ruby 1.9, the level of indentation is retained even after the closing parenthesis. Example:
belongs_to(:foo,
class_name: 'Foo',
foreign_key: 'foo_id')
# the indentation level is wrong!
Files
Updated by naruse (Yui NARUSE) over 13 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
- Parent task set to #5142
Updated by rlipman (Reed Lipman) over 12 years ago
This bug has been fixed in the base ruby-mode.el included in Emacs
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10786
I attached a copy of the patch if ruby-mode.el is still being maintained outside of GNU
Updated by nobu (Nobuyoshi Nakada) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r38150.
Nicolas, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
ruby-mode.el: fix argument indent
- misc/ruby-mode.el (ruby-block-end-re, ruby-delimiter)
(ruby-mode-syntax-table, ruby-parse-partial, ruby-beginning-of-indent):
merge from Emacs. - misc/ruby-mode.el (ruby-calculate-indent): fix indentation of
argument lines in parentheses. [Bug #5140]
Actions
Like0
Like0Like0Like0