From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12904 Path: main.gmane.org!not-for-mail From: Jason R Mastaler Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmh-directory ? Date: 23 Nov 1997 12:32:46 -0700 Message-ID: References: <199711101822.TAA02005@ifi.uio.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152361 6323 80.91.224.250 (20 Oct 2002 22:19:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:19:21 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA09580 for ; Sun, 23 Nov 1997 13:00:12 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA25945 for ; Sun, 23 Nov 1997 15:00:10 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id UAA05672 for ; Sun, 23 Nov 1997 20:34:49 +0100 (MET) Original-Received: (qmail 24721 invoked by uid 504); 23 Nov 1997 19:34:48 -0000 Original-Received: (qmail 24718 invoked from network); 23 Nov 1997 19:34:48 -0000 Original-Received: from camel14.mindspring.com (207.69.200.64) by claymore.vcinet.com with SMTP; 23 Nov 1997 19:34:48 -0000 Original-Received: from ashanti.mastaler.com (ACCS-AS26-DP11.SNFC.grid.net [206.80.189.28]) by camel14.mindspring.com (8.8.5/8.8.5) with ESMTP id OAA18983 for ; Sun, 23 Nov 1997 14:34:42 -0500 (EST) Original-Received: (from jason@localhost) by ashanti.mastaler.com (8.8.5/8.8.5) id MAA14272; Sun, 23 Nov 1997 12:32:47 -0700 (MST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "23 Nov 1997 06:58:10 +0100" Original-Lines: 47 X-Mailer: Quassia Gnus v0.14/XEmacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:12904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12904 Lars Magne Ingebrigtsen writes: > But `nndraft-current-group' is the proper "shadow" of > `nnmh-current-group', so I don't quite understand how that could > be... I can't answer this for you, but trust me, this remains a problem for me as well as other nnmh users. I just compiled a fresh Quassia v0.14, and when I start Gnus, I get the "No news is no news" bit, and all my nnmh groups show up empty with an asterisk in front of them. *: nnmh:lists.ding *: nnmh:lists.hall-of-records Clicking on any of these groups gives me the following type of error: "Couldn't request group nnmh:lists.ding: Selected group drafts" Here is the associated backtrace: Signaling: (error "Couldn't request group nnmh:lists.ding: Selected group drafts") signal(error ("Couldn't request group nnmh:lists.ding: Selected group drafts")) cerror("Couldn't request group %s: %s" "nnmh:lists.ding" "Selected group drafts") apply(cerror ("Couldn't request group %s: %s" "nnmh:lists.ding" "Selected group drafts")) error("Couldn't request group %s: %s" "nnmh:lists.ding" "Selected group drafts") gnus-select-newsgroup("nnmh:lists.ding" nil) gnus-summary-read-group-1("nnmh:lists.ding" nil nil nil nil) gnus-summary-read-group("nnmh:lists.ding" nil nil nil nil) gnus-group-read-group(nil) gnus-mouse-pick-group(#) call-interactively(gnus-mouse-pick-group) The only way I can use Quassia to read my mail is after I apply the following patch. If I can give you any more info, please let me know. --- lisp/nndraft.el.orig Sun Nov 23 12:16:19 1997 +++ lisp/nndraft.el Sun Nov 23 12:16:54 1997 @@ -37,7 +37,7 @@ (defvoo nndraft-directory (nnheader-concat gnus-directory "drafts/") "Where nndraft will store its files." - nnmh-directory) + nnmh-current-directory)