Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: ding@gnus.org
Cc: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Archive group broken since very recently
Date: Fri, 17 Sep 2010 23:57:21 +0200	[thread overview]
Message-ID: <201009172357.22047.tassilo@member.fsf.org> (raw)
In-Reply-To: <m3bp7w18cp.fsf@quimbies.gnus.org>

On Friday 17 September 2010 21:24:38 Lars Magne Ingebrigtsen wrote:

> >> Yes.  But I see what's triggering this, perhaps: Is your method
> >> part of `gnus-opened-servers'?
> > 
> > Yes, it is.
> 
> Then I don't understand it after all.  Could you edebug further down
> and see what makes it decide to extend the method instead of finding
> it via `gnus-similar-server-opened'?

`gnus-similar-server-opened' returns t.  And because of that and the
fact that the `cddr' of method is non-nil, `gnus-server-extend-method'
drops to the else part of the if in `gnus-server-extend-method'.

method is

  (nnml "archive"
        (nnml-inhibit-expiry t)
        (nnml-get-new-mail nil)
        (nnml-directory "~/.gnus.d/News/archive")
        (nnml-active-file "~/.gnus.d/News/archive/active"))

when `gnus-similar-server-opened' is called.

,----[ C-h v gnus-opened-servers RET ]
| gnus-opened-servers is a variable defined in `gnus.el'.
| Its value is shown below.
| 
| Documentation:
| Not documented as a variable.
| 
| Value: 
| (((nnml "archive+nnml+archive:sent-messages-2008"
| 		(nnml-address "archive")
| 		(nnml-inhibit-expiry t)
| 		(nnml-get-new-mail nil)
| 		(nnml-directory "~/.gnus.d/News/archive")
| 		(nnml-active-file "~/.gnus.d/News/archive/active"))
|   ok)
|  ((nnml "archive+nnml+archive:sent-postings"
| 		(nnml-address "archive")
| 		(nnml-inhibit-expiry t)
| 		(nnml-get-new-mail nil)
| 		(nnml-directory "~/.gnus.d/News/archive")
| 		(nnml-active-file "~/.gnus.d/News/archive/active"))
|   ok)
|  ((nnml "archive"
| 		(nnml-inhibit-expiry t)
| 		(nnml-get-new-mail nil)
| 		(nnml-directory "~/.gnus.d/News/archive")
| 		(nnml-active-file "~/.gnus.d/News/archive/active"))
|   ok)
|  ((nnml "archive"
| 		(nnml-inhibit-expiry t)
| 		(nnml-get-new-mail nil)
| 		(nnml-directory "/home/horn/.gnus.d/News/archive")
| 		(nnml-active-file 
"/home/horn/.gnus.d/News/archive/active"))
|   ok)
|  ((nntp "Uni"
| 		(nntp-address "news.uni-koblenz.de"))
|   ok)
|  ((nntp "Gmane"
| 		(nntp-address "news.gmane.org"))
|   ok)
|  ((nntp "Eclipse"
| 		(nntp-address "news.eclipse.org"))
|   offline))
| 
| [back]
`----

Bye,
Tassilo



  reply	other threads:[~2010-09-17 21:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-15 16:04 Tassilo Horn
2010-09-16  1:21 ` Katsumi Yamaoka
2010-09-16 10:26   ` Tassilo Horn
2010-09-16 18:00     ` Lars Magne Ingebrigtsen
2010-09-16 19:03       ` Tassilo Horn
2010-09-17  1:25         ` Lars Magne Ingebrigtsen
2010-09-17  8:09           ` Tassilo Horn
2010-09-17 15:51             ` Lars Magne Ingebrigtsen
2010-09-17 18:40               ` Tassilo Horn
2010-09-17 19:13                 ` Lars Magne Ingebrigtsen
2010-09-17 19:17                   ` Tassilo Horn
2010-09-17 19:24                     ` Lars Magne Ingebrigtsen
2010-09-17 21:57                       ` Tassilo Horn [this message]
2010-09-18 17:16                         ` Lars Magne Ingebrigtsen
2010-09-19  8:24                           ` Tassilo Horn

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=201009172357.22047.tassilo@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=larsi@gnus.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).