From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Mekeor Melire Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 07 Feb 2024 22:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 68985@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170734363112221 (code B ref -1); Wed, 07 Feb 2024 22:08:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2024 22:07:11 +0000 Received: from localhost ([127.0.0.1]:58098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXq4R-0003Aw-Bn for submit@debbugs.gnu.org; Wed, 07 Feb 2024 17:07:11 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXq4P-0003AM-FM for submit@debbugs.gnu.org; Wed, 07 Feb 2024 17:07:06 -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 ) id 1rXq42-0003NY-KZ for bug-gnu-emacs@gnu.org; Wed, 07 Feb 2024 17:06:44 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rXq40-0000ku-MT for bug-gnu-emacs@gnu.org; Wed, 07 Feb 2024 17:06:42 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2BEEA240027 for ; Wed, 7 Feb 2024 23:06:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1707343597; bh=RHn3EU53Ebck5S2sddEpa7+YdQZW+bV9yfAer58/Jpc=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=ixaGKYh1nUNIqiJ3LMDC30oKPP1x1gYaqA1/sJUj1AKlL0jrKh/yN8qLH9GfXjHcn V56IuMFCIdn+wRoxB6Rba0vcHIbHZs17avsnKZ4QnUD+m45ii0GG+JkXntp/vZga4F /YXzfDKKnwYthzp4fDrx9s9keqzdde/B6zjCuPI4N3y6dUQqAh8Ih93lkwe5jvlRHp VhATos6PswwPWYFUMWPLMXxMjBiVsiLgXdFbxscF1RL3bIIYdlVa/bFSFuHXokdsmq XlpFlTr00KvpPd+Dr/FwE4zue2UKTb2VUBQOXa9HPjNlFB5HSFuMjmcCe+KNUn28j9 uSk5gjjEp2ARg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TVZ2h2zlGz9rxL; Wed, 7 Feb 2024 23:06:36 +0100 (CET) From: Mekeor Melire Date: Wed, 07 Feb 2024 22:02:35 +0000 Message-ID: <877cjg3p5k.fsf@posteo.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=mekeor@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain By default, Gnus will attempt to display its logo as image in the mode-line. I propose to introduce a defcustom variable that allows users to disable its display. Find attached a patch that implements this. Let me know your thoughts. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Add-option-gnus-mode-line-logo.patch >From 7d3eb97c746ecdd253a370e11727e3041537afe1 Mon Sep 17 00:00:00 2001 From: Mekeor Melire Date: Wed, 7 Feb 2024 23:00:08 +0100 Subject: [PATCH] Add option gnus-mode-line-logo * lisp/gnus/gnus.el (gnus-mode-line-logo): New option specifying the display of the Gnus logo image in the mode-line. * etc/NEWS: Announce the change. --- etc/NEWS | 4 ++++ lisp/gnus/gnus.el | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index ee7462cb2aa..b283717596c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1098,6 +1098,10 @@ The gmane.org website is, sadly, down since a number of years with no prospect of it coming back. Therefore, it is no longer valid to set the user option 'nnweb-type' to 'gmane'. +*** New user option 'gnus-mode-line-logo'. +This allows the user to disable the display of the Gnus logo image in +the mode-line. + ** Rmail --- diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 99833e4eeca..7477828eb72 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -309,12 +309,18 @@ gnus-inhibit-startup-message :group 'gnus-start :type 'boolean) +(defcustom gnus-mode-line-logo t + "If non-nil, Gnus-buffers display logo in mode-line, if applicable." + :group 'gnus-visual + :type 'boolean) + (defun gnus-mode-line-buffer-identification (line) (let* ((str (car-safe line)) (str (if (stringp str) (car (propertized-buffer-identification str)) str))) - (if (or (not (fboundp 'find-image)) + (if (or (not gnus-mode-line-logo) + (not (fboundp 'find-image)) (not (display-graphic-p)) (not (stringp str)) (not (string-match "^Gnus:" str))) -- 2.41.0 --=-=-=-- From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 01:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Mekeor Melire Cc: 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.17073564413245 (code B ref 68985); Thu, 08 Feb 2024 01:41:01 +0000 Received: (at 68985) by debbugs.gnu.org; 8 Feb 2024 01:40:41 +0000 Received: from localhost ([127.0.0.1]:58691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXtP7-0000qG-GA for submit@debbugs.gnu.org; Wed, 07 Feb 2024 20:40:41 -0500 Received: from mail-pf1-x443.google.com ([2607:f8b0:4864:20::443]:53477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXtP5-0000q3-Ri for 68985@debbugs.gnu.org; Wed, 07 Feb 2024 20:40:40 -0500 Received: by mail-pf1-x443.google.com with SMTP id d2e1a72fcca58-6e063dc2cfbso962667b3a.2 for <68985@debbugs.gnu.org>; Wed, 07 Feb 2024 17:40:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707356420; x=1707961220; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=KmCbzZ7FoEDAllxkLnezPJFlXGiOtsVCE0PEfcRI2lI=; b=WeRdyYddhUJRD7/ZgB+TfNFM6oBj1Dmm7Lcu3oXe7eYNUa0DfkpnzSfDv6E8S7IWMG gOGRVY/P8+KbEDp5prJA3hLKjB5w5nKCzUeg8QSjWQF5pn5DuQmJuDrVUupCjJhWLoNA uAAB+iA50mvXZw8J8kmelMc07upeCUxaj6aeML8YQcvF4jixyTg2sHwuXpc/TkWuRAzh /2+yZurQUppupKhjECck9gYOjtdOQKsK526LPBBruefdKnOdBP4oiMZUOIQy51HWdBfS 1v2bBVb1RheWuH3CBgKGuCthoP/5KElzUv8N83eyiqg765YRQzUSj2jJ699hZYksIo08 i1mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707356420; x=1707961220; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=KmCbzZ7FoEDAllxkLnezPJFlXGiOtsVCE0PEfcRI2lI=; b=EGpdAvidZGkgihA+xAYHs2dRORG2/FRQohAYhKydYe4Szl77b/Bvvftd/JjMa7ieBP qC4JEaSCecX4pra6PNzZ2ZWtGXNhGotAPPWMyjBiwja+c+7zUC3cpLpXFX4x9BWFBkWp 17UElWdsRimk4paWDAK6iFAQ+bT8IAb1YFVS+pmp1Oms+nbloIRNuuS9xqM3ESxzVFwO sw9at0Cp6RfbWTQkUUt5k7NlW3l9FkWK6uj7j3/d6FeCF0Kw/uoaGZW7rhHwvpWX/Em1 cSUV+CdpXcNh3M0OySHjqSWLrKYZ936hPZ+dsNxpCDvj/QXJw6Xnc+6XkBwiYJiG7YC2 omAA== X-Gm-Message-State: AOJu0YwGQgBlCEZ54CcLMJSl4dgsCaiX0D5uhyaJucV6XGMvCL6KUhoZ mYgy2X7l540dts2fP1/44f1+7/3F/X4DiQ2mI/MBUCy2y/iiP90y X-Google-Smtp-Source: AGHT+IEUn4JyfWBxXd0TgAhUwePLTra+6SiWbkSWLMTKHSW4zVBlWOryOi4bBMUw1YQg+GPNMmY/CA== X-Received: by 2002:a05:6a20:e607:b0:19c:7560:e7d6 with SMTP id my7-20020a056a20e60700b0019c7560e7d6mr6023752pzb.1.1707356419726; Wed, 07 Feb 2024 17:40:19 -0800 (PST) Received: from localhost ([118.185.152.162]) by smtp.gmail.com with ESMTPSA id t19-20020a056a0021d300b006ddcf56fb78sm2357377pfj.62.2024.02.07.17.40.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Feb 2024 17:40:19 -0800 (PST) From: Visuwesh In-Reply-To: <877cjg3p5k.fsf@posteo.de> (Mekeor Melire's message of "Wed, 07 Feb 2024 22:02:35 +0000") References: <877cjg3p5k.fsf@posteo.de> Date: Thu, 08 Feb 2024 07:09:46 +0530 Message-ID: <87y1bvohst.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: =?UTF-8?Q?[=E0=AE=AA=E0=AF=81=E0=AE=A4=E0=AE=A9=E0=AF=8D_?= =?UTF-8?Q?=E0=AE=AA=E0=AE=BF=E0=AE=AA=E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF?= 07, 2024] Mekeor Melire wrote: > By default, Gnus will attempt to display its logo as image in the > mode-line. I propose to introduce a defcustom variable that allows users > to disable its display. Find attached a patch that impl [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [118.185.152.162 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2607:f8b0:4864:20:0:0:0:443 listed in] [list.dnswl.org] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: =?UTF-8?Q?[=E0=AE=AA=E0=AF=81=E0=AE=A4=E0=AE=A9=E0=AF=8D_?= =?UTF-8?Q?=E0=AE=AA=E0=AE=BF=E0=AE=AA=E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF?= 07, 2024] Mekeor Melire wrote: > By default, Gnus will attempt to display its logo as image in the > mode-line. I propose to introduce a defcustom variable that allows users > to disable its display. Find attached a patch that impl [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [118.185.152.162 listed in zen.spamhaus.org] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2607:f8b0:4864:20:0:0:0:443 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager [=E0=AE=AA=E0=AF=81=E0=AE=A4=E0=AE=A9=E0=AF=8D =E0=AE=AA=E0=AE=BF=E0=AE=AA= =E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF 07, 2024] Mekeor Melire wrote: > By default, Gnus will attempt to display its logo as image in the > mode-line. I propose to introduce a defcustom variable that allows users > to disable its display. Find attached a patch that implements this. Let > me know your thoughts. Can you simply not drop Gnus: from the defcustom(s)? I don't see a need for the patch. From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 06:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Mekeor Melire , Eric Abrahamsen Cc: 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.17073727041136 (code B ref 68985); Thu, 08 Feb 2024 06:12:01 +0000 Received: (at 68985) by debbugs.gnu.org; 8 Feb 2024 06:11:44 +0000 Received: from localhost ([127.0.0.1]:58834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXxdP-0000IF-PZ for submit@debbugs.gnu.org; Thu, 08 Feb 2024 01:11:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXxdN-0000I3-Pk for 68985@debbugs.gnu.org; Thu, 08 Feb 2024 01:11:42 -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 ) id 1rXxd4-00011Y-3i; Thu, 08 Feb 2024 01:11:22 -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=REUdBLtJT3BmqQDyJuj1qdkCBya9g4sBLrMmakNtf6U=; b=WdiMaZK118/6 Veo9ZexdMYBV8e64/0N3mOPmA49LygU/XsEvcqgtYJEQZMaw527R4bGyBj7W9hIfzQvs3fHYerZYR DXn0XwWvLR67Tcds6a3vbBM7QT9qV3J0FH8UBwRAMpoPLBUn0AnP3XH2GQXuE5XP4eJZlJFqew2c1 4qYZk8+nhY9nn6iD6fUKs9IgylfupfJqR7MM0a4eoYzcqpczraT2YAUAvnOFkOZ4TOoRrBfDqBOEQ 7j4d+MPpp+34EWz9tawv1EQSyjh736ecCckEbK2MZcr6i286ZWvzDdu9z7F5lLGOQr3u8dJrl7/Tc rOhBfZo3r9JACRpOVG6m2w==; Date: Thu, 08 Feb 2024 08:11:17 +0200 Message-Id: <86eddnxz7e.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <877cjg3p5k.fsf@posteo.de> (message from Mekeor Melire on Wed, 07 Feb 2024 22:02:35 +0000) References: <877cjg3p5k.fsf@posteo.de> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Mekeor Melire > Date: Wed, 07 Feb 2024 22:02:35 +0000 > > By default, Gnus will attempt to display its logo as image in the > mode-line. I propose to introduce a defcustom variable that allows users > to disable its display. Find attached a patch that implements this. Let > me know your thoughts. Thanks. What would be the rationale not to show the logo if display of images is supported by the current Emacs session? Adding Eric to the discussion. From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 10:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Visuwesh Cc: Mekeor Melire , 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170738965232591 (code B ref 68985); Thu, 08 Feb 2024 10:55:02 +0000 Received: (at 68985) by debbugs.gnu.org; 8 Feb 2024 10:54:12 +0000 Received: from localhost ([127.0.0.1]:59226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY22l-0008Ta-L2 for submit@debbugs.gnu.org; Thu, 08 Feb 2024 05:54:11 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:38028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY22f-0008TK-Rb for 68985@debbugs.gnu.org; Thu, 08 Feb 2024 05:54:09 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=BuvTdl7C qOnswXhYd8yVYPbLI+0miHRMKj3bAGV46OQ=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=9cKIfoAluyTlub3Zw+mKFwBRPQCdLQ kpzsfOfPJAG9QBZwgzBgrdPHqGb1VoBfLG++va0EQV3BmfzV62W9EPCA== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=BuvTdl7CqOnswXhY d8yVYPbLI+0miHRMKj3bAGV46OQ=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=GjeRVI0u6XP5AXGy6kDx5W4vqiACB9zwqA7IAk 5SgVsdPMyNh+6l3v56f2lp25v822/y3R5POwCvvt3Vzq8nb7aSVD7I57kO4/qrbdX8NfPO oC6y6RKtWoMLui47vclUoDluPWlETSDb4ctd9w6SHlrp7Bf7rkKHRfpgwVdV0u/t2rGnrV 2N4uFGHnxc995F4BoICzolXWwpAGVjQobAZOEZo7TvKdSHiRyKJRLzer4efcgzir3yGem3 FAHiXH1WmNGE2lWl+BhaXcpvbu1nN6O/FoPaST2eFV19jvXzZ2szkAShRQG4q/nA31mzyZ Tqftz5al6ErDaPfY2Ximn9nQ== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 3b70fce9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Feb 2024 11:53:48 +0100 (CET) From: Manuel Giraud In-Reply-To: <87y1bvohst.fsf@gmail.com> (Visuwesh's message of "Thu, 08 Feb 2024 07:09:46 +0530") References: <877cjg3p5k.fsf@posteo.de> <87y1bvohst.fsf@gmail.com> Date: Thu, 08 Feb 2024 11:53:46 +0100 Message-ID: <87o7crw7k5.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Visuwesh writes: > [=E0=AE=AA=E0=AF=81=E0=AE=A4=E0=AE=A9=E0=AF=8D =E0=AE=AA=E0=AE=BF=E0=AE= =AA=E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF 07, 2024] Mekeor Melire wr= ote: > >> By default, Gnus will attempt to display its logo as image in the >> mode-line. I propose to introduce a defcustom variable that allows users >> to disable its display. Find attached a patch that implements this. Let >> me know your thoughts. Hi, I thought I remember that there was already a custom for this=E2=80=A6 but apparently not. > Can you simply not drop Gnus: from the defcustom(s)? I don't see a need > for the patch. It won't be the same as this patch. With it you could still have the "Gnus:" string like in a terminal. FWIW, I'm in favor of this patch for those that don't want too much icons in their Emacs. --=20 Manuel Giraud From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Mekeor Melire Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 19:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 68985@debbugs.gnu.org Cc: Eric Abrahamsen , Eli Zaretskii Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170742225910288 (code B ref 68985); Thu, 08 Feb 2024 19:58:01 +0000 Received: (at 68985) by debbugs.gnu.org; 8 Feb 2024 19:57:39 +0000 Received: from localhost ([127.0.0.1]:33697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYAWh-0002fr-1p for submit@debbugs.gnu.org; Thu, 08 Feb 2024 14:57:39 -0500 Received: from mout02.posteo.de ([185.67.36.66]:50363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYAWe-0002fd-Ll for 68985@debbugs.gnu.org; Thu, 08 Feb 2024 14:57:37 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 7872D240104 for <68985@debbugs.gnu.org>; Thu, 8 Feb 2024 20:57:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1707422236; bh=P7qysNXh0FYtw9YdiCDAPCxP0WA0bwF1mKgobitNvM0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=JLpF7K7LCVFcDWsJIzPxhJ5ESPOJ73ELfg9zLHLEVrdZSSXzZXoZo/loFV4ncmzk9 CDJ3F+L0GIOI0Sn4/oYSOFoIhN9zq/Vo9NKxlhNEnlhu46txu3Yz3fn4NvHupSB1iT 4bm7SyX2eISc9m973bJWqIteI/oX8bOiYZj+0a+nrtKERIT4qQeennALJ1incBqeF6 cCMpEYtlRRPDOnRgLBLopoRcDUUzd4DnQvc6C0ItJjh/DFZdrTgAgydSx3Zcu1dyMo sRp0LrQpcmLY/d13jq010YPdQ1JK1eJGKkv89SBs41tQBD9CKJWC02sdGjk2huUGwE /8qU7TIhuf8aA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TW76z2FL2z9rxB; Thu, 8 Feb 2024 20:57:15 +0100 (CET) From: Mekeor Melire Date: Thu, 08 Feb 2024 19:49:37 +0000 References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> In-reply-to: <86eddnxz7e.fsf@gnu.org> Message-ID: <87y1bu3f1j.fsf@posteo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 2024-02-08 08:11 eliz@gnu.org: > What would be the rationale not to show the logo if display of images > is supported by the current Emacs session? As Manuel Giraud said in the other subthread, it's "for those that don't want too much icons in their Emacs". Personally, I prefer to not see any icons or images in my Emacs - unless viewing an image. It distracts me from text. Currently, I use an override-advice to accomplish this: (defun /gnus-mode-line-buffer-identification (line) "Meant as override-advice for `gnus-mode-line-buffer-identification' in order to prevent Gnus to show its logo in the mode-line." (let* ((str (car-safe line)) (str (if (stringp str) (car (propertized-buffer-identification str)) str))) (list str))) (advice-add #'gnus-mode-line-buffer-identification :override #'/gnus-mode-line-buffer-identification) I shared this snippet on the proprietary website Reddit where it received two upvotes. [1] So there seems to be an interest in this feature. It'd be nice to have a defcustom option rather than needing to use an advice. [1] https://old.reddit.com/r/emacs/comments/18mplfa/weekly_tips_tricks_c_thread/ke5yaak/ From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 22:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Mekeor Melire Cc: Eli Zaretskii , 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170743138831444 (code B ref 68985); Thu, 08 Feb 2024 22:30:02 +0000 Received: (at 68985) by debbugs.gnu.org; 8 Feb 2024 22:29:48 +0000 Received: from localhost ([127.0.0.1]:36363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYCtv-0008B5-JN for submit@debbugs.gnu.org; Thu, 08 Feb 2024 17:29:47 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:33514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYCtt-0008Aa-Ep for 68985@debbugs.gnu.org; Thu, 08 Feb 2024 17:29:46 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 2999FFA183; Thu, 8 Feb 2024 22:29:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1707431364; bh=6fE5gxT6TobpCyNZzyM4fzMIwN98ftPeoTqHPyKGgR4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=OScLHU8CxuJah8mHta7zqXapBedDzzG2zgawtcdxtZvn8P9TeQACR3iRFIQ9e5fAH QzouE5IFXRrhxCaOaQpBDIj9lUACLK73zuNHsnzgECfMzVeZ2v/HCheLon1t6Ai8Wy Bc5mlLGoXpYbLGOPdu71u6UE+ieRZcKuLRr3E7dA= From: Eric Abrahamsen In-Reply-To: <87y1bu3f1j.fsf@posteo.de> (Mekeor Melire's message of "Thu, 08 Feb 2024 19:49:37 +0000") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> Date: Thu, 08 Feb 2024 14:29:22 -0800 Message-ID: <87r0hmmvy5.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Mekeor Melire writes: > 2024-02-08 08:11 eliz@gnu.org: > >> What would be the rationale not to show the logo if display of images >> is supported by the current Emacs session? > > As Manuel Giraud said in the other subthread, it's "for those that don't > want too much icons in their Emacs". Personally, I prefer to not see any > icons or images in my Emacs - unless viewing an image. It distracts me > from text. If we're going down this path, I'd rather expand the scope a little bit with a customize option that defaults to this value: '((:type svg :file "gnus-pointer.svg" :ascent center) (:type xpm :file "gnus-pointer.xpm" :ascent center) (:type xbm :file "gnus-pointer.xbm" :ascent center)) which is passed to `find-image'. This would allow users to put their own images in there, if that was something they wanted to do, or set the option to nil for no icon. What do people think of that? Would you be willing to do that as a patch, Mekeor? Thanks, Eric From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 10:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: Mekeor Melire , Eli Zaretskii , 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.17074752199294 (code B ref 68985); Fri, 09 Feb 2024 10:41:02 +0000 Received: (at 68985) by debbugs.gnu.org; 9 Feb 2024 10:40:19 +0000 Received: from localhost ([127.0.0.1]:53544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYOIs-0002Pp-Id for submit@debbugs.gnu.org; Fri, 09 Feb 2024 05:40:19 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:33958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYO9c-00020E-6d for 68985@debbugs.gnu.org; Fri, 09 Feb 2024 05:30:45 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=9DMNNLip vtbzou1gK+NPf59V0H3H8U4stlRIl8Qgi00=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=n7FGPigJ27zAbK0Sg0rDjHJrKzNamP 6duQkOZ03+RAV8sdRO8iWpo5B2G85NhDGhuaXm6Z26/tJDq9EaP6gtDw== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=9DMNNLipvtbzou1g K+NPf59V0H3H8U4stlRIl8Qgi00=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=TyegzuH0kYR5K7PDDGbQxF3BzA6nfy5CZHQqCA mvRp26SBuK221uI0XGVkBYY1XF3r8e76I2LE7eJIVbJbFuo7hlFYqt+vPpQtlKPb1YGlbg 3d3qEPO2AGXDkjhn/vSA5W7rQ+MCp8peslaYnu/O7CI2bZOrv1K1nLQv3pham/Dg/6kdsN 7SN2bjxNa7jBq5nbsg8OZKlQaGXh6+rJy0XBdeN2SL++ZjhtfJFDmf6NmDniIfwI0BfhdZ fOnBU6SP8p0TnsPf2yFMJDvxX6gxkyDSVhzPykYzvUfrLa35Ra1dYquSR8JpguSRvJlaQF 4CLOREax1r6c+P+ooNVbn3LA== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 0197b8d8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 9 Feb 2024 11:30:27 +0100 (CET) From: Manuel Giraud In-Reply-To: <87r0hmmvy5.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 08 Feb 2024 14:29:22 -0800") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> Date: Fri, 09 Feb 2024 11:30:24 +0100 Message-ID: <87fry253r3.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eric Abrahamsen writes: [...] > If we're going down this path, I'd rather expand the scope a little bit > with a customize option that defaults to this value: > > '((:type svg :file "gnus-pointer.svg" > :ascent center) > (:type xpm :file "gnus-pointer.xpm" > :ascent center) > (:type xbm :file "gnus-pointer.xbm" > :ascent center)) > > which is passed to `find-image'. This would allow users to put their own > images in there, if that was something they wanted to do, or set the > option to nil for no icon. > > What do people think of that? Would you be willing to do that as a > patch, Mekeor? Hi, I did not know that passing nil to `find-image' would nuke the icon but then, I think it is an even better idea: - From the point of view of a user that do not want the icon, it would still be =C2=AB=C2=A0set some custom to nil=C2=A0=C2=BB =20=20=20=20=20=20=20=20 - It would allow funky icons for those who wants them We just have to have a name for this new custom. I vote for `gnus-mode-line-logo'. --=20 Manuel Giraud From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 18:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Manuel Giraud Cc: Mekeor Melire , Eli Zaretskii , 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170750311427822 (code B ref 68985); Fri, 09 Feb 2024 18:26:01 +0000 Received: (at 68985) by debbugs.gnu.org; 9 Feb 2024 18:25:14 +0000 Received: from localhost ([127.0.0.1]:56265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYVYm-0007Ea-KP for submit@debbugs.gnu.org; Fri, 09 Feb 2024 13:25:14 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:36286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYVHZ-0006W1-Pk for 68985@debbugs.gnu.org; Fri, 09 Feb 2024 13:07:26 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id A4BB9FA011; Fri, 9 Feb 2024 18:07:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1707502023; bh=d7NPytGizm9q3xvn3XYi25RqRHGxMPfEHAUntaBAmG0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=j2X11jUBsWGcL1rVBnpWHDe9iorEmhmIqXUwyiAKbroaV6w6zfOrB1TxYsSm8zq6w mzyPgQxdKF4JhHpO5f2nDaxbkrKIOYrb6JQm4zMJ+6KpddxuJpANd91O61vuXNmB/A 5s27I9bUh4jc1OpJrr/txGICdmjKoqijdfDsgw/g= From: Eric Abrahamsen In-Reply-To: <87fry253r3.fsf@ledu-giraud.fr> (Manuel Giraud's message of "Fri, 09 Feb 2024 11:30:24 +0100") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> Date: Fri, 09 Feb 2024 10:07:02 -0800 Message-ID: <87il2xmrzt.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 02/09/24 11:30 AM, Manuel Giraud wrote: > Eric Abrahamsen writes: > > [...] > >> If we're going down this path, I'd rather expand the scope a little bit >> with a customize option that defaults to this value: >> >> '((:type svg :file "gnus-pointer.svg" >> :ascent center) >> (:type xpm :file "gnus-pointer.xpm" >> :ascent center) >> (:type xbm :file "gnus-pointer.xbm" >> :ascent center)) >> >> which is passed to `find-image'. This would allow users to put their own >> images in there, if that was something they wanted to do, or set the >> option to nil for no icon. >> >> What do people think of that? Would you be willing to do that as a >> patch, Mekeor? > > Hi, > > I did not know that passing nil to `find-image' would nuke the icon but > then, I think it is an even better idea: I was thinking we'd check the value of the option before passing it to `find-image'... > - From the point of view of a user that do not want the icon, it > would still be =C2=AB=C2=A0set some custom to nil=C2=A0=C2=BB >=20=20=20=20=20=20=20=20=20 > - It would allow funky icons for those who wants them ...but yes this was the general idea. > We just have to have a name for this new custom. I vote for > `gnus-mode-line-logo'. Sounds intuitive to me! From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 21:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: Mekeor Melire , Eli Zaretskii , 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170751259223033 (code B ref 68985); Fri, 09 Feb 2024 21:04:01 +0000 Received: (at 68985) by debbugs.gnu.org; 9 Feb 2024 21:03:12 +0000 Received: from localhost ([127.0.0.1]:37878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYY1g-0005zR-0t for submit@debbugs.gnu.org; Fri, 09 Feb 2024 16:03:12 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:37429) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYY1d-0005zF-OO for 68985@debbugs.gnu.org; Fri, 09 Feb 2024 16:03:11 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=iLt1prqM pNaCTOBmFV2DjVaAKD+BjClzhVmWsH309lE=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=tkY3uizrISAxN+4X7j/ZkU93IEiJEf FoUinCeK7ZHUekfnN8jPryDRLLmPZSHSrW4oRUDSPwTwIzzvu3g0HUAQ== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=iLt1prqMpNaCTOBm FV2DjVaAKD+BjClzhVmWsH309lE=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=bX0mqBdkw2wuX5cDLvy3H+tsef9P8KVns4SLrK BMwDzCL2V7N3uLYpYPVmCuLDRFw9ze470SR8JJ9SDBc/MbgQmpbyAwG4Y4WwWdcoQjuWd2 +bRNo3SOn225PdrnLBMVpDPY5zBgEw8LaS3IAeJ+yIAiyEDCp2j4ijBLaa6XcqoE49sUjs tQ/Jf43ypB51Rjt9Y7bvQ2EM/HZLlKd1bZic/eZwKJETB51gtDmOqGbLO2y+G749q8RbBZ CpVdcWAQJre3M1I+JNK46VppUh+S7KN9qZVwMzdGrvBscEykXcOQ8D7Ka2zHFulu1yzf7F n/4WkRD01nRCxVyDIw/l3JTA== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 1d35856a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 9 Feb 2024 21:56:13 +0100 (CET) From: Manuel Giraud In-Reply-To: <87il2xmrzt.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Fri, 09 Feb 2024 10:07:02 -0800") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> Date: Fri, 09 Feb 2024 21:56:11 +0100 Message-ID: <877cjd73x0.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eric Abrahamsen writes: [...] >> Hi, >> >> I did not know that passing nil to `find-image' would nuke the icon but >> then, I think it is an even better idea: > > I was thinking we'd check the value of the option before passing it to > `find-image'... Ok, I thought it would work as is. >> - From the point of view of a user that do not want the icon, it >> would still be =C2=AB=C2=A0set some custom to nil=C2=A0=C2=BB >>=20=20=20=20=20=20=20=20=20 >> - It would allow funky icons for those who wants them > > ...but yes this was the general idea. > >> We just have to have a name for this new custom. I vote for >> `gnus-mode-line-logo'. > > Sounds intuitive to me! Good, thanks. Mekeor would you like to give a try at this? --=20 Manuel Giraud From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v2] Add option gnus-mode-line-logo Resent-From: Mekeor Melire Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 22:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 68985@debbugs.gnu.org Cc: Eric Abrahamsen , Eli Zaretskii , Manuel Giraud Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170751606532752 (code B ref 68985); Fri, 09 Feb 2024 22:02:01 +0000 Received: (at 68985) by debbugs.gnu.org; 9 Feb 2024 22:01:05 +0000 Received: from localhost ([127.0.0.1]:41413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYYvg-0008W8-58 for submit@debbugs.gnu.org; Fri, 09 Feb 2024 17:01:05 -0500 Received: from mout02.posteo.de ([185.67.36.66]:56439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYYvQ-0008V2-0K for 68985@debbugs.gnu.org; Fri, 09 Feb 2024 17:01:02 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 7A769240104 for <68985@debbugs.gnu.org>; Fri, 9 Feb 2024 23:00:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1707516026; bh=Dl6SQJG465eRqe1GRok4sPiaFX3RnJC1oK0JsKAVyS0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=nJmLloImDSAmFLuphRffrYPhgd6Q3n419ncM0+bpOySFZm/Q71uMeBPx+XYLQQPFd xpuxq2p21yeUVHa9y2diXKZRMNlMcX+9XLDXoS1V0QqJdyr8GADeEHdyhB+x/elkfA 7ETmYmGvS0QXIKgFTKHTGAEGa0xdx2LCbgm++wECnLZPdvJc5Z8+3OlDhwwu/VUMYb 2b+3XChK6ZS4uGUYTqJ1qQIBadsUjhwM5qaxHqNIJ41XocJvDtVuCtkLvrvoRiXTy3 XW1WLf57wJoX8hQV+sO6XL9TnGIo+qRH4y6W9EMK43e2h+YAbTw4UFow1FeUcbi621 ta5tRsSrw5UfA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TWnpc74y2z6tmv; Fri, 9 Feb 2024 23:00:24 +0100 (CET) From: Mekeor Melire Date: Fri, 09 Feb 2024 21:53:48 +0000 References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> In-reply-to: <877cjd73x0.fsf@ledu-giraud.fr> Message-ID: <87plx52t8r.fsf@posteo.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain 2024-02-09 21:56 manuel@ledu-giraud.fr: > Mekeor would you like to give a try at this? Thank y'all for the constructive conversation and the nice resulting idea. Find attached a patch that aims to implement it. Personally, I'm not sure about the "sexp" custom-type that I used. Also, I wonder if "gnus-visual" is the right custom-group to be used. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Add-option-gnus-mode-line-logo.patch >From 1b30caf62da45a71a5c546665553710d5da4ce3c Mon Sep 17 00:00:00 2001 From: Mekeor Melire Date: Wed, 7 Feb 2024 23:00:08 +0100 Subject: [PATCH] Add option gnus-mode-line-logo * lisp/gnus/gnus.el (gnus-mode-line-logo): New option specifying whether and which logo will be displayed in the mode-line. * etc/NEWS: Announce the change. --- etc/NEWS | 5 +++++ lisp/gnus/gnus.el | 29 ++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index ee7462cb2aa..36844bfa1a2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1098,6 +1098,11 @@ The gmane.org website is, sadly, down since a number of years with no prospect of it coming back. Therefore, it is no longer valid to set the user option 'nnweb-type' to 'gmane'. +*** New user option 'gnus-mode-line-logo'. +This allows the user to either disable the display of any logo or +specify which logo will be displayed as part of the +buffer-identification in the mode-line of Gnus-buffers. + ** Rmail --- diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 99833e4eeca..03e21b21b39 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -309,12 +309,30 @@ gnus-inhibit-startup-message :group 'gnus-start :type 'boolean) +(defcustom gnus-mode-line-logo + '((:type svg :file "gnus-pointer.svg" :ascent center) + (:type xpm :file "gnus-pointer.xpm" :ascent center) + (:type xbm :file "gnus-pointer.xbm" :ascent center)) + "Gnus logo displayed in mode-line. + +If non-nil, it should be a list of image specifications that will be +given as first argument to `find-image', which see. Then, in case of a +graphical display, the specified Gnus logo will be displayed as part of +the buffer-identification in the mode-line of Gnus-buffers. + +If nil, no logo will be displayed." + :group 'gnus-visual + :type '(choice + (sexp :tag "List of image specifications") + (const :tag "No logo" nil))) + (defun gnus-mode-line-buffer-identification (line) (let* ((str (car-safe line)) (str (if (stringp str) (car (propertized-buffer-identification str)) str))) - (if (or (not (fboundp 'find-image)) + (if (or (not gnus-mode-line-logo) + (not (fboundp 'find-image)) (not (display-graphic-p)) (not (stringp str)) (not (string-match "^Gnus:" str))) @@ -325,14 +343,7 @@ gnus-mode-line-buffer-identification (add-text-properties 0 5 (list 'display - (find-image - '((:type svg :file "gnus-pointer.svg" - :ascent center) - (:type xpm :file "gnus-pointer.xpm" - :ascent center) - (:type xbm :file "gnus-pointer.xbm" - :ascent center)) - t) + (find-image gnus-mode-line-logo t) 'help-echo (if gnus-emacs-version (format "This is %s, %s." -- 2.41.0 --=-=-=-- From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v2] Add option gnus-mode-line-logo Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 23:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Mekeor Melire Cc: Eli Zaretskii , 68985@debbugs.gnu.org, Manuel Giraud Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170752071314048 (code B ref 68985); Fri, 09 Feb 2024 23:19:02 +0000 Received: (at 68985) by debbugs.gnu.org; 9 Feb 2024 23:18:33 +0000 Received: from localhost ([127.0.0.1]:46726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYa8e-0003eV-VN for submit@debbugs.gnu.org; Fri, 09 Feb 2024 18:18:33 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:57262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYa8c-0003eC-8I for 68985@debbugs.gnu.org; Fri, 09 Feb 2024 18:18:31 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 0EF5BFA0B2; Fri, 9 Feb 2024 23:18:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1707520688; bh=FM/Xb5kNGjZYrpfs1Vr5qj3hwvQfKAr+1PV+QOQ4Bco=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=pDhF6MeYYKWz8iKGFzPFjuDyZpVtlrOTZPiw6e2+pg6/xFRMFvQlP+uQ3LrpsucrQ ESBGmUf91elQOndJuKwYnJSOMPZnsTJO0PpXQIuuFa3c6Z1bcop1P4rV4ECeHYV8CL B9vKyCtjcCY3bCndXdnnurOYDEmSD2gyZl70p9UY= From: Eric Abrahamsen In-Reply-To: <87plx52t8r.fsf@posteo.de> (Mekeor Melire's message of "Fri, 09 Feb 2024 21:53:48 +0000") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> Date: Fri, 09 Feb 2024 15:18:06 -0800 Message-ID: <87r0hlkz0x.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Mekeor Melire writes: > 2024-02-09 21:56 manuel@ledu-giraud.fr: > >> Mekeor would you like to give a try at this? > > Thank y'all for the constructive conversation and the nice resulting > idea. Find attached a patch that aims to implement it. Personally, I'm > not sure about the "sexp" custom-type that I used. Also, I wonder if > "gnus-visual" is the right custom-group to be used. Looks good! You've tested this, I assume? I think 'gnus-visual is the right group. Custom types are always a little frustrating, but this might work better: '(choice (repeat :tag "Image specs" (plist)) (const :tag "No logo" nil)) From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v3] Add option gnus-mode-line-logo Resent-From: Mekeor Melire Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 02:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: Eli Zaretskii , 68985@debbugs.gnu.org, Manuel Giraud Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170753106314336 (code B ref 68985); Sat, 10 Feb 2024 02:12:02 +0000 Received: (at 68985) by debbugs.gnu.org; 10 Feb 2024 02:11:03 +0000 Received: from localhost ([127.0.0.1]:59287 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYcpX-0003in-Uk for submit@debbugs.gnu.org; Fri, 09 Feb 2024 21:11:03 -0500 Received: from mout01.posteo.de ([185.67.36.65]:33447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYcpV-0003iJ-MN for 68985@debbugs.gnu.org; Fri, 09 Feb 2024 21:10:58 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 64B17240028 for <68985@debbugs.gnu.org>; Sat, 10 Feb 2024 03:10:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1707531036; bh=cVX2yBiGXLHgKumkxFfFMGCDB+bSACSvG6dJDoNE/Xg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=k4120hKcEwfQwW1b4r+ORdzgXAXWky/iBO4BgXGd/k+xk+eywsAezHP/1JmSq45Vq pgjJSuORw97RWxTXovbCjardJtt20Bw7nztHex0wNC6njCXS+4LJFiKs7IYYReoQSL RBcXlLDP2tLqkojDtShkUy+fuqXfvms53+UM+lHK96LfTvRWK5twiurtTuIr5O1U0y Wco29VvcYQS+E+nIsSgHq7WWX92MBpG9CrepFvZ6QV5LHTWaqoq6Z4AfYIXiyjiYPQ P3j6ey8ijrVGFMUc996VZz9eLYrpYSdGTBdBO+hU+WYaR6r+nx8hvQlrcIAfxUNake PsqtEdnjmAjsw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TWvMH0T4Mz9rxG; Sat, 10 Feb 2024 03:10:35 +0100 (CET) From: Mekeor Melire Date: Sat, 10 Feb 2024 02:03:06 +0000 References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> <87r0hlkz0x.fsf@ericabrahamsen.net> In-reply-to: <87r0hlkz0x.fsf@ericabrahamsen.net> Message-ID: <87h6ih2hnt.fsf@posteo.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain 2024-02-09 15:18 eric@ericabrahamsen.net: > Looks good! You've tested this, I assume? Yes. - Tested the customize interface. - Setting to nil works as documented. - Setting to another image spec works as documented. - As documented, in non-graphical displays (emacs -nw), no logo is displayed, just like before. - There are no byte-compilation warnings. - There are no new checkdoc warnings. > I think 'gnus-visual is the right group. Great! > Custom types are always a little frustrating, but this might work > better: > > '(choice > (repeat :tag "Image specs" (plist)) > (const :tag "No logo" nil)) This is great, too. Find attached another version of the patch which uses this custom-type, repeat-(plist). --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Add-option-gnus-mode-line-logo.patch >From c1d850f6ca4936a086399c2ed5d2eacb94c7d581 Mon Sep 17 00:00:00 2001 From: Mekeor Melire Date: Wed, 7 Feb 2024 23:00:08 +0100 Subject: [PATCH] Add option gnus-mode-line-logo * lisp/gnus/gnus.el (gnus-mode-line-logo): New option specifying whether and which logo will be displayed in the mode-line. * etc/NEWS: Announce the change. --- etc/NEWS | 5 +++++ lisp/gnus/gnus.el | 29 ++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index ee7462cb2aa..36844bfa1a2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1098,6 +1098,11 @@ The gmane.org website is, sadly, down since a number of years with no prospect of it coming back. Therefore, it is no longer valid to set the user option 'nnweb-type' to 'gmane'. +*** New user option 'gnus-mode-line-logo'. +This allows the user to either disable the display of any logo or +specify which logo will be displayed as part of the +buffer-identification in the mode-line of Gnus-buffers. + ** Rmail --- diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 99833e4eeca..cf4c3f7841c 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -309,12 +309,30 @@ gnus-inhibit-startup-message :group 'gnus-start :type 'boolean) +(defcustom gnus-mode-line-logo + '((:type svg :file "gnus-pointer.svg" :ascent center) + (:type xpm :file "gnus-pointer.xpm" :ascent center) + (:type xbm :file "gnus-pointer.xbm" :ascent center)) + "Gnus logo displayed in mode-line. + +If non-nil, it should be a list of image specifications that will be +given as first argument to `find-image', which see. Then, in case of a +graphical display, the specified Gnus logo will be displayed as part of +the buffer-identification in the mode-line of Gnus-buffers. + +If nil, no logo will be displayed." + :group 'gnus-visual + :type '(choice + (repeat :tag "List of image specifications" (plist)) + (const :tag "No logo" nil))) + (defun gnus-mode-line-buffer-identification (line) (let* ((str (car-safe line)) (str (if (stringp str) (car (propertized-buffer-identification str)) str))) - (if (or (not (fboundp 'find-image)) + (if (or (not gnus-mode-line-logo) + (not (fboundp 'find-image)) (not (display-graphic-p)) (not (stringp str)) (not (string-match "^Gnus:" str))) @@ -325,14 +343,7 @@ gnus-mode-line-buffer-identification (add-text-properties 0 5 (list 'display - (find-image - '((:type svg :file "gnus-pointer.svg" - :ascent center) - (:type xpm :file "gnus-pointer.xpm" - :ascent center) - (:type xbm :file "gnus-pointer.xbm" - :ascent center)) - t) + (find-image gnus-mode-line-logo t) 'help-echo (if gnus-emacs-version (format "This is %s, %s." -- 2.41.0 --=-=-=-- From unknown Sun Jun 22 17:14:16 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Mekeor Melire Subject: bug#68985: closed (Re: bug#68985: [PATCH v3] Add option gnus-mode-line-logo) Message-ID: References: <87jzndympr.fsf@ericabrahamsen.net> <877cjg3p5k.fsf@posteo.de> X-Gnu-PR-Message: they-closed 68985 X-Gnu-PR-Package: emacs Reply-To: 68985@debbugs.gnu.org Date: Sat, 10 Feb 2024 04:21:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1707538862-4077-1" This is a multi-part message in MIME format... ------------=_1707538862-4077-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-= line which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 68985@debbugs.gnu.org. --=20 68985: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68985 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1707538862-4077-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 68985-done) by debbugs.gnu.org; 10 Feb 2024 04:20:44 +0000 Received: from localhost ([127.0.0.1]:38548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYer5-00012s-Oy for submit@debbugs.gnu.org; Fri, 09 Feb 2024 23:20:44 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:42364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYer3-00012W-Ju for 68985-done@debbugs.gnu.org; Fri, 09 Feb 2024 23:20:42 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 5FBCAFA0B2; Sat, 10 Feb 2024 04:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1707538819; bh=xbZoUF2DpOQSZyDkaVNwzMUehTmBmFYXaS1A5JOdRxc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FfkMKCBYTFRaAr2QeH4dJXYsc0aF2menUz3mVGfnFhHhDpxx7MzT86sZodg3PFLqv 9N9qP8/8ClTlVhttYgUvAGJ52pZSnZCI/3L6SoBETTIHXI85B6Ex9DHXztjJE1XYcw xbC4glB2soAXKFDJeDxjmxtLe4CyKuUyRFF+cxsw= From: Eric Abrahamsen To: Mekeor Melire Subject: Re: bug#68985: [PATCH v3] Add option gnus-mode-line-logo In-Reply-To: <87h6ih2hnt.fsf@posteo.de> (Mekeor Melire's message of "Sat, 10 Feb 2024 02:03:06 +0000") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> <87r0hlkz0x.fsf@ericabrahamsen.net> <87h6ih2hnt.fsf@posteo.de> Date: Fri, 09 Feb 2024 20:20:16 -0800 Message-ID: <87jzndympr.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68985-done Cc: Eli Zaretskii , Manuel Giraud , 68985-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Mekeor Melire writes: > 2024-02-09 15:18 eric@ericabrahamsen.net: > >> Looks good! You've tested this, I assume? > > Yes. > > - Tested the customize interface. > - Setting to nil works as documented. > - Setting to another image spec works as documented. > - As documented, in non-graphical displays (emacs -nw), no logo is > displayed, just like before. > - There are no byte-compilation warnings. > - There are no new checkdoc warnings. > >> I think 'gnus-visual is the right group. > > Great! > >> Custom types are always a little frustrating, but this might work >> better: >> >> '(choice >> (repeat :tag "Image specs" (plist)) >> (const :tag "No logo" nil)) > > This is great, too. Find attached another version of the patch which > uses this custom-type, repeat-(plist). Looks good! Thanks very much for the work. I've put the patch in. I'll close the bug but it also occurred to me we didn't put anything in the manual. I'll take a look at that and maybe follow up with another patch later. Thanks, Eric ------------=_1707538862-4077-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Feb 2024 22:07:11 +0000 Received: from localhost ([127.0.0.1]:58098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXq4R-0003Aw-Bn for submit@debbugs.gnu.org; Wed, 07 Feb 2024 17:07:11 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXq4P-0003AM-FM for submit@debbugs.gnu.org; Wed, 07 Feb 2024 17:07:06 -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 ) id 1rXq42-0003NY-KZ for bug-gnu-emacs@gnu.org; Wed, 07 Feb 2024 17:06:44 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rXq40-0000ku-MT for bug-gnu-emacs@gnu.org; Wed, 07 Feb 2024 17:06:42 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2BEEA240027 for ; Wed, 7 Feb 2024 23:06:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1707343597; bh=RHn3EU53Ebck5S2sddEpa7+YdQZW+bV9yfAer58/Jpc=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=ixaGKYh1nUNIqiJ3LMDC30oKPP1x1gYaqA1/sJUj1AKlL0jrKh/yN8qLH9GfXjHcn V56IuMFCIdn+wRoxB6Rba0vcHIbHZs17avsnKZ4QnUD+m45ii0GG+JkXntp/vZga4F /YXzfDKKnwYthzp4fDrx9s9keqzdde/B6zjCuPI4N3y6dUQqAh8Ih93lkwe5jvlRHp VhATos6PswwPWYFUMWPLMXxMjBiVsiLgXdFbxscF1RL3bIIYdlVa/bFSFuHXokdsmq XlpFlTr00KvpPd+Dr/FwE4zue2UKTb2VUBQOXa9HPjNlFB5HSFuMjmcCe+KNUn28j9 uSk5gjjEp2ARg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TVZ2h2zlGz9rxL; Wed, 7 Feb 2024 23:06:36 +0100 (CET) From: Mekeor Melire To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Date: Wed, 07 Feb 2024 22:02:35 +0000 Message-ID: <877cjg3p5k.fsf@posteo.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=mekeor@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain By default, Gnus will attempt to display its logo as image in the mode-line. I propose to introduce a defcustom variable that allows users to disable its display. Find attached a patch that implements this. Let me know your thoughts. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Add-option-gnus-mode-line-logo.patch >From 7d3eb97c746ecdd253a370e11727e3041537afe1 Mon Sep 17 00:00:00 2001 From: Mekeor Melire Date: Wed, 7 Feb 2024 23:00:08 +0100 Subject: [PATCH] Add option gnus-mode-line-logo * lisp/gnus/gnus.el (gnus-mode-line-logo): New option specifying the display of the Gnus logo image in the mode-line. * etc/NEWS: Announce the change. --- etc/NEWS | 4 ++++ lisp/gnus/gnus.el | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index ee7462cb2aa..b283717596c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1098,6 +1098,10 @@ The gmane.org website is, sadly, down since a number of years with no prospect of it coming back. Therefore, it is no longer valid to set the user option 'nnweb-type' to 'gmane'. +*** New user option 'gnus-mode-line-logo'. +This allows the user to disable the display of the Gnus logo image in +the mode-line. + ** Rmail --- diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 99833e4eeca..7477828eb72 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -309,12 +309,18 @@ gnus-inhibit-startup-message :group 'gnus-start :type 'boolean) +(defcustom gnus-mode-line-logo t + "If non-nil, Gnus-buffers display logo in mode-line, if applicable." + :group 'gnus-visual + :type 'boolean) + (defun gnus-mode-line-buffer-identification (line) (let* ((str (car-safe line)) (str (if (stringp str) (car (propertized-buffer-identification str)) str))) - (if (or (not (fboundp 'find-image)) + (if (or (not gnus-mode-line-logo) + (not (fboundp 'find-image)) (not (display-graphic-p)) (not (stringp str)) (not (string-match "^Gnus:" str))) -- 2.41.0 --=-=-=-- ------------=_1707538862-4077-1-- From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v2] Add option gnus-mode-line-logo Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 07:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Mekeor Melire Cc: eric@ericabrahamsen.net, 68985@debbugs.gnu.org, manuel@ledu-giraud.fr Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.17075503364688 (code B ref 68985); Sat, 10 Feb 2024 07:33:02 +0000 Received: (at 68985) by debbugs.gnu.org; 10 Feb 2024 07:32:16 +0000 Received: from localhost ([127.0.0.1]:48785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYhqS-0001DU-5X for submit@debbugs.gnu.org; Sat, 10 Feb 2024 02:32:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYhqP-0001D3-Kz for 68985@debbugs.gnu.org; Sat, 10 Feb 2024 02:32:15 -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 ) id 1rYhq3-0006ON-Mw; Sat, 10 Feb 2024 02:31:51 -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=fIJrOBiAhFyVYShkowMU8oBdlaUU0LACKY14tXvCVtc=; b=nxHwNnrzdZbE lqB68L8xC6F/5JVPe0GDckgxgvgpQ0DQEU+iVB7aqdw2jKbSu1SpGnwgdmPaYl1O920zAT8mk7i5a jlp9NOCbyKIR2MYUz8jZKFAw/3EYF7ieCxLsOzopDQabrJRLlM6GnCjTHe2W16N7HWPwUDrulAveq Ho59B1b/tRIwEtU4EH580CaJbyj9rti/lrE8PHpo8rQgIC9YTQ8+1AZq86ioCUCWeyTIEPPekXhir NLnEGY+O9Irt/SfQpYIHJGnbdOmCZkl/mgJ4/H0Q/op9zfdSvxGAcMfqtLyqG1Zchq7CPMTwQlCjK MB4yLIoYbMXgOR8fZuVw7w==; Date: Sat, 10 Feb 2024 09:31:47 +0200 Message-Id: <86mss8vkpo.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87plx52t8r.fsf@posteo.de> (message from Mekeor Melire on Fri, 09 Feb 2024 21:53:48 +0000) References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Mekeor Melire > Cc: Eric Abrahamsen , Eli Zaretskii , > Manuel Giraud > Date: Fri, 09 Feb 2024 21:53:48 +0000 > > +(defcustom gnus-mode-line-logo > + '((:type svg :file "gnus-pointer.svg" :ascent center) > + (:type xpm :file "gnus-pointer.xpm" :ascent center) > + (:type xbm :file "gnus-pointer.xbm" :ascent center)) > + "Gnus logo displayed in mode-line. > + > +If non-nil, it should be a list of image specifications that will be > +given as first argument to `find-image', which see. Then, in case of a > +graphical display, the specified Gnus logo will be displayed as part of > +the buffer-identification in the mode-line of Gnus-buffers. > + > +If nil, no logo will be displayed." > + :group 'gnus-visual > + :type '(choice > + (sexp :tag "List of image specifications") > + (const :tag "No logo" nil))) >From CONTRIBUTE: New defcustom's and defface's should always have a ':version' tag stating the first Emacs version in which they will appear. Likewise with defcustom's or defface's whose value is changed -- update their ':version' tag. Please in the future remember to add :version tags. Thanks. From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v3] Add option gnus-mode-line-logo Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 09:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: Mekeor Melire , Eli Zaretskii , 68985-done@debbugs.gnu.org Received: via spool by 68985-done@debbugs.gnu.org id=D68985.170755604732418 (code D ref 68985); Sat, 10 Feb 2024 09:08:02 +0000 Received: (at 68985-done) by debbugs.gnu.org; 10 Feb 2024 09:07:27 +0000 Received: from localhost ([127.0.0.1]:54422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYjKZ-0008Qo-BH for submit@debbugs.gnu.org; Sat, 10 Feb 2024 04:07:27 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:30823) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYjKX-0008Qc-8y for 68985-done@debbugs.gnu.org; Sat, 10 Feb 2024 04:07:26 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=CIUQruzA Z42+nlpPKksPSFjTa5wuIxqiWP0oGvIUPGo=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=d8tU6yIqAPap8e8reJt773AKhLdmvL IcndYg5QO1yparQ4DsEmeCcH3jqkgGqq+Hf0docu7ZKTp2zWM4V8NZDg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=CIUQruzAZ42+nlpP KksPSFjTa5wuIxqiWP0oGvIUPGo=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=IeJZHtgo1HZibykuEhKG2Lv1IpovMB01TYsFlY zhoKsoX+uTS2D7i8FaFimBDg3jey2x7Xao7PLxPe9zsZuoCYLvMQB7bELxNq5v/IqFyIjC HEE7RRgXZgmHUhMrbU0TXKrpEHE9qQXMsB0VFv+di6d06cUP9stKM7LYa1jCqTbfZzf/sq m6bnjheaoAE4O05IpwOpA5rhmrjaeErybbcnwnKSISYp9VxqQ4NwiM9V72q179en5QQJP8 c7FUl2SprilKC3z2EJodgLdbWp2/++U3TLaMWcL6087Jq3prTbUxlyEHw9Z4hnsmm1qB8X dzulImHo7mYlaC1lP3DxBhLw== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id dffb4925 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 10 Feb 2024 10:07:08 +0100 (CET) From: Manuel Giraud In-Reply-To: <87jzndympr.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Fri, 09 Feb 2024 20:20:16 -0800") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> <87r0hlkz0x.fsf@ericabrahamsen.net> <87h6ih2hnt.fsf@posteo.de> <87jzndympr.fsf@ericabrahamsen.net> Date: Sat, 10 Feb 2024 10:07:06 +0100 Message-ID: <87zfw8bscl.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks for this work. -- Manuel Giraud From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v2] Add option gnus-mode-line-logo Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 16:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Mekeor Melire , 68985@debbugs.gnu.org, manuel@ledu-giraud.fr Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.17075834071679 (code B ref 68985); Sat, 10 Feb 2024 16:44:01 +0000 Received: (at 68985) by debbugs.gnu.org; 10 Feb 2024 16:43:27 +0000 Received: from localhost ([127.0.0.1]:53779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYqRr-0000R0-1r for submit@debbugs.gnu.org; Sat, 10 Feb 2024 11:43:27 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:58072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYqRp-0000Qi-F5 for 68985@debbugs.gnu.org; Sat, 10 Feb 2024 11:43:26 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 1F422FA011; Sat, 10 Feb 2024 16:43:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1707583383; bh=lMuzF2LMB2XPVOeANstUkJW4SdER39kiepPOJa4wUrM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=D4H5e8Nj3wxcwRwsDTge03NhzVpA0/zVI0DvYhV8lyj4LpD6K0Ws11I9SipL3csth zFoQ3AqhxtYKTNQLpFVQOnV2K+zeVKCwCYedTw2jRBA0pwk+iE9RLHDjgiR09ff2c3 604SHQCUC8WNYqF45z9gkMrm4RyHvDmREVPcOSCY= From: Eric Abrahamsen In-Reply-To: <86mss8vkpo.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 10 Feb 2024 09:31:47 +0200") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> <86mss8vkpo.fsf@gnu.org> Date: Sat, 10 Feb 2024 08:43:01 -0800 Message-ID: <87fry0z2wa.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 02/10/24 09:31 AM, Eli Zaretskii wrote: >> From: Mekeor Melire >> Cc: Eric Abrahamsen , Eli Zaretskii , >> Manuel Giraud >> Date: Fri, 09 Feb 2024 21:53:48 +0000 >> >> +(defcustom gnus-mode-line-logo >> + '((:type svg :file "gnus-pointer.svg" :ascent center) >> + (:type xpm :file "gnus-pointer.xpm" :ascent center) >> + (:type xbm :file "gnus-pointer.xbm" :ascent center)) >> + "Gnus logo displayed in mode-line. >> + >> +If non-nil, it should be a list of image specifications that will be >> +given as first argument to `find-image', which see. Then, in case of a >> +graphical display, the specified Gnus logo will be displayed as part of >> +the buffer-identification in the mode-line of Gnus-buffers. >> + >> +If nil, no logo will be displayed." >> + :group 'gnus-visual >> + :type '(choice >> + (sexp :tag "List of image specifications") >> + (const :tag "No logo" nil))) > > From CONTRIBUTE: > > New defcustom's and defface's should always have a ':version' tag > stating the first Emacs version in which they will appear. Likewise > with defcustom's or defface's whose value is changed -- update their > ':version' tag. > > Please in the future remember to add :version tags. Sorry, I should have caught that. From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: [PATCH v2] Add option gnus-mode-line-logo Resent-From: Mekeor Melire Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 22:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 68985@debbugs.gnu.org Cc: Eric Abrahamsen , Eli Zaretskii Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170760293526737 (code B ref 68985); Sat, 10 Feb 2024 22:09:01 +0000 Received: (at 68985) by debbugs.gnu.org; 10 Feb 2024 22:08:55 +0000 Received: from localhost ([127.0.0.1]:45820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYvWo-0006xB-M9 for submit@debbugs.gnu.org; Sat, 10 Feb 2024 17:08:54 -0500 Received: from mout01.posteo.de ([185.67.36.65]:59567) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYvWm-0006wp-GY for 68985@debbugs.gnu.org; Sat, 10 Feb 2024 17:08:53 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C9D86240027 for <68985@debbugs.gnu.org>; Sat, 10 Feb 2024 23:08:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1707602910; bh=zQMDg8tNiIzn8rZIieysrq/a2BA2261Z3zK1GWiYldU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=rDECNHHQW7yQUG8NVuWrZY50RSyO0oA+hu0JFqNyjFMGeg/YHxbgAVR2NDIo2EX1M xcJp4Y31n5oFF/qvPHSuivrEzpDWH2tR5318jFQl8OvO8+r42qGJkr43EMuXARRANA 2s9QyIuMGkhILbo4Z3EknSe79qJH08QWiCvG5HFNU9L8pKZLjEc6RIi3rGolvL/MJ5 GlHVyWevIsty+mxqTMLwWHCJKf4ltKRdZfcc8yJgjFpuM4hkCLPGFElLIwAkl7KNtC n3Anq1iAskqiy2utGBwq6FhBNcyp/alCunNyHnYIcAJ9p7QZUJb2iDkXB+09mzU7I+ Ox3GJKEkNxJTg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TXPxT55kLz9rxK; Sat, 10 Feb 2024 23:08:29 +0100 (CET) From: Mekeor Melire Date: Sat, 10 Feb 2024 22:01:13 +0000 References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87fry253r3.fsf@ledu-giraud.fr> <87il2xmrzt.fsf@ericabrahamsen.net> <877cjd73x0.fsf@ledu-giraud.fr> <87plx52t8r.fsf@posteo.de> <86mss8vkpo.fsf@gnu.org> <87fry0z2wa.fsf@ericabrahamsen.net> In-reply-to: <87fry0z2wa.fsf@ericabrahamsen.net> Message-ID: <874jeg2crm.fsf@posteo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 2024-02-10 08:43 eric@ericabrahamsen.net: > On 02/10/24 09:31 AM, Eli Zaretskii wrote: > > > > Please in the future remember to add :version tags. > > Sorry, I should have caught that. It's me who needs to apologize. Sorry. And thanks for the fix. From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Richard Stallman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Feb 2024 03:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: mekeor@posteo.de, eliz@gnu.org, 68985@debbugs.gnu.org Reply-To: rms@gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170762200221034 (code B ref 68985); Sun, 11 Feb 2024 03:27:02 +0000 Received: (at 68985) by debbugs.gnu.org; 11 Feb 2024 03:26:42 +0000 Received: from localhost ([127.0.0.1]:41234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZ0UM-0005TC-0v for submit@debbugs.gnu.org; Sat, 10 Feb 2024 22:26:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZ0UK-0005Sl-JF for 68985@debbugs.gnu.org; Sat, 10 Feb 2024 22:26:41 -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 ) id 1rZ0Tx-0006PK-EI; Sat, 10 Feb 2024 22:26:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=X/5hPWScvXeA0BcREZFZiPuLMo/0JwwwS9H2w8Kk+Ac=; b=EpNujMBA5siR t21Ugas4FCkbV0+56RTf3U+WewCQs7oWxFY/msBbd/ytqh7SUTQvqiZv1RsBcbq143MjR5yORBEGQ si+edDCP5VvPOkYA4EbVu2K8y7CslSIIAJBb9WHE97iUr/WpMDXq6hhKkLvbV7IJoyz2TPbUuGxqD fgeswfWbIRmqK3vCWIW2986pfU+5NzTMzcsy6jj7oQi5oEjwObpynya5Jh86hjGvhPWxb+HlpNqNY A9jfBK10YcqgXvB530RwImah9AYmgFqdwrB5Fr3pkV0l8EuYvHMjDPmfVX9gwaNZ9nXG/2/jyYRYq zknvkqaygp5Y8KChhQQqAQ==; Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rZ0Tv-00008r-54; Sat, 10 Feb 2024 22:26:15 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman In-Reply-To: <87r0hmmvy5.fsf@ericabrahamsen.net> (message from Eric Abrahamsen on Thu, 08 Feb 2024 14:29:22 -0800) References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> Message-Id: Date: Sat, 10 Feb 2024 22:26:15 -0500 X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > As Manuel Giraud said in the other subthread, it's "for those that don't > > want too much icons in their Emacs". Personally, I prefer to not see any > > icons or images in my Emacs - unless viewing an image. It distracts me > > from text. Users who feel that way would probably extend it to other packages, not just Gnus. Perhaps we should establish a customization option `fewer-images-flag' which would affect other packages in the same way as Gnus. > If we're going down this path, I'd rather expand the scope a little bit > with a customize option that defaults to this value: > '((:type svg :file "gnus-pointer.svg" > :ascent center) > (:type xpm :file "gnus-pointer.xpm" > :ascent center) > (:type xbm :file "gnus-pointer.xbm" > :ascent center)) I see no harm in giving Gnus this option. But people who prefer to "see fewer images" in Emacs would find setting the new option more convenient than setting lots of options for specific packages. So it might be better to have both. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Feb 2024 15:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Richard Stallman Cc: eliz@gnu.org, 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.170766562115552 (code B ref 68985); Sun, 11 Feb 2024 15:34:02 +0000 Received: (at 68985) by debbugs.gnu.org; 11 Feb 2024 15:33:41 +0000 Received: from localhost ([127.0.0.1]:55437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZBpt-00042l-0V for submit@debbugs.gnu.org; Sun, 11 Feb 2024 10:33:41 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:58544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZBpq-00042L-GB for 68985@debbugs.gnu.org; Sun, 11 Feb 2024 10:33:39 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id C0A1EFAB72; Sun, 11 Feb 2024 15:14:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1707664494; bh=znSeeK7Pdgx5n8fVl+1RO11neTPz5irh08GJHf6nGUY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=roa9Jf7VmHG5klKh7+hrb2QhX1xKXlLZqvQK94b2F/0g6nb6apQtEEdeqRXCanlNB 8/JfCWa5kICRyAtMaxFTot9kDEnpSqI/lX+v96Q9AhoRcfJgCbvlVWYuxZpmHk+I1D N5Q9uV1RARJMjPCCckpUIAXADABluGZtgaRZbotM= From: Eric Abrahamsen In-Reply-To: (Richard Stallman's message of "Sat, 10 Feb 2024 22:26:15 -0500") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> Date: Sun, 11 Feb 2024 07:14:52 -0800 Message-ID: <87r0hjghhv.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 02/10/24 22:26 PM, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > As Manuel Giraud said in the other subthread, it's "for those that don't > > > want too much icons in their Emacs". Personally, I prefer to not see any > > > icons or images in my Emacs - unless viewing an image. It distracts me > > > from text. > > Users who feel that way would probably extend it to other packages, > not just Gnus. Perhaps we should establish a customization option > `fewer-images-flag' which would affect other packages in the same way > as Gnus. If we could implement this in a central location, like defusing find-image somehow, that seems possible. I wouldn't be surprised if having `find-image' suddenly not find any images would break things, though. And the other approach -- locating all `find-image' call sites inside and outside of Emacs and conditionalizing them -- seems like an impractical amount of work... From unknown Sun Jun 22 17:14:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#68985: 30.0.50; Gnus: Add option to disable display of logo image in mode-line Resent-From: =?UTF-8?Q?Bj=C3=B6rn?= Bidar Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Feb 2024 21:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68985 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eric Abrahamsen Cc: eliz@gnu.org, Richard Stallman , 68985@debbugs.gnu.org Received: via spool by 68985-submit@debbugs.gnu.org id=B68985.17078602426795 (code B ref 68985); Tue, 13 Feb 2024 21:38:02 +0000 Received: (at 68985) by debbugs.gnu.org; 13 Feb 2024 21:37:22 +0000 Received: from localhost ([127.0.0.1]:48214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ra0Sv-0001lV-VA for submit@debbugs.gnu.org; Tue, 13 Feb 2024 16:37:22 -0500 Received: from thaodan.de ([185.216.177.71]:50072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ra0St-0001km-GO for 68985@debbugs.gnu.org; Tue, 13 Feb 2024 16:37:20 -0500 Received: from odin (dsl-trebng12-50dc75-154.dhcp.inet.fi [80.220.117.154]) by thaodan.de (Postfix) with ESMTPSA id DF504D08CB8; Tue, 13 Feb 2024 23:36:25 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=thaodan.de; s=mail; t=1707860186; bh=u+EBgW0nalmVbPjPvnxIGtoTyjpvqYFq/pmvYi6Y2jY=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=M/vZ2PKaJNPFTeudYwbBwCY8Oca7rfKIjita/R0/b4Kijj33xngOaT2vJBKdsoS38 WrUrQwQmlOZ2de/Q6ewk12/d7ip/KGZ3LphYbIf5BBWGOZ2KoALiPPMLboP9FDrgzT Jbpes+20RfbwaLOqSEgS6yPsRLqGTCAT4shM8wTZ7MFjuWGNhFk8b2dCy36+7gWI1v emvB11lPZ3fZvFElDsuLxXm4oSY/83Zp9F+SPV0bMb6pzrTHMaEJAmOvGTiJYwrANV Y5MGxmlZrTiHOQwMr8IOiN3YK24Kbr9U+ytd1CEGrEhYUCmhTzLWYu6qEPRmqVBCVB tKCfuLlT8YAVEFgz/ZzxVfTULOj43zftX+FoMxIDW3HcOgVe9v58hxMI7yTAWPQW6U S8TgIV7ZZcb4U9lnKdPF93W2DHR1l5I/aAHG4w7wJeSvReKPIfJ+PJFiRxoZSfXU/V 3LVMwalH0kR2YCgMXRWX4qPyC7yaw8AkjIV0Kz+7X/NvsrosWc36PUcPUJLpLu34bY GcHDPzI8ioefUi1+3KXTnAfoUh6NrU7SO8vkw87oemTA33BPXaEWU61ApWRJ3j83PK IUfteYRHwEaSwOlzaW9ptyBGGD7g/Jf+K0+wx16sBA+adLJlNjmiZEPesjIBS/Mumf B8jPBAFKXBX4TAvfHWkM3pxM= From: =?UTF-8?Q?Bj=C3=B6rn?= Bidar In-Reply-To: <87r0hjghhv.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 11 Feb 2024 07:14:52 -0800") References: <877cjg3p5k.fsf@posteo.de> <86eddnxz7e.fsf@gnu.org> <87y1bu3f1j.fsf@posteo.de> <87r0hmmvy5.fsf@ericabrahamsen.net> <87r0hjghhv.fsf@ericabrahamsen.net> Autocrypt: addr=bjorn.bidar@thaodan.de; prefer-encrypt=nopreference; keydata= mDMEZNfpPhYJKwYBBAHaRw8BAQdACBEmr+0xwIIHZfIDlZmm7sa+lHHSb0g9FZrN6qE6ru60JUJq w7ZybiBCaWRhciA8Ympvcm4uYmlkYXJAdGhhb2Rhbi5kZT6IlgQTFgoAPgIbAwULCQgHAgIiAgYV CgkICwIEFgIDAQIeBwIXgBYhBFHxdut1RzAepymoq1wbdKFlHF9oBQJk1/YmAhkBAAoJEFwbdKFl HF9oB9cBAJoIIGQKXm4cpap+Flxc/EGnYl0123lcEyzuduqvlDT0AQC3OlFKm/OiqJ8IMTrzJRZ8 phFssTkSrrFXnM2jm5PYDoiTBBMWCgA7FiEEUfF263VHMB6nKairXBt0oWUcX2gFAmTX6T4CGwMF CwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQXBt0oWUcX2hbCQEAtru7kvM8hi8zo6z9ux2h K+B5xViKuo7Z8K3IXuK5ugwA+wUfKzomzdBPhfxDsqLcEziGRxoyx0Q3ld9aermBUccHtBxCasO2 cm4gQmlkYXIgPG1lQHRoYW9kYW4uZGU+iJMEExYKADsCGwMFCwkIBwICIgIGFQoJCAsCBBYCAwEC HgcCF4AWIQRR8XbrdUcwHqcpqKtcG3ShZRxfaAUCZNf2FQAKCRBcG3ShZRxfaCzSAP4hZ7cSp0YN XYpcjHdsySh2MuBhhoPeLGXs+2kSiqBiOwD/TP8AgPEg/R+SI9GI9on7fBJJ0mp2IT8kZ2rhDOjg gA6IkwQTFgoAOxYhBFHxdut1RzAepymoq1wbdKFlHF9oBQJk1+ntAhsDBQsJCAcCAiICBhUKCQgL AgQWAgMBAh4HAheAAAoJEFwbdKFlHF9oBgwA/iQHwe0VL4Df4GGTYlNjMSHFlIkBmN4UfYGLYj3E TrOUAQC51M+M3cjsL8WHdpBz6VAo6df9d+rVwhQ9vQuFHqevArg4BGTX6T4SCisGAQQBl1UBBQEB B0Cbohc3JEfn005/cm0AOGjSsW1ZxAkgaoVNjbpqk4MgNAMBCAeIeAQYFgoAIBYhBFHxdut1RzAe pymoq1wbdKFlHF9oBQJk1+k+AhsMAAoJEFwbdKFlHF9ooHABAKGmrGBic/Vys3BBrOQiRB3Z7izO HwhqTRpAqFZtXS2nAQDZhp/5aYw1TZjTzkm1KVt9QiYnjd/MvxRE9iaY6x4mDbgzBGTX6T4WCSsG AQQB2kcPAQEHQAgRJq/tMcCCB2XyA5WZpu7GvpRx0m9IPRWazeqhOq7uiO8EGBYKACAWIQRR8Xbr dUcwHqcpqKtcG3ShZRxfaAUCZNf71AIbIgCBCRBcG3ShZRxfaHYgBBkWCgAdFiEEUfF263VHMB6n KairXBt0oWUcX2gFAmTX+9QACgkQXBt0oWUcX2jeSwD6AtWn0cuo8IF35YRo4o3cDRJnUfJnbvJy GxyCDThR+zYBAKG6/jdwmZkBQZKslnDAbMMd2WfiZZT5JW3IWC4EaKMO7HkBAKYPGZ3UbfkRvfFK S+pQ9CgtNfkSJQBtT1Ob7Y6nsacgAQCpyXN7yppmhW/oBgivITPy9Lkg+V4NK9WZYZCU9Q7LBA== Date: Tue, 13 Feb 2024 23:36:25 +0200 Message-ID: <871q9g11ye.fsf@> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Eric Abrahamsen writes: > On 02/10/24 22:26 PM, Richard Stallman wrote: >> [[[ To any NSA and FBI agents reading my email: please consider ]]] >> [[[ whether defending the US Constitution against all enemies, ]]] >> [[[ fore [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.2 INVALID_MSGID Message-Id is not valid, according to RFC 2822 -0.0 T_SCC_BODY_TEXT_LINE No description available. X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) Eric Abrahamsen writes: > On 02/10/24 22:26 PM, Richard Stallman wrote: >> [[[ To any NSA and FBI agents reading my email: please consider ]]] >> [[[ whether defending the US Constitution against all enemies, ]]] >> [[[ foreign or domestic, requires you to follow Snowden's example. ]]] >> >> > > As Manuel Giraud said in the other subthread, it's "for those that don't >> > > want too much icons in their Emacs". Personally, I prefer to not see any >> > > icons or images in my Emacs - unless viewing an image. It distracts me >> > > from text. >> >> Users who feel that way would probably extend it to other packages, >> not just Gnus. Perhaps we should establish a customization option >> `fewer-images-flag' which would affect other packages in the same way >> as Gnus. > > If we could implement this in a central location, like defusing > find-image somehow, that seems possible. I wouldn't be surprised if > having `find-image' suddenly not find any images would break things, > though. And the other approach -- locating all `find-image' call sites > inside and outside of Emacs and conditionalizing them -- seems like an > impractical amount of work... Reading your point and the scope of this idea I wonder if it would be to complicated to work. In the sense perfect is the enemy of the good. Maybe tags on certain options like these that would make it easier for to find them would be a better solution?