Hi, In message "Re: ruby-mode.el again; imenu this time" on 02/07/25, nobu.nokada / softhome.net <nobu.nokada / softhome.net> writes: |> Commit them, please. | |I found ruby-move-to-block got TOO slow, perhaps because of too |many invocations of ruby-calculate-indent and they caused |backtracks. Once I tried forward scan from the beginning, |however it would get slower in larger files, so abandoned. |After all, reverted ruby-move-to-block almost and modified |ruby-imenu-create-index. Both seem to work reasonalbe now. Hmm, then go ahead. |And do you okay to merge this? | |* misc/ruby-mode.el (ruby-deep-arglist): skips spaces after | parenthesis when 'space. Accepted. matz.