bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50460: 27.1; defcustom for mail-user-agent is too strict?


From: Lars Ingebrigtsen
Subject: bug#50460: 27.1; defcustom for mail-user-agent is too strict?
Date: Wed, 08 Sep 2021 08:56:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

David Bremner <david@tethera.net> writes:

> The defcustom for mail-user-agent looks like
>
> :type '(radio (function-item :tag "Message package"
>                              :format "%t\n"
>                              message-user-agent)
> ;; [...] snip                               
>               (function-item :tag "Message with full Gnus features"
>                              :format "%t\n"
>                              gnus-user-agent)
>               (function :tag "Other"))
>
> This means that a symbol without a function definition cannot be set
> (using customize) as mail-user-agent. This seem inconsistent with the
> docstring of define-mail-user-agent, 

Yup.  Now fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]