From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58407 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: defcustoms without group declaration (was: Gnus 5.10 is now on the trunk) Date: Wed, 08 Sep 2004 20:18:54 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040831224603.GB6230@fencepost> <20040904132456.GA16964@fencepost> Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1094667571 15363 80.91.224.253 (8 Sep 2004 18:19:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2004 18:19:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 08 20:19:12 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C572E-0003Aa-00 for ; Wed, 08 Sep 2004 20:19:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C577W-0004Fk-0p for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2004 14:24:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C577O-0004Ff-L0 for emacs-devel@gnu.org; Wed, 08 Sep 2004 14:24:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C577M-0004FT-TY for emacs-devel@gnu.org; Wed, 08 Sep 2004 14:24:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C577M-0004FQ-Q3 for emacs-devel@gnu.org; Wed, 08 Sep 2004 14:24:28 -0400 Original-Received: from [134.60.1.1] (helo=mail-new.rz.uni-ulm.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C5722-0004Ak-6T for emacs-devel@gnu.org; Wed, 08 Sep 2004 14:18:58 -0400 Original-Received: from lumberjack.physik.uni-ulm.de (lumberjack.physik.uni-ulm.de [134.60.10.173]) by mail.uni-ulm.de (8.13.1/8.13.1) with ESMTP id i88IIssA000628; Wed, 8 Sep 2004 20:18:54 +0200 (MEST) Original-Received: by lumberjack.physik.uni-ulm.de (Postfix, from userid 170) id BA76F18165; Wed, 8 Sep 2004 20:18:54 +0200 (CEST) Original-To: Emacs development , Ding List Mail-Followup-To: Emacs development , Ding List X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML; )7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+; CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf, d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-DCC-sonic.net-Metrics: gemini 1156; Body=2 Fuz1=2 Fuz2=2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26896 gmane.emacs.gnus.general:58407 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58407 --=-=-= [ Including ] On Tue, Sep 07 2004, Kim F. Storm wrote: > The following gnus related variables do not have a :group (or > :variable-group) declaration, so they end up in the 'nil' group: > > gnus-parameter-to-address-alist > gnus-parameter-go-list-alist > gnus-parameter-subscribed-alist > gnus-parameter-large-newsgroup-initial-alist > mml-signencrypt-style-alist > nntp-authinfo-file > mml2015-unabbrev-trust-alist > > Can you pls. advise which group each of these belong to ? Thanks for pointing this out. I have commit the attached patch. If someone has a better suggestion, please speak up. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=rs-Custom-nil.patch cvs diff: Diffing . Index: ChangeLog =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/gnus/ChangeLog,v retrieving revision 1.253 diff -u -r1.253 ChangeLog --- ChangeLog 7 Sep 2004 03:47:58 -0000 1.253 +++ ChangeLog 8 Sep 2004 18:17:09 -0000 @@ -1,3 +1,19 @@ +2004-09-08 Reiner Steib + + * nntp.el (nntp): New customization group. + (nntp-authinfo-file): Added customization group. + + * mml2015.el (mml2015-unabbrev-trust-alist): Added customization + group. + + * mml-sec.el (mml-signencrypt-style-alist): Ditto. + + * gnus.el (to-address, to-list, subscribed) + (large-newsgroup-initial): Ditto. + + * flow-fill.el (fill-flowed-display-column) + (fill-flowed-encode-column): Ditto. + 2004-09-06 Stefan * message.el (message-tokenize-header, message-send-mail-with-qmail): Index: flow-fill.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/gnus/flow-fill.el,v retrieving revision 1.5 diff -u -r1.5 flow-fill.el --- flow-fill.el 4 Sep 2004 13:13:43 -0000 1.5 +++ flow-fill.el 8 Sep 2004 18:17:09 -0000 @@ -56,6 +56,7 @@ (defcustom fill-flowed-display-column 'fill-column "Column beyond which format=flowed lines are wrapped, when displayed. This can be a Lisp expression or an integer." + :group 'mime-display :type '(choice (const :tag "Standard `fill-column'" fill-column) (const :tag "Fit Window" (- (window-width) 5)) (sexp) @@ -65,6 +66,7 @@ "Column beyond which format=flowed lines are wrapped, in outgoing messages. This can be a Lisp expression or an integer. RFC 2646 suggests 66 characters for readability." + :group 'mime-display :type '(choice (const :tag "Standard fill-column" fill-column) (const :tag "RFC 2646 default (66)" 66) (sexp) Index: gnus.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/gnus/gnus.el,v retrieving revision 1.28 diff -u -r1.28 gnus.el --- gnus.el 4 Sep 2004 13:13:43 -0000 1.28 +++ gnus.el 8 Sep 2004 18:17:10 -0000 @@ -1599,6 +1599,7 @@ "Return GROUP's to-address." :variable-document "*Alist of group regexps and correspondent to-addresses." + :variable-group gnus-group-parameter :parameter-type '(gnus-email-address :tag "To Address") :parameter-document "\ This will be used when doing followups and posts. @@ -1625,6 +1626,7 @@ "Return GROUP's to-list." :variable-document "*Alist of group regexps and correspondent to-lists." + :variable-group gnus-group-parameter :parameter-type '(gnus-email-address :tag "To List") :parameter-document "\ This address will be used when doing a `a' in the group. @@ -1643,6 +1645,7 @@ "Return GROUP's subscription status." :variable-document "*Groups which are automatically considered subscribed." + :variable-group gnus-group-parameter :parameter-type '(const :tag "Subscribed" t) :parameter-document "\ Gnus assumed that you are subscribed to the To/List address. @@ -1749,6 +1752,7 @@ "Return GROUP's initial input of the number of articles." :variable-document "*Alist of group regexps and its initial input of the number of articles." + :variable-group gnus-group-parameter :parameter-type '(choice :tag "Initial Input for Large Newsgroup" (const :tag "All" nil) (integer)) Index: mml-sec.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/gnus/mml-sec.el,v retrieving revision 1.2 diff -u -r1.2 mml-sec.el --- mml-sec.el 4 Sep 2004 13:13:43 -0000 1.2 +++ mml-sec.el 8 Sep 2004 18:17:11 -0000 @@ -83,6 +83,7 @@ understood by all PGP implementations, in particular PGP version 2 does not support it! See Info node `(message)Security' for details." + :group 'message :type '(repeat (list (choice (const :tag "S/MIME" "smime") (const :tag "PGP" "pgp") (const :tag "PGP/MIME" "pgpmime") Index: mml2015.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/gnus/mml2015.el,v retrieving revision 1.2 diff -u -r1.2 mml2015.el --- mml2015.el 4 Sep 2004 13:13:43 -0000 1.2 +++ mml2015.el 8 Sep 2004 18:17:11 -0000 @@ -83,6 +83,7 @@ ("TRUST_FULLY" . t) ("TRUST_ULTIMATE" . t)) "Map GnuPG trust output values to a boolean saying if you trust the key." + :group 'mime-security :type '(repeat (cons (regexp :tag "GnuPG output regexp") (boolean :tag "Trust key")))) Index: nntp.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/gnus/nntp.el,v retrieving revision 1.22 diff -u -r1.22 nntp.el --- nntp.el 4 Sep 2004 13:13:44 -0000 1.22 +++ nntp.el 8 Sep 2004 18:17:11 -0000 @@ -34,6 +34,10 @@ (eval-when-compile (require 'cl)) +(defgroup nntp nil + "NNTP access for Gnus." + :group 'gnus) + (defvoo nntp-address nil "Address of the physical nntp server.") @@ -182,6 +186,7 @@ (defcustom nntp-authinfo-file "~/.authinfo" ".netrc-like file that holds nntp authinfo passwords." + :group 'nntp :type '(choice file (repeat :tag "Entries" --=-=-= Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--