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

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

bug#12186: 24.1.50; defcustom and sets


From: Jambunathan K
Subject: bug#12186: 24.1.50; defcustom and sets
Date: Mon, 13 Aug 2012 23:29:42 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

> Jambunathan K wrote:
>
>>            (set :tag "Choices"
>>                 (symbol :tag "VC State" added)
>>                 (symbol :tag "VC State" conflict)
>
> You're using it wrong.

Yes.  This is not a bug.

> elisp "Composite Types"
>
> `(set TYPES...)'
>      The value must be a list, and each element of the list must match
>      one of the TYPES specified.[...]
>      It is not possible to specify two different elements that match
>      the same one of TYPES.
>
> You probably want const rather than symbol.





reply via email to

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