GNU bug report logs -
#74214
30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel
Previous Next
To reply to this bug, email your comments to 74214 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#74214
; Package
emacs
.
(Tue, 05 Nov 2024 17:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Mendler <mail <at> daniel-mendler.de>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 05 Nov 2024 17:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear Emacs devs,
on high resolution displays, fringe bitmaps of 8 or even 16 pixel are
quite small. The function `define-fringe-bitmap' requires the bitmap
width to be an integer from 1 to 16. I would like to request to lift
this restriction, maybe allowing widths up to 64 or even larger. The
fringe itself is already allowed to be larger, e.g., the following is
supported, but the bitmaps cannot take advantage of the larger fringe:
(setq-local left-fringe-width 64
right-fringe-width 64)
Thank you!
In GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
version 1.18.2, Xaw scroll bars) of 2024-10-26
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#74214
; Package
emacs
.
(Tue, 05 Nov 2024 19:11:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74214 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 05 Nov 2024 18:11:24 +0100
> From: Daniel Mendler via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Dear Emacs devs,
>
> on high resolution displays, fringe bitmaps of 8 or even 16 pixel are
> quite small. The function `define-fringe-bitmap' requires the bitmap
> width to be an integer from 1 to 16. I would like to request to lift
> this restriction, maybe allowing widths up to 64 or even larger. The
> fringe itself is already allowed to be larger, e.g., the following is
> supported, but the bitmaps cannot take advantage of the larger fringe:
>
> (setq-local left-fringe-width 64
> right-fringe-width 64)
This is not easy. For some history, see bug#37755 and bug#37689.
Po Lu, ISTR that we established at some point that there were some
technical difficulties to implementing scaling of fringe bitmaps, but
I cannot find the relevant discussion. Do you happen to remember the
details? Or am I dreaming and we never talked about this?
This bug report was last modified 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.