Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap: Wrong type argument: number-or-marker-p, nil
@ 2001-10-30 19:10 Arne Jørgensen
  2001-10-30 19:27 ` Simon Josefsson
  2001-10-30 19:31 ` Arne Jørgensen
  0 siblings, 2 replies; 8+ messages in thread
From: Arne Jørgensen @ 2001-10-30 19:10 UTC (permalink / raw)


Hi,

I am trying to read mail from an IMAP-server (I don't know what
software is running on the server, but possibly some sort of MS).

I'am able to log into the server and get a list of my mailboxes (only
INBOX) by browsing the server.

When I try to enter the mailbox I get this error:

     Wrong type argument: number-or-marker-p, nil

I am able to acces the mail through Netscape (tried it to find out
where to look for the problem).

Any hints?

    /arne
-- 
stud. scient. Arne Jørgensen
Kollegium 5, 2., v. 222, Universitetsparken, 8000 Århus C
tlf: 89 42 72 22, mobil: 21 65 01 13
e-post: arne@daimi.au.dk, http://www.daimi.au.dk/~arne/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2001-10-30 19:10 nnimap: Wrong type argument: number-or-marker-p, nil Arne Jørgensen
@ 2001-10-30 19:27 ` Simon Josefsson
  2001-10-30 19:31 ` Arne Jørgensen
  1 sibling, 0 replies; 8+ messages in thread
From: Simon Josefsson @ 2001-10-30 19:27 UTC (permalink / raw)
  Cc: ding

"Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:

> Hi,
>
> I am trying to read mail from an IMAP-server (I don't know what
> software is running on the server, but possibly some sort of MS).
>
> I'am able to log into the server and get a list of my mailboxes (only
> INBOX) by browsing the server.
>
> When I try to enter the mailbox I get this error:
>
>      Wrong type argument: number-or-marker-p, nil
>
> I am able to acces the mail through Netscape (tried it to find out
> where to look for the problem).
>
> Any hints?

M-x toggle-debug-on-error RET, repeat the problem and send the
complete backtrace.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2001-10-30 19:10 nnimap: Wrong type argument: number-or-marker-p, nil Arne Jørgensen
  2001-10-30 19:27 ` Simon Josefsson
@ 2001-10-30 19:31 ` Arne Jørgensen
  2001-10-30 20:26   ` Simon Josefsson
  1 sibling, 1 reply; 8+ messages in thread
From: Arne Jørgensen @ 2001-10-30 19:31 UTC (permalink / raw)


"Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:

> Hi,
>
> I am trying to read mail from an IMAP-server (I don't know what
> software is running on the server, but possibly some sort of MS).
>
> I'am able to log into the server and get a list of my mailboxes (only
> INBOX) by browsing the server.
>
> When I try to enter the mailbox I get this error:
>
>      Wrong type argument: number-or-marker-p, nil
>
> I am able to acces the mail through Netscape (tried it to find out
> where to look for the problem).
>
> Any hints?
>
>     /arne

Here is a backtrace (Simon Josefsson suggested to post one -- should
have thought of that my self, but ...):

Signaling: (wrong-type-argument number-or-marker-p nil)
  gnus-activate-group("nnimap+sr.au.dk:INBOX")
  gnus-select-newsgroup("nnimap+sr.au.dk:INBOX" nil nil)
  gnus-summary-read-group-1("nnimap+sr.au.dk:INBOX" nil t nil nil nil)
  gnus-summary-read-group("nnimap+sr.au.dk:INBOX" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
* call-interactively(gnus-group-select-group)


     /arne
-- 
stud. scient. Arne Jørgensen
Kollegium 5, 2., v. 222, Universitetsparken, 8000 Århus C
tlf: 89 42 72 22, mobil: 21 65 01 13
e-post: arne@daimi.au.dk, http://www.daimi.au.dk/~arne/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2001-10-30 19:31 ` Arne Jørgensen
@ 2001-10-30 20:26   ` Simon Josefsson
  2001-10-30 21:01     ` Arne Jørgensen
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Josefsson @ 2001-10-30 20:26 UTC (permalink / raw)
  Cc: ding

"Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:

> Signaling: (wrong-type-argument number-or-marker-p nil)
>   gnus-activate-group("nnimap+sr.au.dk:INBOX")
>   gnus-select-newsgroup("nnimap+sr.au.dk:INBOX" nil nil)

