From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#59719: 29.0.60; emacs-news-mode does not adjust the width of the fringe to accommodate the outline icons Date: Fri, 02 Dec 2022 09:54:49 +0200 Organization: LINKOV.NET Message-ID: <86edti6y0m.fsf@mail.linkov.net> References: <86pmd4h2tw.fsf@mail.linkov.net> <83a648jq04.fsf@gnu.org> <86fse0e37z.fsf@mail.linkov.net> <835yewjom2.fsf@gnu.org> <865yev5561.fsf@mail.linkov.net> <83cz92homp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3315"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: justksqsf@gmail.com, 59719-done@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 02 08:56:41 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p10uX-0000db-Lh for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Dec 2022 08:56:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p10tw-00044B-7r; Fri, 02 Dec 2022 02:56:04 -0500 Original-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 ) id 1p10tu-00041v-7i for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2022 02:56:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p10tt-00068Q-UB for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2022 02:56:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p10tt-0003Jc-Qz for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2022 02:56:01 -0500 Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Dec 2022 07:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 59719 X-GNU-PR-Package: emacs Mail-Followup-To: 59719@debbugs.gnu.org, juri@linkov.net, justksqsf@gmail.com Original-Received: via spool by 59719-done@debbugs.gnu.org id=D59719.166996771712713 (code D ref 59719); Fri, 02 Dec 2022 07:56:01 +0000 Original-Received: (at 59719-done) by debbugs.gnu.org; 2 Dec 2022 07:55:17 +0000 Original-Received: from localhost ([127.0.0.1]:45086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p10tA-0003Iz-VH for submit@debbugs.gnu.org; Fri, 02 Dec 2022 02:55:17 -0500 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:56057) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p10tA-0003Ip-3E for 59719-done@debbugs.gnu.org; Fri, 02 Dec 2022 02:55:16 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 7D1782000B; Fri, 2 Dec 2022 07:55:07 +0000 (UTC) In-Reply-To: <83cz92homp.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 01 Dec 2022 22:09:50 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:249711 Archived-At: >> > Why not use string-pixel-width, and divide by what default-font-width >> > returns? >> >> Here is the complete tested fix: > > Thanks, LGTM. So now pushed to emacs-29 and closed.