From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8398 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Feedback on new Customization Date: 15 Oct 1996 13:49:40 +0200 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: <24453.844790128@splat.niehs.nih.gov> <199610092222.SAA08682@swapsdvlp02.ny-swaps-develop.ml.com> <199610101341.GAA18689@newman.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035148564 11923 80.91.224.250 (20 Oct 2002 21:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:16:04 +0000 (UTC) Return-Path: Original-Received: (qmail 31905 invoked from smtpd); 15 Oct 1996 12:34:12 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 15 Oct 1996 12:34:10 -0000 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 15 Oct 1996 13:49:47 +0200 Original-Received: from kolmogorov.dina.kvl.dk (kolmogorov.dina.kvl.dk [130.225.40.209]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id NAA10014; Tue, 15 Oct 1996 13:43:55 +0200 Original-Received: (abraham@localhost) by kolmogorov.dina.kvl.dk (8.6.12/8.6.4) id NAA04521; Tue, 15 Oct 1996 13:49:40 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Wesley.Hardaker@sphys.unil.ch's message of 15 Oct 1996 08:38:49 +0100 Original-Lines: 21 X-Mailer: Red Gnus v0.49/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:8398 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8398 Wesley.Hardaker@sphys.unil.ch writes: > The only solution I can see for this is to define the groups in a > different file (all of them in one maybe) and then tell each group > which file to load when its visiblity is toggled... Ugly... Hard to > implement... Makes you keep track of files when you shouldn't... > Bad... No, it is not difficult. I plan to it like this: ;;; In the file gnus-foo.el ;;;###autoload (defgroup gnus-foo nil "Foos for gnus" :group 'gnus :file "gnus-foo") The ;;;###autoload is a standard emacs mechanism that ensures the following declaration is always loaded.