all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#74214: 30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel
@ 2024-11-05 17:11 Daniel Mendler via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-11-05 19:10 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mendler via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-11-05 17:11 UTC (permalink / raw)
  To: 74214

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#74214: 30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel
  2024-11-05 17:11 bug#74214: 30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel Daniel Mendler via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-11-05 19:10 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-11-05 19:10 UTC (permalink / raw)
  To: Daniel Mendler, Po Lu; +Cc: 74214

> 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@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?





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-05 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 17:11 bug#74214: 30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel Daniel Mendler via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-05 19:10 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.