From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Subject: try_cursor_movement not called?
Date: Wed, 01 Dec 2021 17:54:27 +0800 [thread overview]
Message-ID: <87czmg1wh8.fsf@yahoo.com> (raw)
In-Reply-To: 87czmg1wh8.fsf.ref@yahoo.com
I thought that `try_cursor_movement' was the function in charge of
updating the cursor in straightforward situations where someone pressed
C-f to move forward, and the cursor did not move outside the window.
But if I insert the following text in a buffer:
ABCDEFG
Then move point to A and press C-f, the cursor moves to "B" but
try_cursor_movement is not called.
What am I missing?
Thanks.
next parent reply other threads:[~2021-12-01 9:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87czmg1wh8.fsf.ref@yahoo.com>
2021-12-01 9:54 ` Po Lu [this message]
2021-12-01 10:57 ` try_cursor_movement not called? Eli Zaretskii
2021-12-01 12:07 ` Po Lu
2021-12-01 12:36 ` Eli Zaretskii
2021-12-01 12:39 ` Po Lu
2021-12-01 12:49 ` Eli Zaretskii
2021-12-02 6:31 ` Eli Zaretskii
2021-12-02 6:37 ` Po Lu
2021-12-02 8:19 ` Eli Zaretskii
2021-12-02 9:51 ` Po Lu
2021-12-02 10:17 ` Eli Zaretskii
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=87czmg1wh8.fsf@yahoo.com \
--to=luangruo@yahoo.com \
--cc=emacs-devel@gnu.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.