From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 14 Nov 2023 14:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 67174@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169997052020653 (code B ref -1); Tue, 14 Nov 2023 14:02:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Nov 2023 14:02:00 +0000 Received: from localhost ([127.0.0.1]:60548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r2tzL-0005N2-CM for submit@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 ) id 1r2tzH-0005Md-Uy for submit@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 ) id 1r2tyT-0001PN-Bn for bug-gnu-emacs@gnu.org; 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 ) id 1r2tyN-0000Kg-Jw for bug-gnu-emacs@gnu.org; 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 ( [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 Date: Tue, 14 Nov 2023 15:00:51 +0100 Message-ID: <87il64mo30.fsf@ledu-giraud.fr> 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@ledu-giraud.fr; 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-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.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 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 @@ + + + + + + + + + + image/svg+xml + + + gnus + 2008/06/28 + + + Francesc Rocher + + + + + GPL + + + gnus icon image + + + + + + + + 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 --=-=-=-- From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Nov 2023 15:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 67174@debbugs.gnu.org Cc: manuel@ledu-giraud.fr X-Debbugs-Original-To: Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: 67174@debbugs.gnu.org, Manuel Giraud Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.17000637814256 (code B ref 67174); Wed, 15 Nov 2023 15:57:02 +0000 Received: (at 67174) by debbugs.gnu.org; 15 Nov 2023 15:56:21 +0000 Received: from localhost ([127.0.0.1]:52957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3IFY-00016a-P7 for submit@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 ) id 1r3IFV-00016B-Dv for 67174@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@ericabrahamsen.net) 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 In-Reply-To: <87il64mo30.fsf@ledu-giraud.fr> (Manuel Giraud via's message of "Tue, 14 Nov 2023 15:00:51 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> Date: Wed, 15 Nov 2023 10:59:22 +0100 Message-ID: <87jzqjqqv9.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 (---) Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" 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 From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Nov 2023 16:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Eric Abrahamsen Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.17000651977121 (code B ref 67174); Wed, 15 Nov 2023 16:20:01 +0000 Received: (at 67174) by debbugs.gnu.org; 15 Nov 2023 16:19:57 +0000 Received: from localhost ([127.0.0.1]:53092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3IcP-0001qn-A9 for submit@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 ) id 1r3IcM-0001qZ-Td for 67174@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 ( [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 In-Reply-To: <87jzqjqqv9.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Wed, 15 Nov 2023 10:59:22 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> <87jzqjqqv9.fsf@ericabrahamsen.net> Date: Wed, 15 Nov 2023 13:19:52 +0100 Message-ID: <8734x7qkd3.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 (-) Eric Abrahamsen 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 From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Nov 2023 20:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170042465510547 (code B ref 67174); Sun, 19 Nov 2023 20:11:02 +0000 Received: (at 67174) by debbugs.gnu.org; 19 Nov 2023 20:10:55 +0000 Received: from localhost ([127.0.0.1]:52147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4o87-0002k3-Ed for submit@debbugs.gnu.org; Sun, 19 Nov 2023 15:10:55 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:44778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4o84-0002jn-0x for 67174@debbugs.gnu.org; Sun, 19 Nov 2023 15:10:53 -0500 Received: from localhost (50-245-141-81-static.hfc.comcastbusiness.net [50.245.141.81]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id E14D9FA396; Sun, 19 Nov 2023 20:10:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1700424644; bh=bDqU33Mxj4HuSxEbHH1ZALGd+kRmQb+CQwPIyEbdW08=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cc+WjtrvjDdRdvFlFoMWSnqzE7VVgl9MipFv/ijz+tJeHV0peN0AX1l02GoNfnFGF xNsT8fWRMhQJjyD0DedF8K3xkCZ7ayqsq18HUdxoWH0G+X3M9ad1H2jPEPSfVHPyeo 3DzMbIVJ5vpHPEBFYY5JpxDxxI7v4zv5CX2ofeLI= From: Eric Abrahamsen In-Reply-To: <8734x7qkd3.fsf@ledu-giraud.fr> (Manuel Giraud via's message of "Wed, 15 Nov 2023 13:19:52 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> <87jzqjqqv9.fsf@ericabrahamsen.net> <8734x7qkd3.fsf@ledu-giraud.fr> Date: Sun, 19 Nov 2023 12:10:42 -0800 Message-ID: <87msv9o665.fsf@ericabrahamsen.net> 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: Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Eric Abrahamsen 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. >> > [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [50.245.141.81 listed in zen.spamhaus.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [52.70.2.18 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: 0.2 (/) Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Eric Abrahamsen 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. Hmm, I couldn't find an explicit statement of this in the manual, but it looks to me that, since we're using the 'display text property, the :scale property will already be relative to the text that _would have been displayed there_. IOW, we're already scaled to the text. The text property is applied to the "^Gnus:" part of a string, so 5 characters, and that's our base. Anyway, if you're concerned that the icon might bulge out the mode line or something, I don't think that will happen. Eric From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 20 Nov 2023 09:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Eric Abrahamsen Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170047221613795 (code B ref 67174); Mon, 20 Nov 2023 09:24:02 +0000 Received: (at 67174) by debbugs.gnu.org; 20 Nov 2023 09:23:36 +0000 Received: from localhost ([127.0.0.1]:52468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r50VD-0003aR-QE for submit@debbugs.gnu.org; Mon, 20 Nov 2023 04:23:36 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:7099) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r50VA-0003aG-PK for 67174@debbugs.gnu.org; Mon, 20 Nov 2023 04:23:34 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=9+AHKefG lXxBEtPbHj3y98VpuBH9iWGXoNptILcwHWI=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=LXvfGLQN/p5mvG5/RxYIfua3NA94Ab FNAwgynF2Wlm0zRxuIiGnbmh0bZgfYbJw97C1DM5Amowm8b48O2I7UDg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=9+AHKefGlXxBEtPb Hj3y98VpuBH9iWGXoNptILcwHWI=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=v3Z3rmTOGfh3ntTxqy1f3J3iyl1iFlNruydXn8 Ys9tYSv3AXVktz1ly9vJgJ2p6/qnre/ZeYbQvjjDDdnXTPyyGJxPbG/Lvf9YB1IEiCmiWG E8/nom65PH5d0zROTrNWICkQ3fWAZYwH25HaOoYFJNjaglBYnrDnKdC3wjPNurn0WR68gz dbQmUXJ0YmkhUJ0Nt/w7c0EnquUAZWXpxmzm3qg+ZwnXDVfxb5PSy+6DbO4w1fg9qA6RvF EBHPUdEK1zI+6f8rWyETOtvZPgT1O411TMMtkeyQZKcaNhlRokd5eIj+AUX7g7C4bh2U1H HhhOUV1MtEUqoNNrwVJYkmPg== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 71698abb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 20 Nov 2023 10:23:28 +0100 (CET) From: Manuel Giraud In-Reply-To: <87msv9o665.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 19 Nov 2023 12:10:42 -0800") References: <87il64mo30.fsf@ledu-giraud.fr> <87jzqjqqv9.fsf@ericabrahamsen.net> <8734x7qkd3.fsf@ledu-giraud.fr> <87msv9o665.fsf@ericabrahamsen.net> Date: Mon, 20 Nov 2023 10:23:27 +0100 Message-ID: <877cmcrd68.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 (-) Eric Abrahamsen writes: [...] > Hmm, I couldn't find an explicit statement of this in the manual, but it > looks to me that, since we're using the 'display text property, the > :scale property will already be relative to the text that _would have > been displayed there_. IOW, we're already scaled to the text. The text > property is applied to the "^Gnus:" part of a string, so 5 characters, > and that's our base. I don't know how it works for you but for me the pixmap version is always the same size whatever the font size I'm using. > Anyway, if you're concerned that the icon might bulge out the mode line > or something, I don't think that will happen. Yes, I have tested with really tiny font and the icon (pixmap or SVG) never bulge. So all in all, I think that this patch could go in as is. -- Manuel Giraud From unknown Mon Aug 18 11:25:42 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: Manuel Giraud Subject: bug#67174: closed (Re: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo?) Message-ID: References: <87fs10b8xt.fsf@ericabrahamsen.net> <87il64mo30.fsf@ledu-giraud.fr> X-Gnu-PR-Message: they-closed 67174 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 67174@debbugs.gnu.org Date: Mon, 20 Nov 2023 18:02:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1700503322-5676-1" This is a multi-part message in MIME format... ------------=_1700503322-5676-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? 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 67174@debbugs.gnu.org. --=20 67174: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67174 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1700503322-5676-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67174-done) by debbugs.gnu.org; 20 Nov 2023 18:01:47 +0000 Received: from localhost ([127.0.0.1]:54485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r58ah-0001T7-8O for submit@debbugs.gnu.org; Mon, 20 Nov 2023 13:01:47 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:58240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r58af-0001St-EJ for 67174-done@debbugs.gnu.org; Mon, 20 Nov 2023 13:01: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 A651EFA02E; Mon, 20 Nov 2023 18:01:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1700503295; bh=Ao4TCfy2pHmoSkZ0QmMVTtPNcMcEaqqsqNHpYGf4CJQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=b8BksE6x3uZF15DsYCQXNsKGLrA8paMIIvahVDaJhV2p+JAS60A+xjMUknbUc2F1s EdmKExfGhNiqvaWQIT1biwrw59lrCVnB3DclqbjdZVkoRScBQR5hCb4C62ixa4hbKH L0VG2/N6lfbaWjt3JjbC0gyVg+iYO4Kzk4NSBAnM= From: Eric Abrahamsen To: Manuel Giraud Subject: Re: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? In-Reply-To: <877cmcrd68.fsf@ledu-giraud.fr> (Manuel Giraud's message of "Mon, 20 Nov 2023 10:23:27 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> <87jzqjqqv9.fsf@ericabrahamsen.net> <8734x7qkd3.fsf@ledu-giraud.fr> <87msv9o665.fsf@ericabrahamsen.net> <877cmcrd68.fsf@ledu-giraud.fr> Date: Mon, 20 Nov 2023 10:01:34 -0800 Message-ID: <87fs10b8xt.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: 67174-done Cc: 67174-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 (---) On 11/20/23 10:23 AM, Manuel Giraud wrote: > Eric Abrahamsen writes: > > [...] > >> Hmm, I couldn't find an explicit statement of this in the manual, but it >> looks to me that, since we're using the 'display text property, the >> :scale property will already be relative to the text that _would have >> been displayed there_. IOW, we're already scaled to the text. The text >> property is applied to the "^Gnus:" part of a string, so 5 characters, >> and that's our base. > > I don't know how it works for you but for me the pixmap version is > always the same size whatever the font size I'm using. I suppose that makes sense! Given that it's a pixmap. But not an issue for us. >> Anyway, if you're concerned that the icon might bulge out the mode line >> or something, I don't think that will happen. > > Yes, I have tested with really tiny font and the icon (pixmap or SVG) > never bulge. So all in all, I think that this patch could go in as is. Done! Thanks for the patch. ------------=_1700503322-5676-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Nov 2023 14:02:00 +0000 Received: from localhost ([127.0.0.1]:60548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r2tzL-0005N2-CM for submit@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 ) id 1r2tzH-0005Md-Uy for submit@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 ) id 1r2tyT-0001PN-Bn for bug-gnu-emacs@gnu.org; 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 ) id 1r2tyN-0000Kg-Jw for bug-gnu-emacs@gnu.org; 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 ( [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 To: bug-gnu-emacs@gnu.org 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@ledu-giraud.fr> 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@ledu-giraud.fr; 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@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.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 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 @@ + + + + + + + + + + image/svg+xml + + + gnus + 2008/06/28 + + + Francesc Rocher + + + + + GPL + + + gnus icon image + + + + + + + + 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 --=-=-=-- ------------=_1700503322-5676-1-- From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 20 Nov 2023 19:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Eric Abrahamsen Cc: 67174-done@debbugs.gnu.org Received: via spool by 67174-done@debbugs.gnu.org id=D67174.170050891117818 (code D ref 67174); Mon, 20 Nov 2023 19:36:02 +0000 Received: (at 67174-done) by debbugs.gnu.org; 20 Nov 2023 19:35:11 +0000 Received: from localhost ([127.0.0.1]:54643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5A35-0004dK-D7 for submit@debbugs.gnu.org; Mon, 20 Nov 2023 14:35:11 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:19425) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5A32-0004d8-PD for 67174-done@debbugs.gnu.org; Mon, 20 Nov 2023 14:35:10 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=XiQzbVDD DCkB22j/EgxCYyhiL0bWoB3D+3sEo7lFA+8=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=gkHikswo+GRa6PL4Ea0AbleM+J8baD /btz62QE6RXfE7wpPHWREaNgflPQJaVENd+YNcU+869v1Oou7dJFZsCA== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=XiQzbVDDDCkB22j/ EgxCYyhiL0bWoB3D+3sEo7lFA+8=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=AUWzlZthKVCiycECJg2ev2sjMfHmW2VSPxbs1Y x1VGwCRbPrR2p8YXP5/ElJJ5lvIgCvP9DYSETFltHgoZkfpjpzDiZRgC1phKUBsI2HIomV sDj6ZagxFc6SCipUAB4bwEq7hHZW506kjsJhzmTNnJXPVYqoy53EjET15sOeJ21Wc2WhKF iI4NsvWKVASDQAKqnjZrApvGBoj0PwHUcqoEyeBlKcfcRqwy6T4Sqkiq2MI2/Ob9i6KD+Z +VQwzfV4F9T6iXl4LZ9va2bnZMrog+J5Kgmi0Otz/pMR23whwd/qrNFQ76lyVjy4iZ9/WZ Dr6cudYBD7RPTynU+frTSGcg== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id c856df28 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 20 Nov 2023 20:35:04 +0100 (CET) From: Manuel Giraud In-Reply-To: <87fs10b8xt.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 20 Nov 2023 10:01:34 -0800") References: <87il64mo30.fsf@ledu-giraud.fr> <87jzqjqqv9.fsf@ericabrahamsen.net> <8734x7qkd3.fsf@ledu-giraud.fr> <87msv9o665.fsf@ericabrahamsen.net> <877cmcrd68.fsf@ledu-giraud.fr> <87fs10b8xt.fsf@ericabrahamsen.net> Date: Mon, 20 Nov 2023 20:35:02 +0100 Message-ID: <87fs101amx.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 (-) Eric Abrahamsen writes: [...] > Done! Thanks for the patch. Thank you! -- Manuel Giraud From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Nov 2023 07:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.17009835466512 (code B ref 67174); Sun, 26 Nov 2023 07:26:02 +0000 Received: (at 67174) by debbugs.gnu.org; 26 Nov 2023 07:25:46 +0000 Received: from localhost ([127.0.0.1]:40651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r79WT-0001gw-MT for submit@debbugs.gnu.org; Sun, 26 Nov 2023 02:25:45 -0500 Received: from mail-il1-x144.google.com ([2607:f8b0:4864:20::144]:61779) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r79WR-0001gh-E0 for 67174@debbugs.gnu.org; Sun, 26 Nov 2023 02:25:44 -0500 Received: by mail-il1-x144.google.com with SMTP id e9e14a558f8ab-35cb62e3905so771585ab.3 for <67174@debbugs.gnu.org>; Sat, 25 Nov 2023 23:25:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700983532; x=1701588332; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=3kBmkyClJ9OphBYLHRr0rmG5Colhpvd7PKhiysVszl4=; b=BeyFmXGkmpPoHXovAf5XHxFi/wuffMH1pKEc57Tbg5+MZikHRAJLaHHAHAnBkrWt1K dh4KQKK9nzY5aCWyL+lDjHJOb1TAsUJFHOmzcMoLgJRrsT38aRoMHcvbqmCJIRUAoV4J 8ZOjOaFVnK7g59DLe5ziJJgse/CgpwbI701sOym8RLgGB2zRcc0uTJUyC9YUYN9+/jUZ qmryGnYr/HQgJMbbirAazpZRdxgaoLnKGDXOh0I9DdfYstUixz65ekOUZiynMg/+dnIw VNtL9o8tBNsQTZr0LcfRQLPcLGBW7ViwV74WTFJ3jiLjLxZ+cPjN3ygHTlWXu1+ik4N5 p5jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700983532; x=1701588332; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=3kBmkyClJ9OphBYLHRr0rmG5Colhpvd7PKhiysVszl4=; b=Qa++1NxLGl6rHFvqcaVXpGG3fJkVXGrZdNCz08Gt+WGbcddhShxbJ2NtwgfD2UvGE1 +p3wSbUpt102xmnx1DSj7UA1T795ta18c65ubKkK2a+9DksdgZRQVKb6LUNkBW/D9L5c cCRc0HhVs1LSGLiEG1pzPISHG1x5cAtBY617tqnmKWLtRfnwM5iwkpL83NAunHbbu6b0 TyGlCZ6ELQyi/RXSzM0dl0tIaHNyg28P8lirh9sOaaRBzYD1Dx2hFmeySCwqDnQwidkW RgnV/T74dXY/wWYUiVNNs+pgXI7hernvyK9SgxzpnAOz5Rx+ynxtF/GQbn0QxAI+/OP3 JIiQ== X-Gm-Message-State: AOJu0Yx80GmaMZPY9RGcFFhdsO861C9gvvTlpEtdNwphi4e04xgSiLoG f/h8BTqXzkYCp4JT9dKOl24= X-Google-Smtp-Source: AGHT+IF3canCkdwTo4pNZcE4PWGxYm/2ESUpzETT5BfueyGzxAhOOc6Uxqae7q9KKS+f1R6mr9V5Bw== X-Received: by 2002:a05:6e02:3108:b0:35c:9a43:6d6c with SMTP id bg8-20020a056e02310800b0035c9a436d6cmr3741790ilb.31.1700983531862; Sat, 25 Nov 2023 23:25:31 -0800 (PST) Received: from localhost ([115.240.90.130]) by smtp.gmail.com with ESMTPSA id 23-20020a17090a195700b0028596286f5fsm3402627pjh.6.2023.11.25.23.25.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 25 Nov 2023 23:25:31 -0800 (PST) From: Visuwesh In-Reply-To: <87il64mo30.fsf@ledu-giraud.fr> (Manuel Giraud via's message of "Tue, 14 Nov 2023 15:00:51 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sun, 26 Nov 2023 12:55:20 +0530 Message-ID: <87fs0tc6xr.fsf@gmail.com> 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 (-) [=E0=AE=9A=E0=AF=86=E0=AE=B5=E0=AF=8D=E0=AE=B5=E0=AE=BE=E0=AE=AF=E0=AF=8D = =E0=AE=A8=E0=AE=B5=E0=AE=AE=E0=AF=8D=E0=AE=AA=E0=AE=B0=E0=AF=8D 14, 2023] M= anuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text e= ditors" wrote: [ Sorry for the late reply. ] > 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, The logo looks really clean but unfortunately it is not the same blue anymore. Is this something we should care about? Personally, I liked the nice blue colour of the Gnus logo in the mode-line: a hint of colour in the otherwise monochrome mode-line. From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Nov 2023 09:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Visuwesh Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170107569224311 (code B ref 67174); Mon, 27 Nov 2023 09:02:01 +0000 Received: (at 67174) by debbugs.gnu.org; 27 Nov 2023 09:01:32 +0000 Received: from localhost ([127.0.0.1]:43206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7XUi-0006K3-Fq for submit@debbugs.gnu.org; Mon, 27 Nov 2023 04:01:32 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:5685) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7XUc-0006Jq-DS for 67174@debbugs.gnu.org; Mon, 27 Nov 2023 04:01:30 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=qtmCIefv 7urqfVLQ3rUkNm1NMAn6uyGHf1l6UZQWd5Q=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=H9AorIqPr03QxG+/wRhl5LvgqGqy71 0iSVvvNLKbzktyIuLXtXwnJPpd2EVxeuarQKLxpTck9+mIk2KGcEUyBw== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=qtmCIefv7urqfVLQ 3rUkNm1NMAn6uyGHf1l6UZQWd5Q=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=bPFjt3G3Bv7J72l8qVoQa8VThhuaMWkEhJBV5b dNJPcd5YYgfF0lSLyeP2AE6mh21qIksH69+1+WSE3QnPJswfXOBYBvkc06kUTHvvMHhWJ6 Twga21pW9DqoKiHvIfwpKFHtBrjJxRTAoI0Sz9mKFKVWMFLaBKSaGM1U8oM8XoRtTMJEOd 4RoPWB1r3wlalG5CSfidac0b8GZWxjy+qeaD3u4+Bc+v3ruUK499dbJYOftoPq6okPQAXf 4e9q7OuM4qqkg+SyNZ9/Bg/IKnyM4AIZHJHkBgQEnbX/iJgr4bKrTEOsg52B7XvWd7e0o5 sMTw4dPQ7fk3gJfyXzjVU14g== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 0ec1498b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 27 Nov 2023 10:01:18 +0100 (CET) From: Manuel Giraud In-Reply-To: <87fs0tc6xr.fsf@gmail.com> (Visuwesh's message of "Sun, 26 Nov 2023 12:55:20 +0530") References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> Date: Mon, 27 Nov 2023 10:01:17 +0100 Message-ID: <87il5na7tu.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: [...] > The logo looks really clean but unfortunately it is not the same blue > anymore. Is this something we should care about? Personally, I liked > the nice blue colour of the Gnus logo in the mode-line: a hint of colour > in the otherwise monochrome mode-line. Hi, I think that this blue was working with light themes (BTW this is what I use most of the time) but not so much with dark themes. Hence, I did not set the foreground color in the SVG for it to have the default foreground color. I think that if we should do something about it the best would be to define a new face for it (or better, maybe use an already existing one=E2= =80=A6 but which one?) Best regards, --=20 Manuel Giraud From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Nov 2023 04:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170123097432608 (code B ref 67174); Wed, 29 Nov 2023 04:10:01 +0000 Received: (at 67174) by debbugs.gnu.org; 29 Nov 2023 04:09:34 +0000 Received: from localhost ([127.0.0.1]:48545 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8BtG-0008Ts-0z for submit@debbugs.gnu.org; Tue, 28 Nov 2023 23:09:34 -0500 Received: from mail-pl1-x643.google.com ([2607:f8b0:4864:20::643]:57849) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8BtD-0008Tb-3r for 67174@debbugs.gnu.org; Tue, 28 Nov 2023 23:09:33 -0500 Received: by mail-pl1-x643.google.com with SMTP id d9443c01a7336-1cfb83211b9so31450325ad.3 for <67174@debbugs.gnu.org>; Tue, 28 Nov 2023 20:09:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701230958; x=1701835758; 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=JDXB6eS41rUWmHXzBLKiv+iBBxeZBvXoOQlxtwGLcDk=; b=MqHHbgtpSi8NDI1DJwykdiPToxOfhq9fyqKwjEDhihzqZ+uCrWWyn3JTocpZLKpJc8 oQ/EVKUrcUXgDnEeW2PZNyAQ01ostUskY0KkmmtbnoPhzQ9gR4Upk7o+6woL0qfronqb ZDM41x4mpAwGhVhyCFR7g9z7DScuC8McM8/5PzG4929cUMhBPYO3YBhh/0692P5Gq2Nk LiLNTbguhYw6PXTL/MFj1ToQpiQzzTOhacxj08JN9k0nAsGZ8eM1u/bSClUhUgx408Qj Pe3RwdpEzap01mTdS9f6SXHWdYb58GLYeuocM6itDqbLnjxikGt4uMvKNqLAwRqsB9Xn qxpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701230958; x=1701835758; 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=JDXB6eS41rUWmHXzBLKiv+iBBxeZBvXoOQlxtwGLcDk=; b=CrZ8VLGe9fhhUHzB+mSdny+NA+lgoYWNFH0ca3dGSN8bWQSYKejFnNFjnilUepJ2Jp DILBiMyLd4fnRXh/sTT8KQMWTRGCYb6q+311GO+E6GPx0QXAvK1URzOxMvmhf5zqeP6V 8crYt2l0qBq5PrPCacDotECpuHBlvKIrsKIrjKaqU2RzvaeJOR1nVKWn5kjtrWL3P5VU RNvUMI7G9TV+PSIBUQ6Oad/weZ3r+n4xcNR+uhwvSSWPtxZ0uyVTsN9vDblZrPlSZVEQ lNSubRGHinHhPlymRg/2z/Ce6X7Ir8rG+9gbBxIg3CyQ1m4YFDpB+oLoikWkaTKwRsNw 5CQA== X-Gm-Message-State: AOJu0YznJ/f+IwmcsX0hVMuoOyvFSAXPR+iTaT73JSen5fUCnk+BsFuc iy1/7QYW1tWJ1G2PptwGU9k8SrhMfuIsmA== X-Google-Smtp-Source: AGHT+IHI2cHK4UY+W4SvPFxpuJHkZWTO7cempoIOlnaVf/bzxc8NkDaWLdoEFct4RNL9adUmxrnJSg== X-Received: by 2002:a17:902:f687:b0:1d0:e37:8c14 with SMTP id l7-20020a170902f68700b001d00e378c14mr3169753plg.34.1701230957958; Tue, 28 Nov 2023 20:09:17 -0800 (PST) Received: from localhost ([115.240.90.130]) by smtp.gmail.com with ESMTPSA id s10-20020a170902ea0a00b001cfc3f73927sm5816253plg.9.2023.11.28.20.09.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Nov 2023 20:09:17 -0800 (PST) From: Visuwesh In-Reply-To: <87il5na7tu.fsf@ledu-giraud.fr> (Manuel Giraud's message of "Mon, 27 Nov 2023 10:01:17 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> Date: Wed, 29 Nov 2023 09:39:14 +0530 Message-ID: <87a5qx9p5h.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: -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 (-) [=E0=AE=A4=E0=AE=BF=E0=AE=99=E0=AF=8D=E0=AE=95=E0=AE=B3=E0=AF=8D =E0=AE=A8= =E0=AE=B5=E0=AE=AE=E0=AF=8D=E0=AE=AA=E0=AE=B0=E0=AF=8D 27, 2023] Manuel Gir= aud wrote: >> The logo looks really clean but unfortunately it is not the same blue >> anymore. Is this something we should care about? Personally, I liked >> the nice blue colour of the Gnus logo in the mode-line: a hint of colour >> in the otherwise monochrome mode-line. > > Hi, > > I think that this blue was working with light themes (BTW this is what I > use most of the time) but not so much with dark themes. Hence, I did > not set the foreground color in the SVG for it to have the default > foreground color. Ah, I see. I have never used a dark theme myself so I didn't know. > I think that if we should do something about it the best would be to > define a new face for it (or better, maybe use an already existing one=E2= =80=A6 > but which one?) That would be nice to have since I do like the little splash of colour. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 07:01:32 2024 Received: (at control) by debbugs.gnu.org; 3 Feb 2024 12:01:32 +0000 Received: from localhost ([127.0.0.1]:45957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWEiB-0006MC-TC for submit@debbugs.gnu.org; Sat, 03 Feb 2024 07:01:32 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:25321) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWEiA-0006M4-4J for control@debbugs.gnu.org; Sat, 03 Feb 2024 07:01:31 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=L88i/IrG cNbCc/y0RxNTejNluT6ngsnaOdyxzcKSo6U=; h=date:subject:to:from; d=ledu-giraud.fr; b=cygYT1w+M9E90qG5zonBKc5yzUhjRp0IxpXj+O0c8SitThrpOS xrPofd79uwOgl5Wg0b5Oqcu8Tuvc5twoZtDA== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=L88i/IrGcNbCc/y0 RxNTejNluT6ngsnaOdyxzcKSo6U=; h=date:subject:to:from; d=ledu-giraud.fr; b=bFV85R7BalD7ceCOeKjxAOTM4lZgoQzm9IDUu/5VJeJ+5VyuwD TesBGrwCwREfLvpOJG/SP99mUFFGUvllyFtYYdUgwHJIH61v2slr/10ldMXN0VqMj0+q0p YR1a07IWl8DEvMSVfJunTwo0Bjpl3PHwBkJDnTbrsMzhWq6qucyBbVHhb7x+G8frY3l9iH vgSnizD3WpD1s6ppaZrlDpqqM8QXa/hcltuEL1KjJgcEhtOdiZojQ1x+kU1PJ+7mv68l/3 MGk6hL/4OUZIlLnae8pbTyXH4urdD9KCsrDNk+pn2slURVQyF+/Ofh2sOvT1uXVjz6TU+P 0YhQ+9i+p58w== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 397b5cf2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 3 Feb 2024 13:01:17 +0100 (CET) From: Manuel Giraud To: control@debbugs.gnu.org Subject: unarchive 67174 Date: Sat, 03 Feb 2024 13:01:15 +0100 Message-ID: <87le81kb90.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-Debbugs-Envelope-To: control 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 (-) unarchive 67174 -- Manuel Giraud From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Feb 2024 12:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Visuwesh Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170696214325094 (code B ref 67174); Sat, 03 Feb 2024 12:10:02 +0000 Received: (at 67174) by debbugs.gnu.org; 3 Feb 2024 12:09:03 +0000 Received: from localhost ([127.0.0.1]:45963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWEpS-0006Wg-Px for submit@debbugs.gnu.org; Sat, 03 Feb 2024 07:09:03 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:20785) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWEpQ-0006WG-RH for 67174@debbugs.gnu.org; Sat, 03 Feb 2024 07:09:01 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=WYxXuq5V hAU0A0x3Jo8QMpoZYz8KDp4txM/MjR8oivc=; h=references:date:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=4iMRu7WCMy6vBaFBVzCCe4iryT/Gsx 1YEAn7hbQPay2Dgl3MhTi9GMf1uwl7GYfW2ngtfTkSROWMUGoybg09Cg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=WYxXuq5VhAU0A0x3 Jo8QMpoZYz8KDp4txM/MjR8oivc=; h=references:date:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=Gl8z/hCOdwCe8+ZbOruWRHShdjRbfIYhnBIOZL AzWHnB7MkRM9NsxeKjSAHqmJDkAbIiGXwmrwL+KS8QiHRrmKWQinaqXGLGGNhkzru5ft83 b2zf4qCuZsJKGvPmWVS0hTSOWb1F+BexeEnoNLOqZRpEBCUFqEWoYunAZP4gJGIQvBmQGH rOHfwlHlY2luNQ8Y22iak/xh83ZYaMLPUNtEKjWubGmJd70fvUonteC7MUoqbQY6AfQ2Ox VPbUsgSoOlMYKbLG+SpTGcpIHSVWpvgj+NZgLM7e2CA8ScPPwTvVAE3pb47JWHHjSH74wC EU0WRkU+lKF6MTxoIjvxKTEw== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 876896e0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 3 Feb 2024 13:08:48 +0100 (CET) From: Manuel Giraud In-Reply-To: <87a5qx9p5h.fsf@gmail.com> (Visuwesh's message of "Wed, 29 Nov 2023 09:39:14 +0530") Date: Sat, 03 Feb 2024 12:53:20 +0100 Lines: 60 References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) X-From-Line: nobody Sat Feb 3 12:53:22 2024 Message-ID: <87h6ipkawg.fsf@ledu-giraud.fr> 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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Visuwesh writes: [...] > That would be nice to have since I do like the little splash of > colour. Hi Visuwesh (and all), What do you think of this attached patch? Now that SVG are honoring the colors of the face property, I just add a face property to the logo. I have chosen 'font-lock-function-name-face' because it is a somewhat standard face and it is of color Blue1 (#0000ff) with the default Emacs theme (this is the same color of the XPM logo). Using a face property also have the nice property (=F0=9F=98=81) of automat= ically adapt to any other theme. --=20 Manuel Giraud --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Colorize-SVG-Gnus-logo-in-mode-line.patch > From 6ba6a224c86f845a61f951c6b664b415a5914142 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Sat, 3 Feb 2024 12:15:21 +0100 Subject: [PATCH] Colorize SVG Gnus logo in mode line * lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Add a face property to colorized the SVG Gnus logo. --- lisp/gnus/gnus.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 99833e4eeca..9366624fe03 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -333,6 +333,7 @@ gnus-mode-line-buffer-identification (:type xbm :file "gnus-pointer.xbm" :ascent center)) t) + 'face 'font-lock-function-name-face 'help-echo (if gnus-emacs-version (format "This is %s, %s." -- 2.43.0 --=-=-=-- From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 14:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.17074013212347 (code B ref 67174); Thu, 08 Feb 2024 14:09:02 +0000 Received: (at 67174) by debbugs.gnu.org; 8 Feb 2024 14:08:41 +0000 Received: from localhost ([127.0.0.1]:59383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY54z-0000bn-5c for submit@debbugs.gnu.org; Thu, 08 Feb 2024 09:08:41 -0500 Received: from mail-pg1-x542.google.com ([2607:f8b0:4864:20::542]:50229) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY54x-0000bb-Jp for 67174@debbugs.gnu.org; Thu, 08 Feb 2024 09:08:40 -0500 Received: by mail-pg1-x542.google.com with SMTP id 41be03b00d2f7-5d8b70b39efso1549322a12.0 for <67174@debbugs.gnu.org>; Thu, 08 Feb 2024 06:08:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707401299; x=1708006099; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=iTPmpMAfxHzCyRfcFbNrvyRSOKxZTnxZW8cZcQ2TMm8=; b=eT9MRAML+GvZ5tj0kWSC9hEYYZ8kssRPOUD9ksZu8uZYKeYDc6HuYEunvpyqwZKGww x2gxMwzmqARpMXDF6h6tlnBJ+7HZTs/VrZThuAAEGlj/DdlFLQjqGICh+m3PY3GanzJZ +6FGhGvJcxZ3GGCAUBs82tEcv12/cU82mSHDC3Svba79OwwVDbiLWlBt3LO2IISNyrpE DO7zmyC8pEiaIWk5oha140u2xpI4hPv2mrYrqmMFK9wj5skh44OGpUCPKA/v4xiKLUYt p6PlOQ63mFWciNrQFc9gFmU/DVvW3w5BltRAmoYP//PdPdUlmXi8t2i8pRFBLf3b2IcL 8IiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707401299; x=1708006099; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=iTPmpMAfxHzCyRfcFbNrvyRSOKxZTnxZW8cZcQ2TMm8=; b=goxirP2U9v2BhxgwgyN+YhmfsoPTgWwVGpdq9m4xAfAwcRs3jrq4Iw4iCGUvYavHDO uxrfWCYtM78mDYXs3kHeS0Squtcyt/eY0KsVbwXAAPq0P1e5gtwFOwUPQu8EicH+2QXe efUtwVJLn6LoSicWoHF19BAxraPo9QRmiKyFDSEQSte0psEEMtRWdeal8aSjUZ2NwtIO yAAPId4K1ovYjMghRr+2sr5AUCUUa+DsmyxIBBcYTN7MQezqMuyRVIVNiHhomHcAZX0h K2ORTj0QpzVeZCodyO5UyoAv49v0wFSPyhiR22jNjvBNNSjJDICvzS0YoW/RRMsMsZkJ iVlw== X-Gm-Message-State: AOJu0YxFYuoBxt3vWHBAsm3wx0RZyyrVNAKmFw5D7QMZXLHw+aA69bEz TXbk99gNXYF3jjQtXxN6hcdgHzqxMZUai+RdmDqTXoYxvA5gUhPUDmQ63zuo2zw= X-Google-Smtp-Source: AGHT+IF0nJoGs3g7MtJp65kecNcB7sCf0bC4sCOnFO7NjMmbGkRtLPm8vw0l6Ud2adwQLM1ByjxHpQ== X-Received: by 2002:a05:6a20:c890:b0:19c:7798:5c84 with SMTP id hb16-20020a056a20c89000b0019c77985c84mr7110735pzb.56.1707401298814; Thu, 08 Feb 2024 06:08:18 -0800 (PST) Received: from localhost ([1.7.159.70]) by smtp.gmail.com with ESMTPSA id it18-20020a056a00459200b006e04a3a3df6sm3697275pfb.185.2024.02.08.06.08.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Feb 2024 06:08:18 -0800 (PST) From: Visuwesh In-Reply-To: <87h6ipkawg.fsf@ledu-giraud.fr> (Manuel Giraud's message of "Sat, 03 Feb 2024 12:53:20 +0100") References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> <87h6ipkawg.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Thu, 08 Feb 2024 19:38:15 +0530 Message-ID: <87sf23m4kw.fsf@gmail.com> 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 (-) [=E0=AE=9A=E0=AE=A9=E0=AE=BF =E0=AE=AA=E0=AE=BF=E0=AE=AA=E0=AF=8D=E0=AE=B0= =E0=AE=B5=E0=AE=B0=E0=AE=BF 03, 2024] Manuel Giraud wrote: Hello Manuel, > Visuwesh writes: > > [...] > >> That would be nice to have since I do like the little splash of >> colour. > > Hi Visuwesh (and all), > > What do you think of this attached patch? Now that SVG are honoring the > colors of the face property, I just add a face property to the logo. > > I have chosen 'font-lock-function-name-face' because it is a somewhat > standard face and it is of color Blue1 (#0000ff) with the default Emacs > theme (this is the same color of the XPM logo). > > Using a face property also have the nice property (=F0=9F=98=81) of autom= atically > adapt to any other theme. I know that I asked about adding a splash of colour to the mode-line but now that I have run the monochrome Gnus logo, I don't feel the need for the splash of colour anymore. But if general consensus is that we add a new face for this, can we add a new face that inherits from font-lock-function-name-face instead? I, for one, set every face to inherit from default and change some to use different fonts so I would still end up with a monochrome logo if I decide to have it coloured. From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 15:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Visuwesh Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170740756917296 (code B ref 67174); Thu, 08 Feb 2024 15:53:01 +0000 Received: (at 67174) by debbugs.gnu.org; 8 Feb 2024 15:52:49 +0000 Received: from localhost ([127.0.0.1]:33455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY6hl-0004Us-0x for submit@debbugs.gnu.org; Thu, 08 Feb 2024 10:52:49 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:42099) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY6hi-0004Uj-Ex for 67174@debbugs.gnu.org; Thu, 08 Feb 2024 10:52:47 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=Z9JwQUkT VIOGBRefjI5hoxYApgUg7x/aplb+pyJGrvY=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=nbjbSUs5SIZB84hMO+GgFNbQvpVtyH fSSUODXPWywP7rToL+MBChfuLkqZ4iQshBiKZVlVA0QZ/QcXcd89WBDA== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=Z9JwQUkTVIOGBRef jI5hoxYApgUg7x/aplb+pyJGrvY=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=zv11d/KmxSEjCbxHwOaHiKN9+gQ+uhsbP4ZJQJ MHGrnHhSmDyWWLkE4ntQarQy1XJB5QpsxM6PaxZOQsrrY4Wxt5MNtRe87HI2vNyP2JgGtU HSCjf1R6FEi3TU04F6+r1KF6lPqJtQ9avfz6NnQewtPQjbZU7ZKwIuf5i4Lf2PgUHtN9vN 3bSNjko0SY/b9eZsdYYx2AAGnNcIMRF3MpXr+YZIK+p5czvXOG4yeyOq0CbOPkyC2pD1bT KKFIzrQg5SJaLrLVEJuy5tt8d2CV3HXJUyXqBH/Lda94zdz0UTTpntqiwrL+Q2bwTjlx/3 u7vF2HAu/56/+Rlaj9WC5W3Q== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id b47735ab (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Feb 2024 16:52:29 +0100 (CET) From: Manuel Giraud In-Reply-To: <87sf23m4kw.fsf@gmail.com> (Visuwesh's message of "Thu, 08 Feb 2024 19:38:15 +0530") References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> <87h6ipkawg.fsf@ledu-giraud.fr> <87sf23m4kw.fsf@gmail.com> Date: Thu, 08 Feb 2024 16:52:28 +0100 Message-ID: <875xyz6jib.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=9A=E0=AE=A9=E0=AE=BF =E0=AE=AA=E0=AE=BF=E0=AE=AA=E0=AF=8D=E0=AE= =B0=E0=AE=B5=E0=AE=B0=E0=AE=BF 03, 2024] Manuel Giraud wrote: > > Hello Manuel, > >> Visuwesh writes: >> >> [...] >> >>> That would be nice to have since I do like the little splash of >>> colour. >> >> Hi Visuwesh (and all), >> >> What do you think of this attached patch? Now that SVG are honoring the >> colors of the face property, I just add a face property to the logo. >> >> I have chosen 'font-lock-function-name-face' because it is a somewhat >> standard face and it is of color Blue1 (#0000ff) with the default Emacs >> theme (this is the same color of the XPM logo). >> >> Using a face property also have the nice property (=F0=9F=98=81) of auto= matically >> adapt to any other theme. > > I know that I asked about adding a splash of colour to the mode-line but > now that I have run the monochrome Gnus logo, I don't feel the need for > the splash of colour anymore. But if general consensus is that we add a > new face for this, can we add a new face that inherits from > font-lock-function-name-face instead? Hi Visuwesh, Yes, that would make much more sense indeed. But like you now, I'm used to the monochrome logo so if no one pushes for this change maybe it could be abandoned. --=20 Manuel Giraud From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 21:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud , Visuwesh Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170742857821136 (code B ref 67174); Thu, 08 Feb 2024 21:43:01 +0000 Received: (at 67174) by debbugs.gnu.org; 8 Feb 2024 21:42:58 +0000 Received: from localhost ([127.0.0.1]:33733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYCAc-0005Up-Du for submit@debbugs.gnu.org; Thu, 08 Feb 2024 16:42:58 -0500 Received: from mail-ed1-x532.google.com ([2a00:1450:4864:20::532]:45130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYCAa-0005UU-5S for 67174@debbugs.gnu.org; Thu, 08 Feb 2024 16:42:57 -0500 Received: by mail-ed1-x532.google.com with SMTP id 4fb4d7f45d1cf-56001d49cc5so450442a12.2 for <67174@debbugs.gnu.org>; Thu, 08 Feb 2024 13:42:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707428555; x=1708033355; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=fFetszrNNlImFMwPvr02MYaEioz9RK4r6gB4P8c2yE4=; b=ixDP7zMEH/Uxe+MHyGiICwvI7MKGNkkadc6+ND8fD0iGpdX5bFUF+S8z4ur20uVmBQ LnJv2FJLOIGDan9n1Kg2kVQrCAYLa0yW7FF+oRDwh76zI3HMMSHHa4wKnwO6o9gl3iZ7 e5Ug6TMtOzNBXlxFI6xmav/0jAktXQqiAL6wpYsRWgiBEjmTV14Pd3ESUPcJSMQn3sLs Nxzf2KciMgkSlShxRIfmIq5qGS2azkDg40MpKzZwIH1dPv+uzm1By7fLEqjuC5Y3+BYa dmYyj1CXuG2qf/tyNwLk/77uIK08gxl0nY9+z499GkzLdccdmVzUEpKoLSz4iJROIXSm ctMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707428555; x=1708033355; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fFetszrNNlImFMwPvr02MYaEioz9RK4r6gB4P8c2yE4=; b=Q9jv/ACzWAOnRXTlAqk6ykIeNwHeab1yH3MTBZvgX3ATKJWJREtwFKMnblr3RkJ9cs ANT6uS7cRrxn2JP2tnR+DckLqP1fybZ79DbKixjkPszl8jW1ztR1qXLZHGrc69wXR308 IPTDMD4t46ihoiH9qbhwXOSWlbd800qQAKbo5Nc/RIif/WicIIhKo1R0GH4nslL7sWcU VfKES6AszBFF6H5yHjO9SwnxQ9t+Wsb1PSG7jCS/b+BFHcrEnax8NwyI4xA7antDcAep omhE3iNROCt7/Qk++zSL/XFU4afBFy/a0a3Gcm37xp2woQ0g7vecnsUi9ruDTY/aN0Pi h1fQ== X-Gm-Message-State: AOJu0YzstLTN+ly92KYZ7Jh99eC98CzVlwFg7+zngkzmTwf2CNkAk2X8 vAqTqhrE3aFspfB3Orn6VJj6pGsalLVEKFWWLioXwHsC2QwAynEs34B2RAHwscK2T1Ktavs2/6T LJfsN2s21B9BDo+7POajH6rh+RdjppAkj26M= X-Google-Smtp-Source: AGHT+IHTGx3g9gx+rgcnSC89n2MNZsJtAgf++6X2/4rZDyPB8l4D97N6LBJSJBFoS4HwwkzeYIx9sVeDBnWYZgqHKTs= X-Received: by 2002:aa7:c715:0:b0:55f:cb7a:c9fb with SMTP id i21-20020aa7c715000000b0055fcb7ac9fbmr370538edq.3.1707428555471; Thu, 08 Feb 2024 13:42:35 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 8 Feb 2024 13:42:35 -0800 From: Stefan Kangas In-Reply-To: <875xyz6jib.fsf@ledu-giraud.fr> References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> <87h6ipkawg.fsf@ledu-giraud.fr> <87sf23m4kw.fsf@gmail.com> <875xyz6jib.fsf@ledu-giraud.fr> MIME-Version: 1.0 Date: Thu, 8 Feb 2024 13:42:35 -0800 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 (-) Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Yes, that would make much more sense indeed. But like you now, I'm used > to the monochrome logo so if no one pushes for this change maybe it > could be abandoned. The vectorization still makes sense though, doesn't it? What with HiDPI screens these days and all. From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 04:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Stefan Kangas , Manuel Giraud Cc: 67174@debbugs.gnu.org Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170745130526556 (code B ref 67174); Fri, 09 Feb 2024 04:02:02 +0000 Received: (at 67174) by debbugs.gnu.org; 9 Feb 2024 04:01:45 +0000 Received: from localhost ([127.0.0.1]:57687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYI5B-0006uF-1Q for submit@debbugs.gnu.org; Thu, 08 Feb 2024 23:01:45 -0500 Received: from mail-pl1-x641.google.com ([2607:f8b0:4864:20::641]:46093) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYI59-0006tu-AC for 67174@debbugs.gnu.org; Thu, 08 Feb 2024 23:01:43 -0500 Received: by mail-pl1-x641.google.com with SMTP id d9443c01a7336-1d944e8f367so4171665ad.0 for <67174@debbugs.gnu.org>; Thu, 08 Feb 2024 20:01:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707451283; x=1708056083; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:user-agent:subject:cc:to:from:date:from:to:cc:subject :date:message-id:reply-to; bh=TmWmcHyPo8BIz/dmLJMt7njRkaTCqpxWAE2S69tWWeg=; b=ZA3nHp5+vm2UdCKL/WGiColqVmlMf9ebiqleDevTTie/uU2ZfBTj7s8QEQle4ESSHz 4VOoOeffLH2nX6jBFtqsOULUKB2hsxOD2ugTwbBvW7vUv6bfIOj5sCsQ23JHvcSA5aMb 9Cd/IhllRpLQzzVwKf1WcBonpuM+cGvCc4CdoW255fE39xcQrPGKDVg49IJSxmtJlbcL o4P6cpt28W/9Z6catl+y0vbea7bma9YCLvX3pCTxXXKIBOpjem12zI/N8Bc2+cgWz4Yk PXB/cfvKc1IdfhUr951kWvTUIaDAux0rQvNR1Uua8wqXTPwZu2D63mnAxgawsfCmG82X NzoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707451283; x=1708056083; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:user-agent:subject:cc:to:from:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=TmWmcHyPo8BIz/dmLJMt7njRkaTCqpxWAE2S69tWWeg=; b=XpM3M7ZwncMthdgWZko3+D31G8lZMkR0GZohBKvVVkkuZC7Hzib8h7gBHbbNPdpyuv PTxASaKCSu6r+ZtuvG2ELpTeD86+vx0n2zjGR/v4CT87hVlnmhFQFpsTUgqGfZbHgz0d epZPSO/3VeOY1SCA4st6CS2+DtlVPeRPjAnZNaQIY1WLGzmW6PBHQgXVmHCfvOUyh5xp 56w9Fnt3CudQNx8YvR3s9A3cap6pdM9rGZjf/ekLgSwCLdRhyyZ7tFzX0GaioFj27FDx DjuGmo7pEumMJYxdaZGGXx0o1aKRT7d7H92SRiAvOh44rQwlAPNUmeftYqVessHFmbh4 YN3A== X-Gm-Message-State: AOJu0YzjMNEpSBovsGpEutNh9i/gM0HkydY90f5gjQ2f/y87tvB4MxtQ VKNCLBaLFziKt2U3wLSczWEgbFhwNRRVgLt+rTYV/4TDOkPC2hJG X-Google-Smtp-Source: AGHT+IGWypaCpC4xp33e1cuD62mnctkoE0dht+tgqMoJfsthAu1ERj2v14i/w59uymT/sumylahHTw== X-Received: by 2002:a17:902:f68c:b0:1d5:7cb:7761 with SMTP id l12-20020a170902f68c00b001d507cb7761mr454908plg.51.1707451282564; Thu, 08 Feb 2024 20:01:22 -0800 (PST) X-Forwarded-Encrypted: i=1; AJvYcCUXQGvOEYTsBoObgHgGj+fvOrsO6q1xxlkW8D1BUe22JM39iAaVEchW/y+vSRUGaeJKNYbDlrjO4euzpr5SnE8ENiQ4u8bJyQhmY6o6YRlIF38UCQyXT4Xwd4U= Received: from ?IPv6:::1? ([2401:4900:71cf:7a45:84f1:16ff:fec9:8ea]) by smtp.gmail.com with ESMTPSA id c12-20020a170903234c00b001d9773a198esm530467plh.201.2024.02.08.20.01.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 08 Feb 2024 20:01:22 -0800 (PST) Date: Fri, 09 Feb 2024 06:13:39 +0530 From: Visuwesh User-Agent: K-9 Mail for Android In-Reply-To: References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> <87h6ipkawg.fsf@ledu-giraud.fr> <87sf23m4kw.fsf@gmail.com> <875xyz6jib.fsf@ledu-giraud.fr> Message-ID: <88EDEC19-978C-4A55-BEAA-36D1247E4312@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.1 (+) 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: On 9 February 2024 03:12:35 GMT+05:30, Stefan Kangas wrote: >Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of >text editors" writes: > >> Yes, that would make much more sense [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2607:f8b0:4864:20:0:0:0:641 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) 1.1 DATE_IN_PAST_03_06 Date: is 3 to 6 hours before Received: date 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -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.1 (/) On 9 February 2024 03:12:35 GMT+05:30, Stefan Kangas wrote: >Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of >text editors" writes: > >> Yes, that would make much more sense indeed=2E But like you now, I'm u= sed >> to the monochrome logo so if no one pushes for this change maybe it >> could be abandoned=2E > >The vectorization still makes sense though, doesn't it? What with HiDPI >screens these days and all=2E Yes, the svg was pushed to master months back so we already have the vecto= rised logo with us=2E From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Feb 2024 10:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Stefan Kangas Cc: 67174@debbugs.gnu.org, Visuwesh Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.17074743196714 (code B ref 67174); Fri, 09 Feb 2024 10:26:01 +0000 Received: (at 67174) by debbugs.gnu.org; 9 Feb 2024 10:25:19 +0000 Received: from localhost ([127.0.0.1]:52577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYO4M-0001kD-Es for submit@debbugs.gnu.org; Fri, 09 Feb 2024 05:25:19 -0500 Received: from ledu-giraud.fr ([51.159.28.247]:36123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYNuL-0001IC-2s for 67174@debbugs.gnu.org; Fri, 09 Feb 2024 05:14:58 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=SR69UeCU /ZDyY60UmKIze8N2EF5ELroPYWG6iiT8jdU=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=SmMCen4Qj4lNeq5CP3ppx9PWEscyXm JAmOEMAktRXf+0QsR1gEIWD5DCYWlW/V0xcq6OBU3ey3IA9CkjpfC7Dg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=SR69UeCU/ZDyY60U mKIze8N2EF5ELroPYWG6iiT8jdU=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=oLmKILTyUQPSOKk0WF2Ufky66+LfulzRK0zsBA Yj21J2n0BUKdAmW3lHMDmrfm5M1h9ROlDRoSCTRDTr7QDrQ2dVikRdgpE0cmPBa3fA0qCc ENyvcx9RJvWfzKu6nzx897Is0sFw4gr7WhghVTBR5m1DMXONFrhtvZ60qWmFHVg8D3WZZs WkVqFUi+O5I2ol6H3EQmezrBKjkbxHgVX3n6TpPvbW0f49WeREnVgIlvuoiTqWbHKKZQZy ig7FvT/dnAnULrnkLXq6ZMJbHQMJV01uUy01pDYKKsy8obsCdGSAdUBKLKB0bVHPqeJFYr YZyQNOK2qbCMKvfjZE52O1Eg== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 5a133f2f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 9 Feb 2024 11:14:39 +0100 (CET) From: Manuel Giraud In-Reply-To: (Stefan Kangas's message of "Thu, 8 Feb 2024 13:42:35 -0800") References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> <87h6ipkawg.fsf@ledu-giraud.fr> <87sf23m4kw.fsf@gmail.com> <875xyz6jib.fsf@ledu-giraud.fr> Date: Fri, 09 Feb 2024 11:14:37 +0100 Message-ID: <87o7cq54he.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 (-) Stefan Kangas writes: > Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of > text editors" writes: > >> Yes, that would make much more sense indeed. But like you now, I'm used >> to the monochrome logo so if no one pushes for this change maybe it >> could be abandoned. > > The vectorization still makes sense though, doesn't it? What with HiDPI > screens these days and all. Yes, I was only talking about the "splash of colour" requested by Visuwesh at the time (this bug report has drifted a bit :-) -- Manuel Giraud From unknown Mon Aug 18 11:25:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67174: 30.0.50; [PATCH] What about a vectorized Gnus mode-line logo? Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Feb 2024 11:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67174 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud Cc: 67174@debbugs.gnu.org, Visuwesh Received: via spool by 67174-submit@debbugs.gnu.org id=B67174.170756397621481 (code B ref 67174); Sat, 10 Feb 2024 11:20:03 +0000 Received: (at 67174) by debbugs.gnu.org; 10 Feb 2024 11:19:36 +0000 Received: from localhost ([127.0.0.1]:33525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYlOS-0005aO-BM for submit@debbugs.gnu.org; Sat, 10 Feb 2024 06:19:36 -0500 Received: from mail-ed1-f52.google.com ([209.85.208.52]:49588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYlOQ-0005a6-N4 for 67174@debbugs.gnu.org; Sat, 10 Feb 2024 06:19:35 -0500 Received: by mail-ed1-f52.google.com with SMTP id 4fb4d7f45d1cf-5602500d1a6so2457927a12.3 for <67174@debbugs.gnu.org>; Sat, 10 Feb 2024 03:19:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707563953; x=1708168753; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=11Ry7ElVnaR/B2ksQ1mN8cJ716oww70Hu9QYPjHu7BE=; b=bD1KU4QYFJy+9Z7vTQebwh+q6t+r4DN0+Bmz2/HTzFxr1M9vi107zHR91vP/BtYJnO TUEkq5BR3xCxv9+GiXLo3H8nmcwArpP2fXOSuHsHr0z7EPcmXEJtBTFl3ctnMNcR8C25 rrdEL79aWfDS9KT3vHiiCfu9rUW4i7vSLAVp1FkHAFvgxYG3+4vzJy/Ddp2Ed8hiK+U5 ttnPGB66Zfr9NbAdpdHxHpe1IY51dbVQK9R77ZJjDL9UgXx3b6OB6AuwZIctnpkAFRj6 xANjmoxRulMRKhPav7XPJwr6rpo8pnwtiVdLOU0fO8lYtAFMfVHbPzeVuACLc8T6LtKA YpgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707563953; x=1708168753; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=11Ry7ElVnaR/B2ksQ1mN8cJ716oww70Hu9QYPjHu7BE=; b=cZwQyzMDETjzgMMUMemWoDmFwIjHEVa3oBSjxv3BEna1AEWOcRb+H7Rm/v7UgeF4wS wGtGvV1pfWcKQndALddTRBuMA5JmsLb7A4kp2hPXCqBYaOpnKg5+WJr4MCe4WoKZ2PQN Lr+6c0pQtaFtDAHdFI21UFgKMiFeo7Feul9l03ux0gD90TtdZuEo4UNk1UhM2rdPMX0R /+pn7uH8LcxrUSFmD//iHf1kQc2c63YVbS0iBGI4s1VlEeR8FbiUo4ATr9JENP+2fY8O elSUoPX9hPhXK17lxgusadNUtvAcqXzSZQ9lqpmvt/koa3xnhdaqZPTcF+Tbqu0dilrM P5PA== X-Gm-Message-State: AOJu0YxN1wHY/LftbuQoh13uqZ59VTrHvYYLBYjVOxhn21uadmLIdS1m vRCRCyb0Jm683il7PQ2tO5OlEMQStdwnpKaFem7OwANCwwYkd9r3tm14lvxkhyQoH189z4PIRSm UTb7zWv9toedSkrIHFSiVaS5qmwoyr32AXHQ= X-Google-Smtp-Source: AGHT+IFz7Jp1P/DqaKeyg3eSmBeie8MejGGv6ZKHkjPl91SGNAhLqvoE+unbwjeqcZ6b+J0XOP5YCbLqyuK1ED05/jE= X-Received: by 2002:a05:6402:12cb:b0:560:d9d5:7af7 with SMTP id k11-20020a05640212cb00b00560d9d57af7mr1229380edx.10.1707563952918; Sat, 10 Feb 2024 03:19:12 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sat, 10 Feb 2024 05:19:12 -0600 From: Stefan Kangas In-Reply-To: <87o7cq54he.fsf@ledu-giraud.fr> References: <87il64mo30.fsf@ledu-giraud.fr> <87fs0tc6xr.fsf@gmail.com> <87il5na7tu.fsf@ledu-giraud.fr> <87a5qx9p5h.fsf@gmail.com> <87h6ipkawg.fsf@ledu-giraud.fr> <87sf23m4kw.fsf@gmail.com> <875xyz6jib.fsf@ledu-giraud.fr> <87o7cq54he.fsf@ledu-giraud.fr> MIME-Version: 1.0 Date: Sat, 10 Feb 2024 05:19:12 -0600 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 (-) tags 67174 + fixed thanks Manuel Giraud writes: > Stefan Kangas writes: > >> The vectorization still makes sense though, doesn't it? What with HiDPI >> screens these days and all. > > Yes, I was only talking about the "splash of colour" requested by > Visuwesh at the time (this bug report has drifted a bit :-) OK, let's tag this as fixed. If there are no further comments within some time, I suppose we could close this.