Gnus development mailing list
 help / color / mirror / Atom feed
* nndir prints "nnml: fetching headers"
@ 2001-02-07 17:08 Kai Großjohann
  2001-02-07 21:11 ` ShengHuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2001-02-07 17:08 UTC (permalink / raw)


I have an nndir group (created with `G d'), and when I enter it, Gnus
prints "nnml: fetching headers" and various messages like this.
Shouldn't it print "nndir: fetching headers"?

What's the story?

kai
-- 
Be indiscrete.  Do it continuously.



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

* Re: nndir prints "nnml: fetching headers"
  2001-02-07 17:08 nndir prints "nnml: fetching headers" Kai Großjohann
@ 2001-02-07 21:11 ` ShengHuo ZHU
  2001-02-08 15:46   ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: ShengHuo ZHU @ 2001-02-07 21:11 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> I have an nndir group (created with `G d'), and when I enter it, Gnus
> prints "nnml: fetching headers" and various messages like this.
> Shouldn't it print "nndir: fetching headers"?

The exact message is "nnml: Receiving headers...", right?  

> What's the story?

nnml is a parent of nndir. nndir-retrieve-headers (nnoo creates it)
calls nnml-retrieve-headers, but nnml-retrieve-headers isn't aware
what the real backend is.  Maybe "nnml:" in the message is confusing.
Remove it?

ShengHuo

-- 
(setq gnus-posting-styles 
      '((".*" (signature (format "(setq gnus-posting-styles 
      '%S)" gnus-posting-styles)))))



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

* Re: nndir prints "nnml: fetching headers"
  2001-02-07 21:11 ` ShengHuo ZHU
@ 2001-02-08 15:46   ` Kai Großjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2001-02-08 15:46 UTC (permalink / raw)
  Cc: ding

On 07 Feb 2001, ShengHuo ZHU wrote:

> The exact message is "nnml: Receiving headers...", right?  

Yes.

>> What's the story?
> 
> nnml is a parent of nndir. nndir-retrieve-headers (nnoo creates it)
> calls nnml-retrieve-headers, but nnml-retrieve-headers isn't aware
> what the real backend is.  Maybe "nnml:" in the message is
> confusing.  Remove it?

Ah, it's because of nnoo.  Hm.  If nnoo grokked class names, then
maybe the message in nnml-retrieve-headers could print the class name
rather than a fixed string.

But maybe this is not worth the bother.

I like the idea of nnoo-ing stuff like the backends, but maybe the
implementation is a bit flawed.  Does EIEIO provide for `proper' OO in
Emacs Lisp?  If this ever becomes part of Emacs, Gnus could switch to
it.  Hm.  (I was really amazed at how fast Lars was able to cook this
up, though.)

kai
-- 
Be indiscrete.  Do it continuously.



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

end of thread, other threads:[~2001-02-08 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-07 17:08 nndir prints "nnml: fetching headers" Kai Großjohann
2001-02-07 21:11 ` ShengHuo ZHU
2001-02-08 15:46   ` Kai Großjohann

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