Gnus development mailing list
 help / color / mirror / Atom feed
* nnmh-directory ?
@ 1997-11-10 16:20 Randy Sims
  1997-11-11  1:42 ` Jason R Mastaler
  1997-11-13 21:32 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 10+ messages in thread
From: Randy Sims @ 1997-11-10 16:20 UTC (permalink / raw)


I'm confused -- but, not an unusual situation! With Quassia Gnus v0.13
when using a nnmh backend, nnmh-directory keeps getting set to
"~/News/drafts/" on startup. I think it should be "~/Mail/". What's
going on?

Randal N. Sims (Randy)           |  Tel:   (803)725-1387
Westinghouse Savannah River Co.  |  Fax:   (803)725-2823
SRS, 773-A, A1128, Rm. 2         |  Email: randal.sims@srs.gov
Aiken, SC 29808-0001 USA         |  URL:   "under construction"

DISCLAIMER: The opinions expressed are mine and do not necessarily
	    represent Westinghouse Savannah River Co. or the
	    United States Department of Energy.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-10 16:20 nnmh-directory ? Randy Sims
@ 1997-11-11  1:42 ` Jason R Mastaler
  1997-11-13 21:32 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 10+ messages in thread
From: Jason R Mastaler @ 1997-11-11  1:42 UTC (permalink / raw)


Randy Sims <randal.sims@srs.gov> writes:

> I'm confused -- but, not an unusual situation! With Quassia Gnus v0.13
> when using a nnmh backend, nnmh-directory keeps getting set to
> "~/News/drafts/" on startup. I think it should be "~/Mail/". What's
> going on?

This change worked for me.


Mon Nov 10 18:36:38 1997  Jason R Mastaler  <jason@4b.org>

	* nndraft.el (nndraft-directory): Changed nnmh-directory to
	nnmh-current-directory 

*** lib/lisp19/gnus/lisp/nndraft.el	Mon Nov 10 17:24:12 1997
--- gnus/source/qgnus/lisp/nndraft.el	Mon Nov 10 17:44:19 1997
***************
*** 37,43 ****
  
  (defvoo nndraft-directory (nnheader-concat gnus-directory "drafts/")
    "Where nndraft will store its files."
!   nnmh-directory)
  
  \f
  
--- 37,43 ----
  
  (defvoo nndraft-directory (nnheader-concat gnus-directory "drafts/")
    "Where nndraft will store its files."
!   nnmh-current-directory)
  
  \f
  
	


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-10 16:20 nnmh-directory ? 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
  1 sibling, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-13 21:32 UTC (permalink / raw)


Randy Sims <randal.sims@srs.gov> writes:

> I'm confused -- but, not an unusual situation! With Quassia Gnus v0.13
> when using a nnmh backend, nnmh-directory keeps getting set to
> "~/News/drafts/" on startup. I think it should be "~/Mail/". What's
> going on?

That's correct behavior.  Is this a problem?  When you read an nnmh
group, that variable should revert to its "proper" value.  

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  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
  0 siblings, 2 replies; 10+ messages in thread
From: Jason R Mastaler @ 1997-11-14  1:33 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Randy Sims <randal.sims@srs.gov> writes:
> 
> > I'm confused -- but, not an unusual situation! With Quassia Gnus v0.13
> > when using a nnmh backend, nnmh-directory keeps getting set to
> > "~/News/drafts/" on startup. I think it should be "~/Mail/". What's
> > going on?
> 
> That's correct behavior.  Is this a problem?  When you read an nnmh
> group, that variable should revert to its "proper" value.  

The problem is that it doesn't revert to it's proper value, and when
you start Gnus it thinks all your nnmh are empty when they aren't.
Trying to open them leads to an error because Gnus is looking in
~/News/drafts/ instead of ~/Mail/ for the messages.  With the patch I
posted though, things work as they should.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-14  1:33   ` Jason R Mastaler
@ 1997-11-14 11:57     ` Randy Sims
  1997-11-23  5:58     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 10+ messages in thread
From: Randy Sims @ 1997-11-14 11:57 UTC (permalink / raw)
  Cc: ding

