GNU bug report logs - #76679
31.0.50; forward-sentence not working in the narrowed buffer under c-ts-mode

Previous Next

Package: emacs;

Reported by: lorniu <lorniu <at> gmail.com>

Date: Sun, 2 Mar 2025 10:23:02 UTC

Severity: normal

Tags: moreinfo

Merged with 76497

Fixed in version 31.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: lorniu <lorniu <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 31.0.50; forward-sentence not working in the narrowed buffer under
 c-ts-mode
Date: Sun, 02 Mar 2025 15:44:48 +0800
The code `(forward-thing 'sentence)' is not working in narrowed region
under c-ts-mode.

For example, open file `test.c`, then turn on `c-ts-mode', what in the
buffer is:

    int main () { return 0; }
  
Now select word `return' and execute `narrow-to-region', then in buffer:

    Ireturn

where `I' represent the cursor. Now execute:

    (forward-thing 'sentence)

Then you will find that the cursor is stay still, not moving to the
end. This behavior is not like the ones anywhere else, I think it's a bug.




This bug report was last modified 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.