GNU bug report logs - #74214
30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Severity: wishlist; Reported by: Daniel Mendler <mail@HIDDEN>; dated Tue, 5 Nov 2024 17:12:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 74214 <at> debbugs.gnu.org:


Received: (at 74214) by debbugs.gnu.org; 5 Nov 2024 19:10:56 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 05 14:10:55 2024
Received: from localhost ([127.0.0.1]:37947 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1t8Ox5-0001jt-GG
	for submit <at> debbugs.gnu.org; Tue, 05 Nov 2024 14:10:55 -0500
Received: from eggs.gnu.org ([209.51.188.92]:44906)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1t8Ox2-0001jb-VL
 for 74214 <at> debbugs.gnu.org; Tue, 05 Nov 2024 14:10:53 -0500
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1t8Oww-0003H3-SY; Tue, 05 Nov 2024 14:10:46 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=Gmk+nWPhD5Ys1oWDwNZjAp7HYSZWUXrGeib8OitJEOc=; b=lFspW6jNpNKS
 tubTBUAih+9c037Flhj+uFlsKV/46HUzvlSLpWt5dz8YCK+OtK7hq7yg/feYBb1q6e6ATXfcW1SAv
 8YHoNlkna508R/fVTQRcjBNHSYSnD3bGfculscZjN2CYXPINolt2QDFhLbHPtRePfbb4B0l0C7npa
 T7FuUmI5wsa4mjXkTvaf1BGL/Q+xirY8yZtNwrzzyo0BS5EIsTRwdLbBFDiGyBxyDdYqjRCsW6+eZ
 JDDyIdeYlxYYwl5GZyQ5Yr9m8Q8cS7s5U/BouElOtGbwOUJYGhLixIFjNCxor2A/2o0qN9LfFvJ6s
 VAfo9odWykHDaCQCSX621g==;
Date: Tue, 05 Nov 2024 21:10:44 +0200
Message-Id: <861pzpts23.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Daniel Mendler <mail@HIDDEN>,
 Po Lu <luangruo@HIDDEN>
In-Reply-To: <87a5edzjur.fsf@HIDDEN> (bug-gnu-emacs@HIDDEN)
Subject: Re: bug#74214: 30.0.92;
 Feature request - Support fringe bitmaps of width > 16 pixel
References: <87a5edzjur.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 74214
Cc: 74214 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

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




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#74214; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 5 Nov 2024 17:11:52 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 05 12:11:52 2024
Received: from localhost ([127.0.0.1]:44705 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1t8N5s-0005iO-1U
	for submit <at> debbugs.gnu.org; Tue, 05 Nov 2024 12:11:52 -0500
Received: from lists.gnu.org ([209.51.188.17]:38234)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1t8N5o-0005iI-QL
 for submit <at> debbugs.gnu.org; Tue, 05 Nov 2024 12:11:49 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1t8N5o-0000RZ-KQ
 for bug-gnu-emacs@HIDDEN; Tue, 05 Nov 2024 12:11:48 -0500
Received: from server.qxqx.de ([2a01:4f8:c012:9177::1] helo=mail.qxqx.de)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1t8N5m-0007Bg-B8
 for bug-gnu-emacs@HIDDEN; Tue, 05 Nov 2024 12:11:48 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=daniel-mendler.de; s=key; h=Content-Type:MIME-Version:Message-ID:Date:
 Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
 :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=kzNs5sdMa3GuvBNxLQAKptRLXK9gQAXSR4Okbk7Z54Q=; b=eb3h2uYU6+s/kWNMrzQ6OdoK7T
 wDH4/nkgdi9Afh/8/+2HtTbpWNJ4J/eQ3Rxz71yM73U0oaM54Q8egDogYZ1tVxCWToQoqyiRrCeZ5
 xmcFnRUxRp0qnSP4wbc0sCE/qL9d36YT6I0/F5gH6XwQTtx9Ya4lCXWi9qkQGt+2Etg8=;
From: Daniel Mendler <mail@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 30.0.92; Feature request - Support fringe bitmaps of width > 16 pixel
Date: Tue, 05 Nov 2024 18:11:24 +0100
Message-ID: <87a5edzjur.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=2a01:4f8:c012:9177::1;
 envelope-from=mail@HIDDEN; helo=mail.qxqx.de
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)

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




Acknowledgement sent to Daniel Mendler <mail@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#74214; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.