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

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

Re: Custom type for "&rest props" style arguments?


From: Hrvoje Niksic
Subject: Re: Custom type for "&rest props" style arguments?
Date: Sat, 14 Jan 2006 08:07:41 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Fri, Jan 13 2006, Hrvoje Niksic wrote:
>
>> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>>
>>> My problem is how to express "the forth and all following arguments"
>>> as a custom type.
>>
>> Have you tried `:type plist'?
>
> Now I tried, but `customize-variable' gives "mismatch".  Maybe I'm
> doing something wrong?

I think your plist needs to be inline.  What you defined would be
matched by this:

'((message-kill-buffer "close" nil)
  (mml-attach-file "attach" mml-mode-map nil)
  (ignore "separator" nil (:help "")))

Try `(plist :inline t)', which works for me.




reply via email to

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