unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Customization group aliases
@ 2005-05-25 23:34 Bill Wohler
  0 siblings, 0 replies; 3+ messages in thread
From: Bill Wohler @ 2005-05-25 23:34 UTC (permalink / raw)
  Cc: mh-e-devel

I'm now getting the following warning when compiling MH-E:

  mh-customize.el:111:1:Warning: defgroup for `mh-e' fails to specify
      containing group

Here's the code:

  (defgroup mh nil
    "Emacs interface to the MH mail system.
  MH is the Rand Mail Handler. Other implementations include nmh and GNU
  mailutils."
    :link '(custom-manual "(mh-e)Top")
    :group 'mail)

  (defgroup mh-e '((mh custom-group))     ; Sort of an alias for 'mh group
    "Emacs interface to the MH mail system.
  MH is the Rand Mail Handler. Other implementations include nmh and GNU
  mailutils."
    :link '(custom-manual "(mh-e)Top"))

The mh-e group only exists to point a user in the right direction if
the user happens to explicitly run "M-x customize-group mh-e RET"
which is a reasonable expectation given the name of the package ;-).
As such, I do not want this group to appear in any group. Is there a
way around this?

I also forget why we named the main group "mh" and not "mh-e". I'm
thinking of simply dropping the second group and just having a single
"mh-e" group which is a reasonable expectation given the name of the
package ;-). If no one can remember the good reason why we did this or
can think of a good reason why we do this, I'll make it so.

-- 
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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-27 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87vf56517m.fsf@olgas.newt.com>
2005-05-26 14:53 ` Customization group aliases Richard Stallman
2005-05-27 18:12   ` Bill Wohler
2005-05-25 23:34 Bill Wohler

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).