Gnus development mailing list
 help / color / mirror / Atom feed
From: Jason R Mastaler <jason@4b.org>
Subject: Re: nnmh-directory ?
Date: 23 Nov 1997 12:32:46 -0700	[thread overview]
Message-ID: <x7pvnre78h.fsf@4b.org> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "23 Nov 1997 06:58:10 +0100"

Lars Magne Ingebrigtsen <larsi@gnus.org> 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(#<buttondown-event button2>)
  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)
 
 \f
 


  reply	other threads:[~1997-11-23 19:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-11-10 16:20 Randy Sims
1997-11-11  1:42 ` Jason R Mastaler
1997-11-13 21:32 ` Lars Magne Ingebrigtsen
1997-11-14  1:33   ` Jason R Mastaler
1997-11-14 11:57     ` Randy Sims
1997-11-23  5:58     ` Lars Magne Ingebrigtsen
1997-11-23 19:32       ` Jason R Mastaler [this message]
1997-11-24  6:42         ` Lars Magne Ingebrigtsen
1997-11-24 22:42           ` Jason R Mastaler
1997-11-24 23:08           ` Jason R Mastaler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x7pvnre78h.fsf@4b.org \
    --to=jason@4b.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).