GNU bug report logs -
#33864
27.0.50; Display corruption with "small" font size when something is in the fringe
Previous Next
Reported by: Dale Sedivec <dale <at> codefu.org>
Date: Tue, 25 Dec 2018 06:03:03 UTC
Severity: normal
Tags: fixed
Found in version 27.0.50
Fixed in version 26.2
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Dale Sedivec <dale <at> codefu.org>
> Date: Tue, 25 Dec 2018 13:06:04 -0600
> Cc: 33864 <at> debbugs.gnu.org
>
> I reduced the above vector to just 12 lines and the problem still
> occurred, same with 10 lines. Reducing the bitmap to 9 lines,
> however, DID FIX the problem. I saw no corruption on the line when
> the bitmap was only 9 lines high.
>
> To be clear, this was the 9 line bitmap that fixed the problem under
> Menlo 9 pt font:
>
> (define-fringe-bitmap 'smallest
> (vector #b00000000
> #b00000000
> #b00000000
> #b00010000
> #b00000000
> #b00000000
> #b00000000
> #b00000000
> #b00000000))
OK, so I think this has to do with the situation where the fringe
bitmap's height is greater than the vertical size of the default font.
I think this is macOS-specific.
> (I didn't even realize I could reduce the height of the bitmap in this
> way—sorry I misunderstood your original request, I have never used the
> fringe APIs before.)
No need to apologize. Thanks for taking time to try this.
This bug report was last modified 6 years and 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.