Gnus development mailing list
 help / color / mirror / Atom feed
From: hobbes@poukram.net (Rémi Letot)
To: ding@gnus.org
Subject: Re: 'g' freezes
Date: Sun, 10 Oct 2010 02:01:01 +0200	[thread overview]
Message-ID: <87vd5aor0i.fsf@sphax.lybrafox.lan> (raw)
In-Reply-To: <m3ocb33sbq.fsf@quimbies.gnus.org>

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

> hobbes@poukram.net (Rémi Letot) writes:
>
>> pulled again minutes ago just to be sure.
>>
>> Note that this is before M-g. After M-g it becomes 
>>
>> (272 . 81803)
>
> Could you post new `G E' outputs before and after the `M-g'?  And are
> you 100% sure that you don't have any local code that interferes with
> nnimap behaviour in any way?

I can't be 100% sure (this is emacs :-), but to my knowledge there is
nothing. That's an emacs-snapshot package from
http://emacs.orebokech.com on debian sid, there are a bunch of emacs
extensions (debian specific or not), but nothing related to gnus.

I git pulled gnus a few minutes ago, and I have that in my .emacs to
make it use git gnus instead of the bundled one:

---------
;; using git gnus
(setq load-path (cons (expand-file-name "~/.emacs.d/site-lisp/gnus/lisp") load-path))

