GNU bug report logs -
#42347
Feature request: Visual block attribute for overlays
Previous Next
Full log
View this message in rfc822 format
> Date: Tue, 14 Jul 2020 07:38:38 +0000
> From: Gregory Heytings via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> >> 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).
> >
> > What would be the definition of "whitespace" for this purpose?
> >
>
> I think the regexp "[ \t\r\n]*" would be appropriate.
Are you sure?
First, \r doesn't happen in Emacs buffers, and \n is the newline, so
it isn't on the same line.
Next, what about \f, and more generally about any other sequence of
characters that match [:blank:]?
And finally, what about stretches of whitespace generated by the
'space' display properties?
This bug report was last modified 4 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.