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

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

bug#58546: 29.0.50; Customizing 'message-server-alist' fails with backtr


From: Mauro Aranda
Subject: bug#58546: 29.0.50; Customizing 'message-server-alist' fails with backtrace
Date: Sat, 15 Oct 2022 10:04:39 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

Stefan Kangas <stefankangas@gmail.com> writes:

> When I evaluate this in emacs -Q:
>
>     (progn (require 'message)
>            (customize-option 'message-server-alist))
>
> It fails with this backtrace:
>
> Debugger entered--Lisp error: (void-function nil)
>   nil((quote :args ((choice (string :tag "From Address") (function
> :tag "Predicate")))))

When wid-edit tries to create a widget of type "quote", it usually
indicates double quoting in the :type definition.

The attached patch should fix it, please confirm.

Attachment: 0001-Fix-message-server-alist-type-Bug-58546.patch
Description: Text Data


reply via email to

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