Received: (at submit) by debbugs.gnu.org; 15 Nov 2023 17:28:13 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 15 12:28:13 2023 Received: from localhost ([127.0.0.1]:53566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r3JgS-0006tB-TR for submit <at> debbugs.gnu.org; Wed, 15 Nov 2023 12:28:13 -0500 Received: from lists.gnu.org ([2001:470:142::17]:49592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eric@HIDDEN>) id 1r3JI6-0005xa-OW for submit <at> debbugs.gnu.org; Wed, 15 Nov 2023 12:03:04 -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 <eric@HIDDEN>) id 1r3CgM-0003HO-LS for bug-gnu-emacs@HIDDEN; Wed, 15 Nov 2023 04:59:38 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eric@HIDDEN>) id 1r3CgK-0004FB-1T for bug-gnu-emacs@HIDDEN; Wed, 15 Nov 2023 04:59:38 -0500 Received: from localhost (225.red-79-153-76.dynamicip.rima-tde.net [79.153.76.225]) (Authenticated sender: eric@HIDDEN) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id E59DCFA396; Wed, 15 Nov 2023 09:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1700042366; bh=QZ+DPwZkr4YXVf+CEwp0u2yoFHCgsGlbtAZo1VLcF/A=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=uxUNbJ/O3+rj0+poH7r9OEo9nY3LO8HFVfQnoZRlCUsJpeEzlVjNXSizyb2aKpxj0 6hBm06rl4n2CMRm5zC0ZNTPqb9EfC0OTRB1Zjez/0oR52FNhtiaCTrwlKtFv+ePIVu c4Kn8/d8W64MtkKcC8QFX6H9EOnl4Ki29bbfAk90= From: Eric Abrahamsen <eric@HIDDEN> To: Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> Subject: Re: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? In-Reply-To: <87il64mo30.fsf@HIDDEN> (Manuel Giraud via's message of "Tue, 14 Nov 2023 15:00:51 +0100") References: <87il64mo30.fsf@HIDDEN> Date: Wed, 15 Nov 2023 10:59:22 +0100 Message-ID: <87jzqjqqv9.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@HIDDEN; helo=mail.ericabrahamsen.net 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, 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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: 67174 <at> debbugs.gnu.org, Manuel Giraud <manuel@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> writes: > Hi, > > Here is a patch to have a SVG version of the Gnus mode-line logo. I > have used "etc/images/gnus/gnus.svg" as a base, removed the shadow and > just kept the head of the Gnu. > > I have chosen to remove the stroke color so the foreground color of the > default face will be used to draw the icon. I think it is better to > match any themes. > > I have kept all the copyright information from gnus.svg but I think it > could also be minified a bit by stripping it. WDYT? Looks good to me, thank you! For my amusement I rebuilt Emacs without SVG support and it correctly fell back to the xpm file. I think it's fine to leave the copyright information etc just as it is in gnus.svg. Maybe let's give it a day in case a maintainer wants to chime in, but I'd expect it's fine as-is. Thanks, Eric
bug-gnu-emacs@HIDDEN
:bug#67174
; Package emacs
.
Full text available.Received: (at 67174) by debbugs.gnu.org; 15 Nov 2023 16:19:57 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 15 11:19:57 2023 Received: from localhost ([127.0.0.1]:53092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r3IcP-0001qn-A9 for submit <at> debbugs.gnu.org; Wed, 15 Nov 2023 11:19:57 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:5141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <manuel@HIDDEN>) id 1r3IcM-0001qZ-Td for 67174 <at> debbugs.gnu.org; Wed, 15 Nov 2023 11:19:56 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=QsqgRtCG j3h8URpLYhBY1qNXgdXvTrgFLdYBlHo5meg=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=ELSd9Cvcx9uAzmEoiyQ4AsArqB32fg Mbsrb7CCcnJBENE5TGac6fp7eROZ0Oa2lr4SdSbjHzc+RKV1TqIVd/Bg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=QsqgRtCGj3h8URpL YhBY1qNXgdXvTrgFLdYBlHo5meg=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=PHkn62OXAYC/8KqoRn/z5/HmQN0LMk7rim8Meg r394z+KHtJF+NB69v7uSxAeG3yiNi8URhXkVkfkzvb7PoUIsn/FHsoXZrljSQXy2yrwva3 Q/R63dP4P8ET1/Os6s10cvO7s351seSxS/ZK01DibRNPcyTkfO9XuZGdV2YTQndQopzpLG OTNozYgPW0d54OP1oFgOEJxA+JvVWhNpHd7TbVtKW8n6q012n8iDSA99TaTjrM6aENRS+/ JShly76ZN89pvLKe0RmEfvj1VVy4/q1dbcFr6ttCX9YQe1NBPHghvxOC9DkGYTnl8Jd2/m LpVx8EjBmZr4VZAKtf3ix4Eg== Received: from computer (<unknown> [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 33ba0713 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 15 Nov 2023 13:19:53 +0100 (CET) From: Manuel Giraud <manuel@HIDDEN> To: Eric Abrahamsen <eric@HIDDEN> Subject: Re: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? In-Reply-To: <87jzqjqqv9.fsf@HIDDEN> (Eric Abrahamsen's message of "Wed, 15 Nov 2023 10:59:22 +0100") References: <87il64mo30.fsf@HIDDEN> <87jzqjqqv9.fsf@HIDDEN> Date: Wed, 15 Nov 2023 13:19:52 +0100 Message-ID: <8734x7qkd3.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67174 Cc: 67174 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Eric Abrahamsen <eric@HIDDEN> writes: [...] > Looks good to me, thank you! For my amusement I rebuilt Emacs without > SVG support and it correctly fell back to the xpm file. > > I think it's fine to leave the copyright information etc just as it is > in gnus.svg. Maybe let's give it a day in case a maintainer wants to > chime in, but I'd expect it's fine as-is. Hi Eric and thanks for the kind words, The thing I am not really sure about is the scaling. Like it is done for the xpm, this image is set to ":scale 1" but as it is a SVG it might make sense to scale it to the mode-line's char-height. I don't know how to do that though. -- Manuel Giraud
bug-gnu-emacs@HIDDEN
:bug#67174
; Package emacs
.
Full text available.Received: (at 67174) by debbugs.gnu.org; 15 Nov 2023 15:56:21 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 15 10:56:21 2023 Received: from localhost ([127.0.0.1]:52957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r3IFY-00016a-P7 for submit <at> debbugs.gnu.org; Wed, 15 Nov 2023 10:56:21 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:45618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eric@HIDDEN>) id 1r3IFV-00016B-Dv for 67174 <at> debbugs.gnu.org; Wed, 15 Nov 2023 10:56:19 -0500 Received: from localhost (225.red-79-153-76.dynamicip.rima-tde.net [79.153.76.225]) (Authenticated sender: eric@HIDDEN) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id E59DCFA396; Wed, 15 Nov 2023 09:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1700042366; bh=QZ+DPwZkr4YXVf+CEwp0u2yoFHCgsGlbtAZo1VLcF/A=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=uxUNbJ/O3+rj0+poH7r9OEo9nY3LO8HFVfQnoZRlCUsJpeEzlVjNXSizyb2aKpxj0 6hBm06rl4n2CMRm5zC0ZNTPqb9EfC0OTRB1Zjez/0oR52FNhtiaCTrwlKtFv+ePIVu c4Kn8/d8W64MtkKcC8QFX6H9EOnl4Ki29bbfAk90= From: Eric Abrahamsen <eric@HIDDEN> To: Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> Subject: Re: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? In-Reply-To: <87il64mo30.fsf@HIDDEN> (Manuel Giraud via's message of "Tue, 14 Nov 2023 15:00:51 +0100") References: <87il64mo30.fsf@HIDDEN> Date: Wed, 15 Nov 2023 10:59:22 +0100 Message-ID: <87jzqjqqv9.fsf@HIDDEN> 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: 67174 Cc: 67174 <at> debbugs.gnu.org, Manuel Giraud <manuel@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> writes: > Hi, > > Here is a patch to have a SVG version of the Gnus mode-line logo. I > have used "etc/images/gnus/gnus.svg" as a base, removed the shadow and > just kept the head of the Gnu. > > I have chosen to remove the stroke color so the foreground color of the > default face will be used to draw the icon. I think it is better to > match any themes. > > I have kept all the copyright information from gnus.svg but I think it > could also be minified a bit by stripping it. WDYT? Looks good to me, thank you! For my amusement I rebuilt Emacs without SVG support and it correctly fell back to the xpm file. I think it's fine to leave the copyright information etc just as it is in gnus.svg. Maybe let's give it a day in case a maintainer wants to chime in, but I'd expect it's fine as-is. Thanks, Eric
bug-gnu-emacs@HIDDEN
:bug#67174
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 14 Nov 2023 14:02:00 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 14 09:02:00 2023 Received: from localhost ([127.0.0.1]:60548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r2tzL-0005N2-CM for submit <at> debbugs.gnu.org; Tue, 14 Nov 2023 09:02:00 -0500 Received: from lists.gnu.org ([2001:470:142::17]:32954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <manuel@HIDDEN>) id 1r2tzH-0005Md-Uy for submit <at> debbugs.gnu.org; Tue, 14 Nov 2023 09:01:58 -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 <manuel@HIDDEN>) id 1r2tyT-0001PN-Bn for bug-gnu-emacs@HIDDEN; Tue, 14 Nov 2023 09:01:05 -0500 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <manuel@HIDDEN>) id 1r2tyN-0000Kg-Jw for bug-gnu-emacs@HIDDEN; Tue, 14 Nov 2023 09:01:03 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=8rBbgCZp smXgAl4hSCTBbPeofKlcsxiKnQFlOjmYCtc=; h=date:subject:to:from; d=ledu-giraud.fr; b=Fq1f2GNKXbgs97+N/k1cibvY0cNT6Aua7xVRAl0Hsz+4mgHKrH K2zMIFA8WzoT13r/wPkzrRgAjKoakUoNUJCw== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=8rBbgCZpsmXgAl4h SCTBbPeofKlcsxiKnQFlOjmYCtc=; h=date:subject:to:from; d=ledu-giraud.fr; b=zblJfJot7z6ZsamrXl+LoLVoRR6b+X9Wb8GCYeR81W/TJPrwU5 vyLzVcku7jrJ5QioeBX/IYN6lNFSsaZCHhN0ZN43J14R80r/aRtpI+uxZXJfIjkfZk4SG+ MYNoHWWmAbKhzsSixkPYDq+PW1HdGSWfSn16+1xVgNkDcXXeChzhGu0kz9XSueXXDlX29r LLErW7b2qvd9GNuFuLNO9qZFkJtSn3+zvFqsFmLmTuEStwzfRAJSjRitk5Mvfgvrz2kHXr 5qpl4GvaX1RL/blCCEf6h6lWY1+YiJKnew9aNbMwPjAdZ7XloUqeyDbrm8VU/DFT3ittpY 4g5IkLEBrVbw== Received: from computer (<unknown> [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 74d771c4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 14 Nov 2023 15:00:52 +0100 (CET) From: Manuel Giraud <manuel@HIDDEN> To: bug-gnu-emacs@HIDDEN Subject: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Date: Tue, 14 Nov 2023 15:00:51 +0100 Message-ID: <87il64mo30.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@HIDDEN; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-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: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain Hi, Here is a patch to have a SVG version of the Gnus mode-line logo. I have used "etc/images/gnus/gnus.svg" as a base, removed the shadow and just kept the head of the Gnu. I have chosen to remove the stroke color so the foreground color of the default face will be used to draw the icon. I think it is better to match any themes. I have kept all the copyright information from gnus.svg but I think it could also be minified a bit by stripping it. WDYT? Best regards, --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Gnus-mode-line-logo-in-SVG.patch Content-Transfer-Encoding: quoted-printable From 7ddf403b2ca30dbc45651214b6d93c360dccfbfe Mon Sep 17 00:00:00 2001 From: Manuel Giraud <manuel@HIDDEN> Date: Tue, 14 Nov 2023 14:49:37 +0100 Subject: [PATCH] Gnus mode line logo in SVG * etc/images/gnus/gnus-pointer.svg: SVG Gnus mode line logo. * lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Use it. --- etc/images/gnus/gnus-pointer.svg | 94 ++++++++++++++++++++++++++++++++ lisp/gnus/gnus.el | 6 +- 2 files changed, 98 insertions(+), 2 deletions(-) create mode 100644 etc/images/gnus/gnus-pointer.svg diff --git a/etc/images/gnus/gnus-pointer.svg b/etc/images/gnus/gnus-pointe= r.svg new file mode 100644 index 00000000000..67a631cdcf5 --- /dev/null +++ b/etc/images/gnus/gnus-pointer.svg @@ -0,0 +1,94 @@ +<?xml version=3D"1.0" encoding=3D"UTF-8" standalone=3D"no"?> +<!-- Gnu Emacs Logo + + Copyright (C) 2008-2023 Free Software Foundation, Inc. + + Author: Francesc Rocher <f.rocher@HIDDEN> + + This file is part of GNU Emacs. + + GNU Emacs is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + GNU Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. + +--> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + width=3D"23.6206187542" + height=3D"16" + version=3D"1.0" + style=3D"display:inline" + id=3D"svg1" + sodipodi:docname=3D"gnus-pointer.svg" + inkscape:version=3D"1.3 (0e150ed6c4, 2023-07-21)" + viewBox=3D"0 0 167.68044 113.58242" + xmlns:inkscape=3D"http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi=3D"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns=3D"http://www.w3.org/2000/svg" + xmlns:svg=3D"http://www.w3.org/2000/svg" + xmlns:rdf=3D"http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc=3D"http://creativecommons.org/ns#" + xmlns:dc=3D"http://purl.org/dc/elements/1.1/"> + <defs + id=3D"defs1" /> + <sodipodi:namedview + id=3D"namedview1" + pagecolor=3D"#ffffff" + bordercolor=3D"#666666" + borderopacity=3D"1.0" + inkscape:showpageshadow=3D"2" + inkscape:pageopacity=3D"0.0" + inkscape:pagecheckerboard=3D"0" + inkscape:deskcolor=3D"#d1d1d1" + inkscape:zoom=3D"2.7948886" + inkscape:cx=3D"128.09097" + inkscape:cy=3D"123.26073" + inkscape:current-layer=3D"layer1" /> + <metadata + id=3D"metadata2166"> + <rdf:RDF> + <cc:Work + rdf:about=3D""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource=3D"http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource=3D"https://www.gnu.org/copyleft/gpl.html" /> + <dc:title>gnus</dc:title> + <dc:date>2008/06/28</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Francesc Rocher</dc:title> + </cc:Agent> + </dc:creator> + <dc:rights> + <cc:Agent> + <dc:title>GPL</dc:title> + </cc:Agent> + </dc:rights> + <dc:description>gnus icon image</dc:description> + <cc:license + rdf:resource=3D"https://www.gnu.org/copyleft/gpl.html" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label=3D"Layer 1" + inkscape:groupmode=3D"layer" + id=3D"layer1" + transform=3D"translate(-214.53867,-140.13329)"> + <path + style=3D"fill-opacity:1" + d=3D"m 321.70896,253.17911 c -0.36667,-0.36666 -0.67201,-5.20416 -0= .67854,-10.75 -0.019,-16.11278 -3.80254,-26.01429 -11.53101,-30.17635 -1.90= 142,-1.02398 -3.45712,-2.07087 -3.45712,-2.32642 0,-1.43357 10.45296,-16.08= 056 11.47604,-16.08056 2.47319,0 9.23725,5.87604 10.97182,9.53138 5.03752,1= 0.61578 4.34103,30.55989 -1.50929,43.21862 -3.28874,7.11606 -3.93373,7.9215= -5.2719,6.58333 z m -77.16152,-8.46295 c -4.45468,-3.91126 -4.44465,-5.908= 37 0.0814,-16.20837 6.498,-14.78751 34.5082,-54.96722 36.7536,-52.72182 1.3= 1908,1.31908 -1.58012,6.7064 -6.9201,12.85902 -5.10867,5.88611 -15.27729,21= .00949 -18.79544,27.95371 -3.51862,6.94514 -2.86216,9.83677 2.56492,11.2981= 3 2.18779,0.58911 5.33413,0.77321 6.99187,0.4091 6.2872,-1.3809 18.78154,-1= 0.37638 34.82869,-25.07544 1.63528,-1.49791 2.98143,-2.00796 3.86245,-1.463= 46 2.11637,1.30799 -7.3484,14.40921 -15.90222,22.01199 -16.20847,14.40636 -= 27.60611,21.67016 -36.7152,23.39889 -2.68566,0.50969 -3.8489,0.0855 -6.75,-= 2.46175 z m 106.49485,-47.00332 c -2.5122,-0.71522 -8.01566,-5.45017 -19.5,= -16.77699 -12.82987,-12.6539 -16.81552,-16.00934 -20.11602,-16.9353 -9.0949= ,-2.5516 -16.05869,-0.67634 -18.98403,5.11216 -1.7056,3.37495 -5.29744,7.73= 307 -6.37338,7.73307 -0.34364,0 -1.1778,-1.5293 -1.8537,-3.39846 -1.42445,-= 3.93926 -8.55314,-10.8615 -13.72556,-13.32805 -3.4655,-1.65258 -3.70255,-1.= 63465 -7.9122,0.59856 -2.38681,1.26621 -5.39614,3.78466 -6.68739,5.59656 -2= .99038,4.19616 -18.42665,18.22292 -22.26047,20.22784 -3.6871,1.92819 -10.16= 611,1.16914 -12.83946,-1.5042 -1.25983,-1.25984 -2.63141,-5.30077 -3.84411,= -11.32548 -1.03697,-5.15172 -2.08806,-10.26677 -2.33574,-11.36677 -0.24769,= -1.1 0.16855,-2.83295 0.92497,-3.85101 1.33079,-1.79111 1.50083,-1.78047 5.= 25386,0.32885 2.13321,1.19893 4.96021,3.93001 6.28222,6.06908 2.91698,4.719= 78 6.42385,5.78889 11.14802,3.3986 5.61805,-2.84256 13.87615,-9.63484 17.51= 425,-14.40546 5.80084,-7.60662 11.27676,-12.99393 13.86896,-13.64453 1.3546= 2,-0.33999 4.82023,0.14973 7.70136,1.08827 4.00736,1.3054 6.38479,2.98928 1= 0.11649,7.16527 l 4.87808,5.45885 1.83587,-3.01884 c 2.46937,-4.06056 10.61= 011,-8.08908 16.34622,-8.08908 7.64657,0 14.07091,3.70799 23.59667,13.61949= 4.6942,4.88428 9.67621,10.28189 11.07114,11.99468 9.1173,11.19486 23.8278,= 13.70046 29.6705,5.0537 1.25211,-1.85302 3.42939,-4.44884 4.83841,-5.7685 l= 2.56185,-2.39937 -0.72231,3.87057 c -1.32367,7.09295 -6.50404,19.06241 -9.= 26864,21.41558 -8.2221,6.99849 -14.31844,9.03606 -21.18586,7.08091 z" + id=3D"path1" /> + </g> +</svg> diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index fc8518512ee..ffe81e5c585 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -325,8 +325,10 @@ gnus-mode-line-buffer-identification 0 5 (list 'display (find-image - '((:type xpm :file "gnus-pointer.xpm" - :ascent center) + '((: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) --=20 2.42.0 --=-=-= Content-Type: text/plain In GNU Emacs 30.0.50 (build 2, x86_64-unknown-openbsd7.4) of 2023-11-14 built on computer Repository revision: 183d2c3e5463d33af05e5ea8ea546bd348da0d10 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: OpenBSD computer 7.4 GENERIC.MP#0 amd64 Configured using: 'configure CC=egcc MAKEINFO=gmakeinfo --prefix=/home/manuel/emacs --exec-prefix=/home/manuel --with-x-toolkit=no --without-cairo --without-dbus --without-gconf --without-gsettings --without-sound --without-compress-install' Configured features: FREETYPE GIF GLIB GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XFT XIM XINPUT2 XPM ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: VC dir Minor modes in effect: vc-dir-git-mode: t display-time-mode: t display-battery-mode: t server-mode: t override-global-mode: t repeat-mode: t savehist-mode: t desktop-save-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-1.4.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/30.0.50/lisp/theme-loaddefs Features: (shadow sort gnus-cite mail-extr emacsbug log-edit add-log smerge-mode diff whitespace vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view pcvs-util calc-yank misearch multi-isearch descr-text tabify misc cus-edit cus-start cl-print help-fns radix-tree pulse calc-misc calc-alg calc-menu gnus-topic mm-archive url-cache qp utf-7 imap rfc2104 nndoc nndraft nnmh network-stream nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss org-agenda imenu org-indent org-element org-persist org-id avl-tree oc-basic ol-eww ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi gnus-icalendar org-capture org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-version org-compat org-macs autorevert filenotify image-mode exif eww url-queue mm-url warnings rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap sgml-mode facemenu nxml-util nxml-enc xmltok conf-mode vc-hg mule-util jka-compr on-screen vc-dir ewoc vc sh-script smie treesit executable pascal vc-git diff-mode vc-dispatcher bug-reference paredit gnus-dired time battery cus-load exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server ef-summer-theme ef-themes modus-operandi-theme modus-themes zone speed-type url-http url-auth url-gw nsm compat ytdious mingus libmpdee reporter edebug debug backtrace transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base pcase timezone icalendar gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit visual-basic-mode cl web-mode derived disp-table erlang-start smart-tabs-mode skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx trampver tramp-integration files-x tramp-message tramp-compat xdg shell pcomplete parse-time iso8601 time-date format-spec tramp-loaddefs slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline icons pp comint ansi-osc ansi-color ring hyperspec thingatpt slime-autoloads edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs dired-x dired-aux dired dired-loaddefs notifications dbus xml cl-extra help-mode use-package-core repeat easy-mmode savehist desktop frameset debbugs-autoloads ebdb-autoloads ef-themes-autoloads exwm-autoloads hyperbole-autoloads magit-autoloads git-commit-autoloads finder-inf magit-section-autoloads dash-autoloads on-screen-autoloads osm-autoloads paredit-autoloads rust-mode-autoloads speed-type-autoloads transmission-autoloads with-editor-autoloads info compat-autoloads ytdious-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads kqueue lcms2 dynamic-setting font-render-setting xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 780079 227353) (symbols 48 70879 4) (strings 32 251023 7114) (string-bytes 1 9123344) (vectors 16 114900) (vector-slots 8 2710188 201834) (floats 8 568 593) (intervals 56 14865 1031) (buffers 992 124)) -- Manuel Giraud --=-=-=--
Manuel Giraud <manuel@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#67174
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.