Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: Next registry error
Date: Fri, 22 Apr 2011 08:53:02 +0200	[thread overview]
Message-ID: <878vv2zsj5.fsf@member.fsf.org> (raw)
In-Reply-To: <871v0vd0i8.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 21 Apr 2011 11:37:03 -0500")

Ted Zlatanov <tzz@lifelogs.com> writes:

Hi Ted,

> TH> I'm totally fine with having that variable as a list of regexps,
> TH> as I see no reason for saying ("foo" nil).  So it's just a
> TH> question of you want to make an incompatible change...
>
> Ah.  It's a group/topic parameter, that's why it has that form, and
> why I didn't see it when I did git diff against older gnus-registry.el
> versions.  Sorry about that.  I made the changes so the default is
> given in gnus.el and it should work OK now.

It does, thank you.

> You can still set it to a list of regexes.

Yes, I can set it to a list of regexes, but that errors. ;-)

So instead of (("^nntp" t) ("training" t) ("Junk" t)) I tried using
("^nntp" "training" "Junk"), but when trying to enter a group, I got
this:

Debugger entered--Lisp error: (wrong-type-argument listp "^nntp")
  gnus-parameter-registry-ignore("nnimap+Fastmail:INBOX.Junk Mail")
  gnus-registry-register-message-ids()
  run-hooks(gnus-summary-prepare-hook)
  apply(run-hooks gnus-summary-prepare-hook)
  gnus-run-hooks(gnus-summary-prepare-hook)
  gnus-summary-prepare()
  gnus-summary-read-group-1("nnimap+Fastmail:INBOX.Junk Mail" nil t nil nil nil)
  gnus-summary-read-group("nnimap+Fastmail:INBOX.Junk Mail" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group nil nil)

Bye,
Tassilo
-- 
Sent from my Emacs



  reply	other threads:[~2011-04-22  6:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21  6:32 Tassilo Horn
2011-04-21 14:58 ` Ted Zlatanov
2011-04-21 15:51   ` Tassilo Horn
2011-04-21 16:37     ` Ted Zlatanov
2011-04-22  6:53       ` Tassilo Horn [this message]
2011-04-22 13:21         ` Ted Zlatanov

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=878vv2zsj5.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=tzz@lifelogs.com \
    /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).