unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
@ 2012-12-20 10:13 Andreas Schwab
  2012-12-24 12:27 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2012-12-20 10:13 UTC (permalink / raw)
  To: 13234

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  encode-coding-string(nil utf-7-imap)
  utf7-encode(nil t)
  nnimap-find-article-by-message-id(nil "<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")
  nnimap-request-head("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>" nil "mnet")
  gnus-request-head("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>" "nnimap+mnet:INBOX")
  gnus-read-header("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")
  gnus-summary-insert-subject("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")
  byte-code("\304 \305.\211.\203-.	@.\306\b!\203&.\307\n!\211.\203&.\310\305\211\211\v$\210\311\312\313\"\210	A\211.\204	.*\314\315\316\n#\207" [gnus-override-method --dolist-tail-- message-id number gnus-refer-article-methods nil gnus-check-server gnus-summary-insert-subject gnus-summary-select-article throw found t gnus-message 3 "Couldn't fetch article %s"] 6)
  gnus-summary-refer-article("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")
  gnus-summary-refer-parent-article(1)
  call-interactively(gnus-summary-refer-parent-article nil nil)

See also
<http://git.gnus.org/cgit/gnus.git/commit/?id=8ba1cd0b96466a96265ec5336728519aa6030d83>.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-20 10:13 bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil Andreas Schwab
@ 2012-12-24 12:27 ` Lars Ingebrigtsen
  2012-12-24 12:42   ` Andreas Schwab
  2012-12-24 13:44   ` Andreas Schwab
  0 siblings, 2 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2012-12-24 12:27 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 13234

Andreas Schwab <schwab@linux-m68k.org> writes:

> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   encode-coding-string(nil utf-7-imap)
>   utf7-encode(nil t)

[...]

>   gnus-summary-refer-article("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")
>   gnus-summary-refer-parent-article(1)

I'm unable to reproduce this on the trunk.  Does this bug still exist?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-24 12:27 ` Lars Ingebrigtsen
@ 2012-12-24 12:42   ` Andreas Schwab
  2012-12-24 12:50     ` Lars Ingebrigtsen
  2012-12-24 13:44   ` Andreas Schwab
  1 sibling, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2012-12-24 12:42 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 13234

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Andreas Schwab <schwab@linux-m68k.org> writes:
>
>> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>>   encode-coding-string(nil utf-7-imap)
>>   utf7-encode(nil t)
>
> [...]
>
>>   gnus-summary-refer-article("<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")
>>   gnus-summary-refer-parent-article(1)
>
> I'm unable to reproduce this on the trunk.

Did you make sure that gnus-override-method is set?  Both nnimap.el and
gnus-request-head are unchanged on the trunk, so the condition is still
present.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-24 12:42   ` Andreas Schwab
@ 2012-12-24 12:50     ` Lars Ingebrigtsen
  2012-12-24 13:35       ` Andreas Schwab
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2012-12-24 12:50 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 13234

Andreas Schwab <schwab@linux-m68k.org> writes:

> Did you make sure that gnus-override-method is set?  Both nnimap.el and
> gnus-request-head are unchanged on the trunk, so the condition is still
> present.

No, I don't have any overrides, I think?  How is the override introduced
for you?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-24 12:50     ` Lars Ingebrigtsen
@ 2012-12-24 13:35       ` Andreas Schwab
  2012-12-24 15:17         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2012-12-24 13:35 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 13234

Lars Ingebrigtsen <larsi@gnus.org> writes:

> No, I don't have any overrides, I think?  How is the override introduced
> for you?

git grep is your friend.

(setq gnus-refer-article-method
      (cons 'current
	    (cons gnus-select-method
		  gnus-secondary-select-methods)))

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-24 12:27 ` Lars Ingebrigtsen
  2012-12-24 12:42   ` Andreas Schwab
@ 2012-12-24 13:44   ` Andreas Schwab
  2012-12-24 15:15     ` Lars Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 2012-12-24 13:44 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 13234

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I'm unable to reproduce this on the trunk.

Try this:

(nnimap-request-head "<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-24 13:44   ` Andreas Schwab
@ 2012-12-24 15:15     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2012-12-24 15:15 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 13234

Andreas Schwab <schwab@linux-m68k.org> writes:

>> I'm unable to reproduce this on the trunk.
>
> Try this:
>
> (nnimap-request-head "<Pine.BSM.4.64L.1212191326530.16336@herc.mirbsd.org>")

I just get nil...

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen





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

* bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil
  2012-12-24 13:35       ` Andreas Schwab
@ 2012-12-24 15:17         ` Lars Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2012-12-24 15:17 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 13234

Andreas Schwab <schwab@linux-m68k.org> writes:

> (setq gnus-refer-article-method
>       (cons 'current
> 	    (cons gnus-select-method
> 		  gnus-secondary-select-methods)))

I'm not able to reproduce the bug with this setting, either.  Hm...

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen





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

end of thread, other threads:[~2012-12-24 15:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-20 10:13 bug#13234: [24.2.91] nnimap-find-article-by-message-id can't handle group == nil Andreas Schwab
2012-12-24 12:27 ` Lars Ingebrigtsen
2012-12-24 12:42   ` Andreas Schwab
2012-12-24 12:50     ` Lars Ingebrigtsen
2012-12-24 13:35       ` Andreas Schwab
2012-12-24 15:17         ` Lars Ingebrigtsen
2012-12-24 13:44   ` Andreas Schwab
2012-12-24 15:15     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).