all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Marshall, Simon" <simon.marshall@misys.com>
Subject: [21.2]: M-x customize-group offers non-groups for customisation
Date: Thu, 11 Apr 2002 14:35:23 +0100	[thread overview]
Message-ID: <FC3DA3DC8D4AD311AB910020352A8FDC0BC62CBF@eagle.midas-kapiti.com> (raw)

If you do M-x customize-group RET then you can enter, e.g.,
auto-compression-mode and a customisation buffer is offered up.  Problem
is, auto-compression-mode isn't a group and so the customisation buffer
is empty/confusing.

The cause is in this in customize-group:

(completing-read "Customize group: (default emacs) "
     obarray
     (lambda (symbol)
       (or (get symbol 'custom-loads)
           (get symbol 'custom-group)))
     t)

where auto-compression-mode has a non-nil custom-loads property (its
custom-group property is nil).

How hard is it to make custom only offer genuine groups?  Presumably too
hard.

Perhaps something meaningful can be done after customize-group does the
custom-load-symbol, e.g., say, "oh, it's not a group, but here's a
customisation buffer containing the list of groups to which it belongs"
or "oh, it's not a group, it's an X and here's the appropriate
customisation buffer to customise it".

Simon.

             reply	other threads:[~2002-04-11 13:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-11 13:35 Marshall, Simon [this message]
2002-04-11 15:41 ` [21.2]: M-x customize-group offers non-groups for customisation Per Abrahamsen
2002-04-13 19:07   ` Richard Stallman
2002-04-14 12:01     ` Per Abrahamsen
2002-04-11 18:06 ` Stefan Monnier

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=FC3DA3DC8D4AD311AB910020352A8FDC0BC62CBF@eagle.midas-kapiti.com \
    --to=simon.marshall@misys.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.