Gnus development mailing list
 help / color / mirror / Atom feed
From: iny+news@iki.fi (Ilpo Nyyssönen)
Subject: Re: Faster nnimap: nnimap-retrieve-groups-asynchronous
Date: Tue, 30 Apr 2002 11:30:30 +0300	[thread overview]
Message-ID: <m3vga94mhl.fsf@ypy.tky.hut.fi> (raw)
In-Reply-To: <Pine.LNX.4.44.0204300956510.29269-100000@yxa.extundo.com>

Simon Josefsson <jas@extundo.com> writes:

> On Tue, 30 Apr 2002, Ilpo Nyyssönen wrote:
>
>> Fresh Oort Gnus from CVS gives me this with my Courier IMAP:
>> 
>> Signaling: (wrong-type-argument number-char-or-marker-p nil)
>>   nnimap-retrieve-groups(("inbox.Trash" "inbox.news" "inbox.sent" "inbox") "ypy")
>
> Try evaluating (load "nnimap.el") to get a better backtrace.

I'll try that patch little later.

Signaling: (wrong-type-argument number-char-or-marker-p nil)
  <(nil nil)
  (if (< (car ...) (imap-mailbox-get ... group nnimap-server-buffer)) (push (list group) slowgroups) (insert (cdr ...)))
  (if (imap-ok-p (imap-wait-for-tag tag nnimap-server-buffer)) (if (< ... ...) (push ... slowgroups) (insert ...)))
  (when (imap-ok-p (imap-wait-for-tag tag nnimap-server-buffer)) (if (< ... ...) (push ... slowgroups) (insert ...)))
  (let ((group ...) (tag ...) new old) (when (imap-ok-p ...) (if ... ... ...)))
  (while --dolist-temp--20204 (setq asyncgroup (car --dolist-temp--20204)) (let (... ... new old) (when ... ...)) (setq --dolist-temp--20204 (cdr --dolist-temp--20204)))
  (let ((--dolist-temp--20204 asyncgroups) asyncgroup) (while --dolist-temp--20204 (setq asyncgroup ...) (let ... ...) (setq --dolist-temp--20204 ...)) nil)
  (catch (quote --cl-block-nil--) (let (... asyncgroup) (while --dolist-temp--20204 ... ... ...) nil))
  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
  (block nil (let (... asyncgroup) (while --dolist-temp--20204 ... ... ...) nil))
  (dolist (asyncgroup asyncgroups) (let (... ... new old) (when ... ...)))
  (if (null nnimap-retrieve-groups-asynchronous) (setq slowgroups groups) (dolist (group groups) (gnus-message 7 "nnimap: Checking mailbox %s" group) (add-to-list ... ...)) (dolist (asyncgroup asyncgroups) (let ... ...)))
  (let (asyncgroups slowgroups) (if (null nnimap-retrieve-groups-asynchronous) (setq slowgroups groups) (dolist ... ... ...) (dolist ... ...)) (dolist (group slowgroups) (if nnimap-retrieve-groups-asynchronous ...) (gnus-message 7 "nnimap: Rechecking mailbox %s" group) (imap-mailbox-put ... nil group nnimap-server-buffer) (or ... ...)))
  (save-current-buffer (set-buffer nntp-server-buffer) (erase-buffer) (nnimap-before-find-minmax-bugworkaround) (let (asyncgroups slowgroups) (if ... ... ... ...) (dolist ... ... ... ... ...)))
  (with-current-buffer nntp-server-buffer (erase-buffer) (nnimap-before-find-minmax-bugworkaround) (let (asyncgroups slowgroups) (if ... ... ... ...) (dolist ... ... ... ... ...)))
  (progn (gnus-message 5 "nnimap: Checking mailboxes...") (with-current-buffer nntp-server-buffer (erase-buffer) (nnimap-before-find-minmax-bugworkaround) (let ... ... ...)) (gnus-message 5 "nnimap: Checking mailboxes...done") (quote active))
  (if (nnimap-possibly-change-server server) (progn (gnus-message 5 "nnimap: Checking mailboxes...") (with-current-buffer nntp-server-buffer ... ... ...) (gnus-message 5 "nnimap: Checking mailboxes...done") (quote active)))
  (when (nnimap-possibly-change-server server) (gnus-message 5 "nnimap: Checking mailboxes...") (with-current-buffer nntp-server-buffer (erase-buffer) (nnimap-before-find-minmax-bugworkaround) (let ... ... ...)) (gnus-message 5 "nnimap: Checking mailboxes...done") (quote active))
  nnimap-retrieve-groups(("inbox.Trash" "inbox.news" "inbox.sent" "inbox") "ypy")
  gnus-retrieve-groups(("inbox.Trash" "inbox.news" "inbox.sent" "inbox") (nnimap "ypy" (nnimap-address "localhost") (nnimap-stream ssl) (nnimap-authenticator login) (nnimap-list-pattern ("inbox.*" "shared.*"))))
  gnus-read-active-file-2(("inbox.Trash" "inbox.news" "inbox.sent" "inbox") (nnimap "ypy" (nnimap-address "localhost") (nnimap-stream ssl) (nnimap-authenticator login) (nnimap-list-pattern ("inbox.*" "shared.*"))))
  gnus-read-active-file-1((nnimap "ypy" (nnimap-address "localhost") (nnimap-stream ssl) (nnimap-authenticator login) (nnimap-list-pattern ("inbox.*" "shared.*"))) nil)
  gnus-read-active-file()
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)

-- 
Ilpo Nyyssönen # biny # /* :-) */



  reply	other threads:[~2002-04-30  8:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-29 16:41 Simon Josefsson
2002-04-29 17:11 ` Nicolas Kowalski
2002-04-29 19:16 ` dme
2002-04-29 22:59 ` Wes Hardaker
2002-04-30  0:21 ` Danny Siu
2002-04-30  5:05 ` Ilpo Nyyssönen
2002-04-30  7:59   ` Simon Josefsson
2002-04-30  8:30     ` Ilpo Nyyssönen [this message]
2002-04-30  8:48     ` Ilpo Nyyssönen
2002-05-01  1:17       ` Simon Josefsson
2002-04-30 11:06 ` Kai Großjohann
2002-05-02 15:08   ` Amos Gouaux
2002-06-06 11:56 ` Bjørn Mork
2002-06-06 13:07   ` Simon Josefsson
2002-06-06 14:10     ` Bjørn Mork
2002-06-06 16:47       ` Bjørn Mork

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=m3vga94mhl.fsf@ypy.tky.hut.fi \
    --to=iny+news@iki.fi \
    /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).