[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nnimap 0.123 and pgnus 0.95



Simon Josefsson <jas@pdc.kth.se> writes:

> Rene H. Larsen <renehl@post1.tele.dk> writes:
> 
> > > Oddly enough the problem seems to have disappeared.  I don't know why it did
> > > not work yesterday but then I started XEmacs this morning using the new
> > > versions the problem was no longer there.
> > 
> > Well, I have this problem with 0.123 and pgnus 0.95.  I get this backtrace:
> > 
> > Signaling: (wrong-type-argument number-char-or-marker-p nil)
> 
> I think I've fixed this for 0.124, could you check when it's out?  It
> only happens under some conditions which are kind of difficult to
> reproduce.

After upgrading to 0.125 (and now 0.126) the problem hasn't
reappeared.  All seems well now.

> > apart from the INBOX, which doesn't seem to be checked until you
> > explicitly press M-g.  Why is that, btw.?
> 
> Check the select method with `G E' on the group, does it say the same
> thing as in your `gnus-secondary-select-methods'?

It seems this was indeed the problem.

I'm sorry it took so long for me to report back.
-- 
#!/usr/bin/perl -w
for$a(0..12){$b[$a]="|"." "x78}for$a(0..78){substr($b[-(sin($a*3.1415/
22)-1)*6.499],$a,1)="*"}$b[6]=~s/ /-/g;print join("\n",@b),"\n";