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

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

bug#62086: 29.0.60; ruby-ts-mode regressions


From: Dmitry Gutov
Subject: bug#62086: 29.0.60; ruby-ts-mode regressions
Date: Mon, 3 Apr 2023 23:42:04 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 03/04/2023 19:29, Juri Linkov wrote:
1. C-x C-f 
test/lisp/progmodes/ruby-mode-resources/ruby-parenless-call-arguments-indent.rb 
RET
2. M-x ruby-ts-mode RET
3. move point to after the first letter 'c'
4. type 'M-f' ('forward-word')
It skips two words in symbols.
I might have been too eager in propertizing symbol contents with the
"symbol" syntax. Now fixed in emacs-29, commit ecdfd584a52.
Thanks.  Here is a new problem:

   @foo, @bar = baz.(
     some_arg
   )

'C-M-f' and 'C-M-b' skip @foo and @bar.

Also fixed in commit bd5c1d1cbbd.





reply via email to

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