Gnus development mailing list
 help / color / mirror / Atom feed
From: Nikolaus Rath <Nikolaus@rath.org>
Subject: Re: nnir.el error
Date: Mon, 12 Jun 2006 09:32:04 +0200	[thread overview]
Message-ID: <873beasubv.fsf@nokile.rath.org> (raw)
In-Reply-To: <87bqszycct.fsf@gate450.dyndns.org>

Andreas Seltenreich <andreas+ding@gate450.dyndns.org> writes:
> Nikolaus Rath <Nikolaus@rath.org> writes:
>
>> Andreas Seltenreich <andreas+ding@gate450.dyndns.org> writes:
>>> Nikolaus Rath <Nikolaus@rath.org> writes:
>>>> Andreas Seltenreich <andreas+ding@gate450.dyndns.org> writes:
>
>>>>> should display that information now when the error occurs.  Could you
>>>>> try with the latest version from CVS?
>>>>
>>>> Hmm. The error message did not change.
> [...]
>> [0] nokile:~/lib/emacs/packages$ md5sum nnir.el
>> 4c0dc8d948c571f44b99ae92c57daf3d  nnir.el
>
> gnus/contrib$ for r in 7.{10..18} v5-10;do echo -n $r:\ ;cvs up -pr $r nnir.el|md5sum;done
> 7.10: 9e3d4b9eb57275e433bcac438a0e1f23  -
> 7.11: a2e2894ceee3f8fb6987b5610dcd5d3a  -
> 7.12: 49b2c79eed8ad2b89c97b0babb271f13  -
> 7.13: 7af4e44ca4fc0b2684ce011907d9f51c  -
> 7.14: ed49a2b63b782653aff9a4f135ab37e8  -
> 7.15: 00e92da216070f8f4c99b680b502bf83  -
> 7.16: 1a3bd44b5783b71e4b673986408a93bd  -
> 7.17: 459527294036dfb1c93674544dde9e0f  -
> 7.18: 995086bc0a19170bc63c49eb84efbfc2  -
> v5-10: 86708fcfb85a635241b01acb67ab8ebe  -
>
> I think we can rule out CVS line ending conversion and keyword
> substitution.

Strange. Seens to be some charset and whitespace difference:

[1] nokile:~$ wget 'http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~gnus/contrib/nnir.el?rev=7.18&content-type=text/plain'
--09:26:25--  http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~gnus/contrib/nnir.el?rev=7.18&content-type=text/plain
           => `nnir.el?rev=7.18&content-type=text%2Fplain'
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/plain]

    [   <=>                                          ] 59,403       109.88K/s

09:26:26 (109.63 KB/s) - `nnir.el?rev=7.18&content-type=text%2Fplain' saved [59403]

[0] nokile:~$ md5sum nnir.el\?rev\=7.18\&content-type\=text%2Fplain
995086bc0a19170bc63c49eb84efbfc2  nnir.el?rev=7.18&content-type=text%2Fplain

[0] nokile:~$ diff -u -w nnir.el\?rev\=7.18\&content-type\=text%2Fplain lib/emacs/packages/nnir.el
--- nnir.el?rev=7.18&content-type=text%2Fplain  2006-06-10 05:36:21.000000000 +0200
+++ lib/emacs/packages/nnir.el  2006-06-10 11:33:56.009937790 +0200
@@ -1,7 +1,7 @@
 ;;; nnir.el --- search mail with various search engines -*- coding: iso-8859-1 -*-
-;; Copyright (C) 1998 Kai Gro%G�%@johann
+;; Copyright (C) 1998 Kai Großjohann

-;; Author: Kai Gro%G�%@johann <grossjohann@ls6.cs.uni-dortmund.de>
+;; Author: Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
 ;; Keywords: news, mail, searching, ir, glimpse, wais, hyrex

 ;; This file is not part of GNU Emacs.
