all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bill Wohler <wohler@newt.com>
Subject: Disabling customization items
Date: Fri, 15 Aug 2003 20:47:39 GMT	[thread overview]
Message-ID: <87zniasl5h.fsf@olgas.newt.com> (raw)

How does one disable items in the customization interface?

Let's say I have the option foo with three features "a", "b", or "c".

    (defcustom foo "a" nil
      :type '(choice (const "a")
                     (const "b")
                     (const "c")))

Let's say feature "b" is not available on a system. I'd like to indicate that
that item is supported by my code, but not by the system. Thus, choice "b"
should be disabled.

Thus customization interface in 21.2 doesn't appear to support this. Has
anyone figured out how to do this?

-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

             reply	other threads:[~2003-08-15 20:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-15 20:47 Bill Wohler [this message]
2003-08-18 16:54 ` Disabling customization items Kevin Rodgers
2003-08-25  2:00   ` Bill Wohler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zniasl5h.fsf@olgas.newt.com \
    --to=wohler@newt.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.