GNU bug report logs - #68985
30.0.50; Gnus: Add option to disable display of logo image in mode-line

Previous Next

Package: emacs;

Reported by: Mekeor Melire <mekeor <at> posteo.de>

Date: Wed, 7 Feb 2024 22:08:01 UTC

Severity: normal

Found in version 30.0.50

Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>

Bug is archived. No further changes may be made.

Full log


Message #46 received at 68985 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Mekeor Melire <mekeor <at> posteo.de>
Cc: eric <at> ericabrahamsen.net, 68985 <at> debbugs.gnu.org, manuel <at> ledu-giraud.fr
Subject: Re: bug#68985: [PATCH v2] Add option gnus-mode-line-logo
Date: Sat, 10 Feb 2024 09:31:47 +0200
> From: Mekeor Melire <mekeor <at> posteo.de>
> Cc: Eric Abrahamsen <eric <at> ericabrahamsen.net>, Eli Zaretskii <eliz <at> gnu.org>,
>  Manuel Giraud <manuel <at> ledu-giraud.fr>
> Date: Fri, 09 Feb 2024 21:53:48 +0000
> 
> +(defcustom gnus-mode-line-logo
> +  '((:type svg :file "gnus-pointer.svg" :ascent center)
> +     (:type xpm :file "gnus-pointer.xpm" :ascent center)
> +     (:type xbm :file "gnus-pointer.xbm" :ascent center))
> +  "Gnus logo displayed in mode-line.
> +
> +If non-nil, it should be a list of image specifications that will be
> +given as first argument to `find-image', which see.  Then, in case of a
> +graphical display, the specified Gnus logo will be displayed as part of
> +the buffer-identification in the mode-line of Gnus-buffers.
> +
> +If nil, no logo will be displayed."
> +  :group 'gnus-visual
> +  :type '(choice
> +           (sexp :tag "List of image specifications")
> +           (const :tag "No logo" nil)))

From CONTRIBUTE:

  New defcustom's and defface's should always have a ':version' tag
  stating the first Emacs version in which they will appear.  Likewise
  with defcustom's or defface's whose value is changed -- update their
  ':version' tag.

Please in the future remember to add :version tags.

Thanks.




This bug report was last modified 1 year and 101 days ago.

Previous Next


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