From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20049 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: No 'lib' directory under agent Date: 31 Dec 1998 15:49:04 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158365 15288 80.91.224.250 (20 Oct 2002 23:59:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:59:25 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA20898 for ; Thu, 31 Dec 1998 09:51:24 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB01072; Thu, 31 Dec 1998 08:51:12 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 31 Dec 1998 08:49:54 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAA06852 for ; Thu, 31 Dec 1998 08:49:46 -0600 (CST) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA20872 for ; Thu, 31 Dec 1998 09:49:39 -0500 (EST) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id PAA10335; Thu, 31 Dec 1998 15:49:04 +0100 (MET) Original-To: Harry Putnam Mail-Copies-To: never Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 21 Xref: main.gmane.org gmane.emacs.gnus.general:20049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20049 Harry Putnam writes: > Particularly the ~/News/agent/lib directory is missing. I haven't noticed any other directories missing, this patch made me a happy gnus agent user. (I've sent it off to bugs@gnus.org.) 1998-12-26 20:31:46 Simon Josefsson * gnus-agent.el (gnus-agent-write-servers): Make directory. --- lisp/gnus-agent.el- Sat Dec 26 20:31:28 1998 +++ lisp/gnus-agent.el Sat Dec 26 20:09:10 1998 @@ -437,6 +437,7 @@ (defun gnus-agent-write-servers () "Write the alist of covered servers." + (gnus-make-directory (nnheader-concat gnus-agent-directory "lib")) (with-temp-file (nnheader-concat gnus-agent-directory "lib/servers") (prin1 gnus-agent-covered-methods (current-buffer))))