From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6841 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.2.20: SAVEDIR Date: 20 Jun 1996 10:56:55 -0600 Sender: mdb@cdc.noaa.gov Message-ID: References: <199606200515.XAA10443@gielgud.lanl.gov.xdiv> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147240 4925 80.91.224.250 (20 Oct 2002 20:54:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:54:00 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id KAA27185 for ; Thu, 20 Jun 1996 10:15:40 -0700 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Thu, 20 Jun 1996 18:57:16 +0200 Original-Received: from suomi by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id KAA16898; Thu, 20 Jun 1996 10:56:56 -0600 Original-Received: by suomi (SMI-8.6) id KAA16811; Thu, 20 Jun 1996 10:56:56 -0600 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of 20 Jun 1996 16:47:44 +0200 Original-Lines: 28 X-Mailer: Gnus v5.2.20/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:6841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6841 >> On 20 Jun 1996 16:47:44 +0200, >> Lars Magne Ingebrigtsen(lars) wrote: lars> Mark Borges writes: >> The only way I've been able to get what I want is the ugly gross way: >> manually set each of these in my gnus-init-file, e.g., lars> Just set `gnus-directory' in .emacs. Doh! Yes, that works. Lessee if I can ask a more intelligent question now to try to redeem myself... Is it safe to assume that all valid variables in Gnus-5.2.20 are documented? I've got a bunch of what appear to be bogus left-over variables that I'd like to purge. Otherwise I might think they actually do something useful -- besides, my gnus-init-file is way too big. I'd go ahead and just do it, but I see stuff like $ grep gnus-use-generic-from *.el gnus.el:(defvar gnus-use-generic-from nil) $ which I don't understand -- why is it defvar'd and never used? -- -mb-