I can't reproduce this, can you M-x load-library RET gnus-start.el RET
and get another, even better, backtrace?




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2001-10-30 20:26   ` Simon Josefsson
@ 2001-10-30 21:01     ` Arne Jørgensen
  2002-01-04 21:02       ` Simon Josefsson
  0 siblings, 1 reply; 8+ messages in thread
From: Arne Jørgensen @ 2001-10-30 21:01 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> "Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:
>
>> Signaling: (wrong-type-argument number-or-marker-p nil)
>>   gnus-activate-group("nnimap+sr.au.dk:INBOX")
>>   gnus-select-newsgroup("nnimap+sr.au.dk:INBOX" nil nil)
>
> I can't reproduce this, can you M-x load-library RET gnus-start.el RET
> and get another, even better, backtrace?

I'll try. To get the backtrace below I started a news emacs. Made a
M-x gnus, M-x toggle-debug-on-error, M-x load-library RET
gnus-start.el RET. Then jumped to the (unsubscribed) group
nnimap+sr.au.dk:INBOX, subscribed it, and pressed RET and this is the
backtrace I got:

Signaling: (wrong-type-argument numberp nil)
  zerop(nil)
  (and (zerop (car active)) (zerop (cdr active)) (gnus-active group))
  (if (and (zerop ...) (zerop ...) (gnus-active group)) (gnus-active group) (gnus-set-active group active) active)
  (if dont-check nil (setq active (gnus-parse-active)) (if (and ... ... ...) (gnus-active group) (gnus-set-active group active) active))
  (unless dont-check (setq active (gnus-parse-active)) (if (and ... ... ...) (gnus-active group) (gnus-set-active group active) active))
  (and (inline (gnus-check-server method)) (progn (and scan ... ...) t) (condition-case nil (inline ...) (quit ... nil)) (unless dont-check (setq active ...) (if ... ... ... active)))
  (let ((method ...) active) (and (inline ...) (progn ... t) (condition-case nil ... ...) (unless dont-check ... ...)))
  gnus-activate-group("nnimap+sr.au.dk:INBOX")
  gnus-select-newsgroup("nnimap+sr.au.dk:INBOX" nil nil)
  gnus-summary-read-group-1("nnimap+sr.au.dk:INBOX" nil t nil nil nil)
  gnus-summary-read-group("nnimap+sr.au.dk:INBOX" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
* call-interactively(gnus-group-select-group)


By the way I'm using the latest gnus from cvs.

I don't know if this a (even better) backtrace ...

       /arne
-- 
stud. scient. Arne Jørgensen
Kollegium 5, 2., v. 222, Universitetsparken, 8000 Århus C
tlf: 89 42 72 22, mobil: 21 65 01 13
e-post: arne@daimi.au.dk, http://www.daimi.au.dk/~arne/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2001-10-30 21:01     ` Arne Jørgensen
@ 2002-01-04 21:02       ` Simon Josefsson
  2002-01-04 21:26         ` Arne Jørgensen
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Josefsson @ 2002-01-04 21:02 UTC (permalink / raw)
  Cc: ding

"Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:

> I'll try. To get the backtrace below I started a news emacs. Made a
> M-x gnus, M-x toggle-debug-on-error, M-x load-library RET
> gnus-start.el RET. Then jumped to the (unsubscribed) group
> nnimap+sr.au.dk:INBOX, subscribed it, and pressed RET and this is the
> backtrace I got:
>
> Signaling: (wrong-type-argument numberp nil)
>   zerop(nil)
>   (and (zerop (car active)) (zerop (cdr active)) (gnus-active group))

