From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78128 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: SOLVED Re: Errors with archive methods Date: Mon, 28 Mar 2011 18:40:05 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <7xvcz6dyo8.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301334014 28573 80.91.229.12 (28 Mar 2011 17:40:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 17:40:14 +0000 (UTC) To: nognus Original-X-From: ding-owner+M26439@lists.math.uh.edu Mon Mar 28 19:40:10 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 1Q4GQD-0006OG-Hu for ding-account@gmane.org; Mon, 28 Mar 2011 19:40:09 +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 1Q4GPs-000501-76; Mon, 28 Mar 2011 12:39:48 -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 1Q4GPr-0004zq-24 for ding@lists.math.uh.edu; Mon, 28 Mar 2011 12:39:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4GPp-0003uX-QY for ding@lists.math.uh.edu; Mon, 28 Mar 2011 12:39:46 -0500 Original-Received: from mail-bw0-f44.google.com ([209.85.214.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4GPp-0004Ow-2s for ding@gnus.org; Mon, 28 Mar 2011 19:39:45 +0200 Original-Received: by bwz13 with SMTP id 13so3864675bwz.17 for ; Mon, 28 Mar 2011 10:39:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:in-reply-to:date:organization :message-id:references:user-agent:mime-version:content-type; bh=q1E/s+u49GBv+HFD3MJaGATcD34GQlQ6HnrQsNa1M74=; b=qwyud+MDPiEfL4+hstaD92OSsk+XQdutg2OBwqs8vSteuPjvq6mITwhAh4OBVZJ4S3 NZHPZdmpsZQQtwg3OsOZDlApj+e8ubl6WFStdfhIGrmXYH0Qu0Lt56CPXEJOUc1H3VZh biD06oF7vy0fj4a5pGexhSMSdDrjXO1HSqGYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:date:organization:message-id:references :user-agent:mime-version:content-type; b=fJPQeeUmd69IoAhwns60ghNEgGtBM+tSlqnugHMhc/UYwMW3VhXS5rwIOGO1o325Za GGptXdZISjVtwpxM7VAVPiyAghwSlY+Jw7fnTdfeKYoJJ0ltZqnTHVjAn89PBeHEcfpb 2iDbvPUGQzNJyrIOk/D7a9DTSnL0Qa/Xev124= Original-Received: by 10.204.24.4 with SMTP id t4mr4058888bkb.109.1301333979523; Mon, 28 Mar 2011 10:39:39 -0700 (PDT) Original-Received: from asus1015pem (175.Red-217-126-211.staticIP.rima-tde.net [217.126.211.175]) by mx.google.com with ESMTPS id v21sm2841398bkt.23.2011.03.28.10.39.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Mar 2011 10:39:38 -0700 (PDT) Original-Received: from shamrock by asus1015pem with local (Exim 4.72) (envelope-from ) id 1Q4FUH-0005mi-7Q for ding@gnus.org; Mon, 28 Mar 2011 18:40:17 +0200 In-Reply-To: <7xvcz6dyo8.fsf@news.eternal-september.org> (Richard Riley's message of "Sat, 26 Mar 2011 10:21:59 +0100") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78128 Archived-At: > > ,---- > | Debugger entered--Lisp error: (wrong-type-argument stringp nil) > | file-name-as-directory(nil) > | nnheader-concat(nil "active") > | (defvar nnfolder-active-file (nnheader-concat nnfolder-directory "active") ("/home/shamrock/.emacs.d/nognus/lisp/nnfolder.elc" . 1827)) Problem solved : earlier customisations had seen nnfolder-directory stored in my custom. Removed and now works. Me bad on that one.