GNU bug report logs -
#68985
30.0.50; Gnus: Add option to disable display of logo image in mode-line
Previous Next
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
View this message in rfc822 format
On 02/10/24 09:31 AM, Eli Zaretskii wrote:
>> 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.
Sorry, I should have caught that.
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.