@@ -1578,3 +1578,4 @@
 (provide 'nnir)

 ;;; arch-tag: 9b3fecf8-4397-4bbb-bf3c-6ac3cbbc6664
+
[1] nokile:~$


Whatever. Using the new file the error is now indeed different, but
still not very helpful:

Debugger entered--Lisp error: (error "Unknown header type nil while requesting article 1265 of group nnml:home.nikratio.Gnus.Groups.Archiv.2000")
  signal(error ("Unknown header type nil while requesting article 1265 of group nnml:home.nikratio.Gnus.Groups.Archiv.2000"))
  error("Unknown header type %s while requesting article %s of group %s" nil 1265 "nnml:home.nikratio.Gnus.Groups.Archiv.2000")
  (cond ((eql G37601 ...) (goto-char ...) (setq novitem ...) (unless novitem ... ...)) ((eql G37601 ...) (goto-char ...) (setq novitem ...) (unless novitem ... ...)) (t (error "Unknown header type %s while requesting article %s of group %s" foo artno artfullgroup)))
  (let ((G37601 ...)) (cond (... ... ... ...) (... ... ... ...) (t ...)))
  (case (setq foo (gnus-retrieve-headers ... artfullgroup nil)) (nov (goto-char ...) (setq novitem ...) (unless novitem ... ...)) (headers (goto-char ...) (setq novitem ...) (unless novitem ... ...)) (t (error "Unknown header type %s while requesting article %s of group %s" foo artno artfullgroup)))
  (let ((gnus-override-method ...)) (case (setq foo ...) (nov ... ... ...) (headers ... ... ...) (t ...)))
  (while (not (null artlist)) (setq art (car artlist)) (or (numberp art) (nnheader-report ... "nnir-retrieve-headers doesn't grok message ids: %s" art)) (setq artitem (nnir-artlist-article nnir-artlist art)) (setq artrsv (nnir-artitem-rsv artitem)) (setq artfullgroup (nnir-artitem-group artitem)) (setq artno (nnir-artitem-number artitem)) (setq artgroup (gnus-group-real-name artfullgroup)) (setq server (nnir-group-server artfullgroup)) (set-buffer nntp-server-buffer) (nnir-possibly-change-server server) (let (...) (case ... ... ... ...)) (mail-header-set-number novitem art) (mail-header-set-from novitem (mail-header-from novitem)) (mail-header-set-subject novitem (format "[%d: %s/%d] %s" artrsv artgroup artno ...)) (push novitem novdata) (setq artlist (cdr artlist)))
  (let ((artlist ...) (art nil) (artitem nil) (artgroup nil) (artno nil) (artrsv nil) (artfullgroup nil) (novitem nil) (novdata nil) (foo nil) server) (while (not ...) (setq art ...) (or ... ...) (setq artitem ...) (setq artrsv ...) (setq artfullgroup ...) (setq artno ...) (setq artgroup ...) (setq server ...) (set-buffer nntp-server-buffer) (nnir-possibly-change-server server) (let ... ...) (mail-header-set-number novitem art) (mail-header-set-from novitem ...) (mail-header-set-subject novitem ...) (push novitem novdata) (setq artlist ...)) (setq novdata (nreverse novdata)) (set-buffer nntp-server-buffer) (erase-buffer) (mapcar (quote nnheader-insert-nov) novdata) (quote nov))
  (save-excursion (let (... ... ... ... ... ... ... ... ... ... server) (while ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (setq novdata ...) (set-buffer nntp-server-buffer) (erase-buffer) (mapcar ... novdata) (quote nov)))
  nnir-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "((query . \"foobar\"))" "-ephemeral" nil)
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "nnir:((query . \"foobar\"))" nil)
  gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "nnir:((query . \"foobar\"))" nil)
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "nnir:((query . \"foobar\"))" nil)
  gnus-fetch-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35))
  gnus-select-newsgroup("nnir:((query . \"foobar\"))" t nil)
  gnus-summary-read-group-1("nnir:((query . \"foobar\"))" t t nil nil nil)
  gnus-summary-read-group("nnir:((query . \"foobar\"))" t t nil nil nil nil)
  gnus-group-read-group(t t "nnir:((query . \"foobar\"))" nil)


Regards,

   --Nikolaus

-- 
Es ist ärgerlich, wie oft man manche Arbeit aufschieben muss, ehe man
sie entgültig vergessen hat.




  reply	other threads:[~2006-06-12  7:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-07 13:45 Nikolaus Rath
2006-06-08  5:47 ` Andreas Seltenreich
2006-06-08  9:49   ` Nikolaus Rath
2006-06-09 18:59     ` Andreas Seltenreich
2006-06-10  3:41       ` Andreas Seltenreich
2006-06-10 20:49         ` Nikolaus Rath
2006-06-10 22:07           ` Andreas Seltenreich
2006-06-11 10:43             ` Nikolaus Rath
2006-06-11 11:35               ` Reiner Steib
2006-06-11 12:14                 ` Nikolaus Rath
2006-06-11 21:07                   ` Reiner Steib
2006-06-11 14:51               ` Andreas Seltenreich
2006-06-12  7:32                 ` Nikolaus Rath [this message]
2006-06-12 22:12                   ` Andreas Seltenreich
2006-06-10  7:06       ` Nikolaus Rath
2006-06-10  7:59         ` Andreas Seltenreich
2006-06-10  9:30           ` Nikolaus Rath
2006-06-08  9:56   ` Nikolaus Rath

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=873beasubv.fsf@nokile.rath.org \
    --to=nikolaus@rath.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).