(require 'info)
(if (featurep 'xemacs)
    (add-to-list 'Info-directory-list "~/.emacs.d/site-lisp/gnus/texi/")
  (add-to-list 'Info-default-directory-list "~/.emacs.d/site-lisp/gnus/texi/"))

(require 'gnus-load)
----------

BTW, I have nnimap-need-unselect-to-notice-new-mail set to t in my
select method. It seems that was needed with the old nnimap, but I don't
know if that might be related.

G E are still 100% identical before and after M-g (I ediffed them to be
sure). They are quite long, so I removed long ranges of numbers :

("nnimap+swoog:INBOX" 3
 ((1 . 44957)
  (44959 . 46017)
  (46019 . 46305)
  46307
  (46309 . 48802)
  (48804 . 49217)
  (49219 . 49299)

...

  (81580 . 81587)
  (81589 . 81601)
  (81603 . 81660)
  (81662 . 81803))
 ((reply 278 302 331 337 385 395
	 (412 . 413)
	 (416 . 417)
	 420 443 456 480 508 510 537 574 579 612 620 626 638 656 658 663 10938 12138 12542 12577
	 (12663 . 12664)
	 12688 12883 13204 14279 14282 15218 15394 16217 16299 16482 18597 19150 19676 34263 34271 34318 34669 34824 35530 35612 35635 35673 35705 44853 44926 44942 44950 47976 48926 48988 49151 49154 49966 50663 50815 51537 52388 52741 52920 56596 57648 62564 65439 65614 65752 66347 66375 67399 68407 68520 69088 69157 69163 69212 69500 69604 69615 69623 69658 69677 69989
	 (70222 . 70223)
	 70716 71004 72337 75255 75390
	 (76010 . 76011)
	 76691 76705 77210 77238 77358 80119 80230 80233 80532 81479)
  (tick 273 275)
  (seen
   (272 . 276)
   (278 . 284)
   (287 . 294)
   (296 . 305)
   (307 . 313)
   (316 . 325)
   (328 . 344)
   (347 . 349)
   351
   (353 . 354)
   356
   (358 . 361)
   (363 . 375)
   (377 . 382)

...

   (643 . 644)
   (650 . 653)
   (655 . 668)
   (671 . 676)
   679 747 2184 10108 10266
   (10808 . 10809)
   10888 10938 10953 11021 11131 11387 11472 11584
   (11670 . 11672)
   11812 11842 12050 12108 12130 12138 12166 12281 12302 12337 12401 12501 12530 12542 12558 12564 12570 12577 12581
   (12663 . 12664)
   12683 12688 12693 12696 12714 12786 12883 12971 12974
   (12998 . 12999)
   13064
   (13156 . 13157)
   13204 13208 13239 13375 13697 14125 14198 14279 14282 14299 14304 14409 14421 14436 14452
   (14463 . 14465)
   14480 14565 14603 14707 14990 15082 15084 15136 15215 15218 15291 15294 15329 15369 15394 15452 15600 15716 15760 15775 15800 15955 15971 16129 16217 16299 16373 16472 16482 16493 16510 16638 16662 16675 16695 16708 16711 16735 16747 16753 16786 16804 16977 17707 17771 17781 17838 17906 18070 18113 18258 18313 18467 18597 18616 18815 18873 18929 18940
   (19150 . 19151)

...

   81682 81685 81687
   (81689 . 81704)
   (81716 . 81717)
   81783
   (81790 . 81803)))
 "nnimap:swoog"
 ((modseq)
  (uidvalidity . "1220472259")
  (active 272 . 81808)
  (permanent-flags . t)
  (imap-status . "81002 272 81001")))



HTH,
-- 
Rémi




  reply	other threads:[~2010-10-10  0:01 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-04 19:49 Rémi Letot
2010-10-04 19:51 ` Lars Magne Ingebrigtsen
2010-10-04 19:57   ` Rémi Letot
2010-10-04 19:59     ` Lars Magne Ingebrigtsen
2010-10-04 20:21       ` Rémi Letot
2010-10-04 20:32         ` Lars Magne Ingebrigtsen
2010-10-04 21:01           ` Rémi Letot
2010-10-04 21:07             ` Rémi Letot
2010-10-05 16:27               ` Lars Magne Ingebrigtsen
2010-10-05 17:03                 ` Rémi Letot
2010-10-05 17:20                   ` Lars Magne Ingebrigtsen
2010-10-05 19:52                     ` Rémi Letot
2010-10-05 19:54                       ` Rémi Letot
2010-10-05 20:17                       ` Lars Magne Ingebrigtsen
2010-10-05 20:54                         ` Rémi Letot
2010-10-07 16:37                           ` Rémi Letot
2010-10-07 19:10                           ` Lars Magne Ingebrigtsen
2010-10-07 19:53                             ` Rémi Letot
2010-10-07 19:58                               ` Lars Magne Ingebrigtsen
2010-10-07 20:05                                 ` Rémi Letot
2010-10-07 20:07                                   ` Lars Magne Ingebrigtsen
2010-10-07 20:13                                     ` Rémi Letot
2010-10-08 12:56                         ` Rémi Letot
2010-10-09 15:48                           ` Lars Magne Ingebrigtsen
2010-10-09 18:46                             ` Rémi Letot
2010-10-09 20:02                               ` Lars Magne Ingebrigtsen
2010-10-09 20:26                                 ` Rémi Letot
2010-10-09 20:51                                   ` Lars Magne Ingebrigtsen
2010-10-09 21:13                                     ` Rémi Letot
2010-10-09 22:38                                       ` Lars Magne Ingebrigtsen
2010-10-10  0:01                                         ` Rémi Letot [this message]
2010-10-10 13:59                                           ` Lars Magne Ingebrigtsen
2010-10-10 17:56                                             ` Rémi Letot
2010-10-10 18:02                                               ` Lars Magne Ingebrigtsen
2010-10-10 18:03                                                 ` Lars Magne Ingebrigtsen
2010-10-10 18:55                                                   ` Rémi Letot
2010-10-10 19:38                                                     ` Rémi Letot
2010-10-10 20:47                                                       ` Lars Magne Ingebrigtsen
2010-10-10 20:59                                                         ` Rémi Letot
2010-10-10 21:13                                                           ` Lars Magne Ingebrigtsen
2010-10-10 21:26                                                             ` Rémi Letot
2010-10-10 21:31                                                               ` Lars Magne Ingebrigtsen
2010-10-10 21:45                                                                 ` Rémi Letot
2010-10-10 21:51                                                                   ` Lars Magne Ingebrigtsen
2010-10-10 22:01                                                                     ` Rémi Letot
2010-10-10 22:23                                                                       ` Lars Magne Ingebrigtsen
2010-10-10 22:38                                                                         ` Rémi Letot
2010-10-11 18:54                                                                           ` Rémi Letot
2010-10-11 19:00                                                                             ` Lars Magne Ingebrigtsen
2010-10-11 19:08                                                                               ` Rémi Letot
2010-10-11 19:26                                                                                 ` Lars Magne Ingebrigtsen
2010-10-11 20:22                                                                                   ` Rémi Letot
2010-10-12 12:41                                                                                     ` nnimap rename (was: Re: 'g' freezes) Lars Magne Ingebrigtsen
2010-10-12 15:32                                                                                       ` Rémi Letot
2010-10-12 15:40                                                                                         ` nnimap rename Rupert Swarbrick
2010-10-12 19:44                                                                                         ` Lars Magne Ingebrigtsen
2010-10-12 20:19                                                                                           ` Rémi Letot
2010-10-12 21:24                                                                                           ` Lars Magne Ingebrigtsen
2010-10-12 22:02                                                                                             ` Rémi Letot
2010-10-11 19:00                                                                             ` 'g' freezes Rémi Letot
2010-10-11 19:03                                                                               ` Lars Magne Ingebrigtsen
2010-10-10 18:45                                                 ` Rémi Letot
2010-10-04 21:08             ` Lars Magne Ingebrigtsen

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=87vd5aor0i.fsf@sphax.lybrafox.lan \
    --to=hobbes@poukram.net \
    --cc=ding@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).