Gnus development mailing list
 help / color / mirror / Atom feed
* Adding :group to defcustoms and/or defgroups (was: Changes committed gnus/lisp (ChangeLog gmm-utils.el))
       [not found] <E1F1zT3-0006Ch-00@quimby.gnus.org>
@ 2006-01-26  9:48 ` Reiner Steib
  2006-01-26 10:52   ` Adding :group to defcustoms and/or defgroups Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2006-01-26  9:48 UTC (permalink / raw)


On Thu, Jan 26 2006, Katsumi Yamaoka on ding-patches:

[...]
> +2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
> +
> +	* gmm-utils.el (gmm-verbose): Add :group.
> +
[...]
> -  :type 'integer)
> +  :type 'integer
> +  :group 'gmm)

I thought that it's sufficient if the :group is included in the
`defgroup gmm'.  Isn't it?  At least, I get "Parent groups: gmm" after
`M-x customize-variable RET gmm-verbose RET' and `M-x customize-group
RET gmm RET' includes `gmm-verbose'.

BTW, the :version is missing in the defgroup.  I will fix it.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: Adding :group to defcustoms and/or defgroups
  2006-01-26  9:48 ` Adding :group to defcustoms and/or defgroups (was: Changes committed gnus/lisp (ChangeLog gmm-utils.el)) Reiner Steib
@ 2006-01-26 10:52   ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2006-01-26 10:52 UTC (permalink / raw)


>>>>> In <v964o7s4jt.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> On Thu, Jan 26 2006, Katsumi Yamaoka on ding-patches:

> [...]
>> +2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
>> +
>> +	* gmm-utils.el (gmm-verbose): Add :group.
>> +
> [...]
>> -  :type 'integer)
>> +  :type 'integer
>> +  :group 'gmm)

> I thought that it's sufficient if the :group is included in the
> `defgroup gmm'.  Isn't it?  At least, I get "Parent groups: gmm" after
> `M-x customize-variable RET gmm-verbose RET' and `M-x customize-group
> RET gmm RET' includes `gmm-verbose'.

That is for avoiding the following warning that Emacs 22
issues when compiling.

In toplevel form:
gmm-utils.el:39:1:Warning: defcustom for `gmm-verbose' fails to specify
    containing group
Wrote /Work/gnus/lisp/gmm-utils.elc

> BTW, the :version is missing in the defgroup.  I will fix it.



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

end of thread, other threads:[~2006-01-26 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1F1zT3-0006Ch-00@quimby.gnus.org>
2006-01-26  9:48 ` Adding :group to defcustoms and/or defgroups (was: Changes committed gnus/lisp (ChangeLog gmm-utils.el)) Reiner Steib
2006-01-26 10:52   ` Adding :group to defcustoms and/or defgroups Katsumi Yamaoka

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 NNTP newsgroup(s).