emacs-devel
[Top][All Lists]
Advanced

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

Why not always use the :tag of a widget in Custom?


From: Lennart Borgman (gmail)
Subject: Why not always use the :tag of a widget in Custom?
Date: Wed, 26 Dec 2007 04:06:10 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

If a widget type has a :tag property this will be displayed sometimes in Custom, but not always. It will be displayed when you have a complex type like

  :type '(choice (key-sequence)
                 (color))

but not when you have a simple type like

  :type 'key-sequence

Wouldn't it be useful to always display the :tag property?




reply via email to

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