Jason R Mastaler <jason@4b.org> writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> 
> > Randy Sims <randal.sims@srs.gov> writes:
> > 
> > > I'm confused -- but, not an unusual situation! With Quassia Gnus v0.13
> > > when using a nnmh backend, nnmh-directory keeps getting set to
> > > "~/News/drafts/" on startup. I think it should be "~/Mail/". What's
> > > going on?
> > 
> > That's correct behavior.  Is this a problem?  When you read an nnmh
> > group, that variable should revert to its "proper" value.  
> 
> The problem is that it doesn't revert to it's proper value, and when
> you start Gnus it thinks all your nnmh are empty when they aren't.
> Trying to open them leads to an error because Gnus is looking in
> ~/News/drafts/ instead of ~/Mail/ for the messages.  With the patch I
> posted though, things work as they should.

Yes, my description was quite inadequate and Jason described the
problem precisely and kindly supplied a proposed fix.

Randy.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  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
  1 sibling, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-23  5:58 UTC (permalink / raw)


Jason R Mastaler <jason@4b.org> writes:

> The problem is that it doesn't revert to it's proper value, and when
> you start Gnus it thinks all your nnmh are empty when they aren't.
> Trying to open them leads to an error because Gnus is looking in
> ~/News/drafts/ instead of ~/Mail/ for the messages.  With the patch I
> posted though, things work as they should.

But `nndraft-current-group' is the proper "shadow" of
`nnmh-current-group', so I don't quite understand how that could
be... 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-23  5:58     ` Lars Magne Ingebrigtsen
@ 1997-11-23 19:32       ` Jason R Mastaler
  1997-11-24  6:42         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Jason R Mastaler @ 1997-11-23 19:32 UTC (permalink / raw)


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
 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-23 19:32       ` Jason R Mastaler
@ 1997-11-24  6:42         ` Lars Magne Ingebrigtsen
  1997-11-24 22:42           ` Jason R Mastaler
  1997-11-24 23:08           ` Jason R Mastaler
  0 siblings, 2 replies; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-24  6:42 UTC (permalink / raw)


Jason R Mastaler <jason@4b.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

There was a thinko in the nnoo inheretance scheme.  Fix in Quassia
Gnus v0.15.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-24  6:42         ` Lars Magne Ingebrigtsen
@ 1997-11-24 22:42           ` Jason R Mastaler
  1997-11-24 23:08           ` Jason R Mastaler
  1 sibling, 0 replies; 10+ messages in thread
From: Jason R Mastaler @ 1997-11-24 22:42 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> There was a thinko in the nnoo inheretance scheme.  Fix in Quassia
> Gnus v0.15.

Great, that worked.  Thanks Lars.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: nnmh-directory ?
  1997-11-24  6:42         ` Lars Magne Ingebrigtsen
  1997-11-24 22:42           ` Jason R Mastaler
@ 1997-11-24 23:08           ` Jason R Mastaler
  1 sibling, 0 replies; 10+ messages in thread
From: Jason R Mastaler @ 1997-11-24 23:08 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
 
> There was a thinko in the nnoo inheretance scheme.  Fix in Quassia
> Gnus v0.15.
 
Okay, now the nnmh groups show up with articles, but 
`gnus-summary-save-article-folder' isn't working correctly.
 
When I do an `O h' on an article, Quassia v0.15 prompts me with:
 
"Save this article in file: (default ding) +nnmh/lists/"
 
With Gnus v5.5 and earlier Quassia's, the prompt is:
 
"Save article in folder [+nnmh/lists/ding] +"
 
At the plus sign, I could tab complete my nnmh directories in ~/Mail
which is what nnmh-directory is set to.  With Quassia v0.15 this is
not possible.  `O h' almost seems to be acting like
`gnus-summary-save-article-file' now.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1997-11-24 23:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-10 16:20 nnmh-directory ? 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
1997-11-24  6:42         ` Lars Magne Ingebrigtsen
1997-11-24 22:42           ` Jason R Mastaler
1997-11-24 23:08           ` Jason R Mastaler

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).