From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79129 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus keeps messing up its active file Date: Thu, 16 Jun 2011 14:41:27 +0200 Message-ID: <877h8m0wzs.fsf@member.fsf.org> References: <87d3ieheb0.fsf@yun.yagibdah.de> <87k4cm1d2h.fsf@member.fsf.org> <87fwnaywb9.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308228147 5196 80.91.229.12 (16 Jun 2011 12:42:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 12:42:27 +0000 (UTC) Cc: To: lee Original-X-From: ding-owner+M27428@lists.math.uh.edu Thu Jun 16 14:42:22 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXBtt-0003gc-NK for ding-account@gmane.org; Thu, 16 Jun 2011 14:42:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QXBt7-0007lZ-IJ; Thu, 16 Jun 2011 07:41:33 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QXBt6-0007lQ-GT for ding@lists.math.uh.edu; Thu, 16 Jun 2011 07:41:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QXBt5-0006Ax-Fb for ding@lists.math.uh.edu; Thu, 16 Jun 2011 07:41:32 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QXBt3-0007ZQ-H2 for ding@gnus.org; Thu, 16 Jun 2011 14:41:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id F3EA0D2233; Thu, 16 Jun 2011 14:41:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xzt8rFuf-DQv; Thu, 16 Jun 2011 14:41:28 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTPA id B20BED222D; Thu, 16 Jun 2011 14:41:28 +0200 (CEST) In-Reply-To: <87fwnaywb9.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Thu, 16 Jun 2011 11:12:10 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79129 Archived-At: lee writes: Hi! > (setq gnus-fetch-old-headers "some") That should be 'some the symbol, not the string. > (setq gnus-read-active-file "some") Ditto, 'some. And that's the default value anyway, so you may want to remove it. Not sure if that is the culprit, but who knows... Bye, Tassilo