GNU bug report logs -
#42347
Feature request: Visual block attribute for overlays
Previous Next
Full log
View this message in rfc822 format
In Emacs 21 to 26, overlays between two points in the buffer on two
different lines extend to the right border of the window. This has
changed in Emacs 27, and now the default is that overlays extend only one
character position after the last character of the line. The previous
behavior can be obtained with the ":extend t" face attribute. I agree
that the earlier behavior was not optimal, but I think the current
behavior with its staircase aspect is not optimal either.
I think a third way to display overlays would make sense, and would be
better than the earlier and current defaults. Let's name this attribute
":visualblock". It would produce the following result:
1. calculate the overlay it it would have been displayed by Emacs 21-26.
2. remove all pixel columns on the right *and on the left* of the overlay
which have no "content" (that is, no characters on the right, and
whitespace characters on the left).
With this, on overlay on, for example, a block of code between () or {}
would be displayed on the screen as a block. The above "algorithm" works
with fixed and variable-width fonts, but could be made more efficient for
fixed-width fonts.
Gregory
This bug report was last modified 4 years and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.