Do you still see this?  I cannot reproduce it using CVS Gnus.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2002-01-04 21:02       ` Simon Josefsson
@ 2002-01-04 21:26         ` Arne Jørgensen
  2002-01-04 22:01           ` ShengHuo ZHU
  0 siblings, 1 reply; 8+ messages in thread
From: Arne Jørgensen @ 2002-01-04 21:26 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> "Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:
>
>> I'll try. To get the backtrace below I started a news emacs. Made a
>> M-x gnus, M-x toggle-debug-on-error, M-x load-library RET
>> gnus-start.el RET. Then jumped to the (unsubscribed) group
>> nnimap+sr.au.dk:INBOX, subscribed it, and pressed RET and this is the
>> backtrace I got:
>>
>> Signaling: (wrong-type-argument numberp nil)
>>   zerop(nil)
>>   (and (zerop (car active)) (zerop (cdr active)) (gnus-active group))
>
> Do you still see this?  I cannot reproduce it using CVS Gnus.

Still having problems, but the backtrace is different (see below). I'm
also using the latest CVS Gnus.

It is not an important server for me so I have not put any work into
making it work. My guess is the server is misconfigured or buggy,
although I'm able to acces it through Netscape/4.77.

Yours,

        /arne


Signaling: (wrong-type-argument numberp nil)
  zerop(nil)
  (and (zerop (car active)) (zerop (cdr active)) (gnus-active group))
  (if (and (zerop ...) (zerop ...) (gnus-active group)) (gnus-active group) (gnus-set-active group active) active)
  (if dont-check nil (setq active (gnus-parse-active)) (if (and ... ... ...) (gnus-active group) (gnus-set-active group active) active))
  (unless dont-check (setq active (gnus-parse-active)) (if (and ... ... ...) (gnus-active group) (gnus-set-active group active) active))
  (and (inline (gnus-check-server method)) (progn (and scan ... ...) t) (if (or debug-on-error debug-on-quit) (inline ...) (condition-case nil ... ...)) (unless dont-check (setq active ...) (if ... ... ... active)))
  (let ((method ...) active) (and (inline ...) (progn ... t) (if ... ... ...) (unless dont-check ... ...)))
  gnus-activate-group("nnimap+sr.au.dk:INBOX")
  gnus-select-newsgroup("nnimap+sr.au.dk:INBOX" nil nil)
  gnus-summary-read-group-1("nnimap+sr.au.dk:INBOX" nil t nil nil nil)
  gnus-summary-read-group("nnimap+sr.au.dk:INBOX" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
* call-interactively(gnus-group-select-group)


-- 
stud. scient. Arne Jørgensen
Kollegium 5, 2., v. 222, Universitetsparken, 8000 Århus C
tlf: 89 42 72 22, mobil: 21 65 01 13
e-post: arne@daimi.au.dk, http://www.daimi.au.dk/~arne/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: nnimap: Wrong type argument: number-or-marker-p, nil
  2002-01-04 21:26         ` Arne Jørgensen
@ 2002-01-04 22:01           ` ShengHuo ZHU
  0 siblings, 0 replies; 8+ messages in thread
From: ShengHuo ZHU @ 2002-01-04 22:01 UTC (permalink / raw)


"Arne Jørgensen" <arne@daimi.au.dk> writes:

> Simon Josefsson <jas@extundo.com> writes:
>
>> "Arne Jørgensen" <arne+usenet@daimi.au.dk> writes:
>>
>>> I'll try. To get the backtrace below I started a news emacs. Made a
>>> M-x gnus, M-x toggle-debug-on-error, M-x load-library RET
>>> gnus-start.el RET. Then jumped to the (unsubscribed) group
>>> nnimap+sr.au.dk:INBOX, subscribed it, and pressed RET and this is the
>>> backtrace I got:
>>>
>>> Signaling: (wrong-type-argument numberp nil)
>>>   zerop(nil)
>>>   (and (zerop (car active)) (zerop (cdr active)) (gnus-active group))
>>
>> Do you still see this?  I cannot reproduce it using CVS Gnus.
>
> Still having problems, but the backtrace is different (see below). I'm
> also using the latest CVS Gnus.
>
> It is not an important server for me so I have not put any work into
> making it work. My guess is the server is misconfigured or buggy,
> although I'm able to acces it through Netscape/4.77.

Could you check the content of the buffer named " *nntpd*" (note the
leading space) when the error happens?

ShengHuo



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-01-04 22:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-30 19:10 nnimap: Wrong type argument: number-or-marker-p, nil Arne Jørgensen
2001-10-30 19:27 ` Simon Josefsson
2001-10-30 19:31 ` Arne Jørgensen
2001-10-30 20:26   ` Simon Josefsson
2001-10-30 21:01     ` Arne Jørgensen
2002-01-04 21:02       ` Simon Josefsson
2002-01-04 21:26         ` Arne Jørgensen
2002-01-04 22:01           ` ShengHuo ZHU

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).