GNU bug report logs -
#66599
29.1; Visual line mode behaves strangely on line with contiguous stretch of whitespace
Previous Next
Reported by: Rahguzar <rahguzar <at> zohomail.eu>
Date: Tue, 17 Oct 2023 20:16:01 UTC
Severity: normal
Tags: notabug
Found in version 29.1
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
tags 66599 notabug
thanks
> Date: Tue, 17 Oct 2023 22:10:43 +0200
> From: Rahguzar via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Dear Emacs maintainers,
> Starting with emacs -Q
> Paste the following lines two lines in the buffer,
> sage: V = VectorSpace(RationalField(), 3) # optional - sage.modules
> sage: v = V.gen(1) # optional - sage.modules
>
> Now shrink the window so that these lines cannot fit on one screen line.
> When this happens Emacs wraps lines strangely. It doesn't break the
> contiguous stretch of whitespace instead it breaks the word preceding
> it. I have attached a screenshot of what I see with this email.
This is the expected behavior. Visual line mode never breaks the line
in the middle of a stretch of whitespace characters, it always breaks
the line at a non-whitespace character _after_ a stretch of whitespace
characters.
This is not a bug.
This bug report was last modified 1 year and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.