From: Dmitry Gutov <dgutov@yandex.ru>
To: Yasuhiro KIMURA <yasu@utahime.org>, 42841@debbugs.gnu.org
Subject: bug#42841: 28.0.50; [ruby-mode] ruby-{beginning,end}-of-block doesn't work as is exepected if arguments of method is divided into multi line
Date: Sat, 22 Aug 2020 03:26:15 +0300 [thread overview]
Message-ID: <03ab23b5-a9fe-8aef-d27a-61761ff4ec80@yandex.ru> (raw)
In-Reply-To: <20200813.161722.1489440870744906287.yasu@utahime.org>
Hi!
On 13.08.2020 10:17, Yasuhiro KIMURA wrote:
> ruby-{beginning,end}-of-block doesn't work as is exepected if
> arguments of method is divided into multi line. Following is a sample
> code to reproduce the issue.
>
> ----------------------------------------------------------------------
> 0001: class A
> 0002: def foo
> 0003: puts("aaa", "bbb")
> 0004: end
> 0005: end
> 0006:
> 0007: class B
> 0008: def foo
> 0009: puts("aaa",
> 0010: "bbb")
> 0011: end
> 0012: end
> ----------------------------------------------------------------------
>
> At first let me assume point is on line 1 column 1. If I type 'C-M-n'
> in this situmation, then point moves to line 5 column 1. And if I type
> 'C-M-p' then point moves back to line 1 column 1. This is just
> expected behavior.
>
> Next let me assume point is on line 7 column 1 and I type 'C-M-n'. The
> expected behavior is that point moves to line 12 column 1. But what
> really happens is that point moves to line 10 column 1 and following
> error message is displayed in minibuffer.
I can't seem to reproduce this. Even after some intensive testing.
> Wrong type argument: number-or-marker-p, nil
Could you perhaps provide a backtrace?
Type M-x toggle-debug-on-error, then trigger the error again.
next prev parent reply other threads:[~2020-08-22 0:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-13 7:17 bug#42841: 28.0.50; [ruby-mode] ruby-{beginning,end}-of-block doesn't work as is exepected if arguments of method is divided into multi line Yasuhiro KIMURA
2020-08-22 0:26 ` Dmitry Gutov [this message]
2020-08-22 2:17 ` Yasuhiro KIMURA
2020-08-22 13:30 ` Dmitry Gutov
2020-09-09 7:35 ` Yasuhiro KIMURA
2020-09-11 10:12 ` Dmitry Gutov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=03ab23b5-a9fe-8aef-d27a-61761ff4ec80@yandex.ru \
--to=dgutov@yandex.ru \
--cc=42841@debbugs.gnu.org \
--cc=yasu@utahime.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.