From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63319 Path: news.gmane.org!not-for-mail From: Nikolaus Rath Newsgroups: gmane.emacs.gnus.general Subject: nnir.el error Date: Wed, 07 Jun 2006 15:45:52 +0200 Message-ID: <87lks9nkof.fsf@nokile.rath.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1149700405 26285 80.91.229.2 (7 Jun 2006 17:13:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jun 2006 17:13:25 +0000 (UTC) Original-X-From: ding-owner+m11846@lists.math.uh.edu Wed Jun 07 19:13:24 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fo1aV-0007Fw-Dv for ding-account@gmane.org; Wed, 07 Jun 2006 19:12:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Fo1aG-0007Pq-00; Wed, 07 Jun 2006 12:12:44 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Fnyty-0007KX-00 for ding@lists.math.uh.edu; Wed, 07 Jun 2006 09:20:54 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1Fnytv-0001zG-BZ for ding@lists.math.uh.edu; Wed, 07 Jun 2006 09:20:54 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Fnyto-0000o9-00 for ; Wed, 07 Jun 2006 16:20:44 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Fnyt8-00049o-H8 for ding@gnus.org; Wed, 07 Jun 2006 16:20:03 +0200 Original-Received: from dslb-084-061-044-011.pools.arcor-ip.net ([84.61.44.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jun 2006 16:20:02 +0200 Original-Received: from Nikolaus by dslb-084-061-044-011.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jun 2006 16:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 51 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-061-044-011.pools.arcor-ip.net Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:qU8tQ9ZmJPAtuznWjBZCVvd0Smg= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63319 Archived-At: Hello, I just downloaded nnir.el from CVS and tried to run it with swish-e. I added gnus-secondary-select-methods '((nnml "" (nnml-directory "~/Gnus/Groups/") (nnml-use-compressed-files t) (nnir-search-engine swish-e) (nnir-swish-e-index-files ("/home/nikratio/Gnus/swish-e/index.swish-e")) (nnir-swish-e-remove-prefix "/home/nikratio/Gnus/swish-e/") ) (nnimap "" (nnimap-server-address "xxxx") (nnimap-stream starttls) (nnir-search-engine imap))) to my configuration and created the index file. However, when I run G G in the Group Buffer, this results in Debugger entered--Lisp error: (wrong-type-argument arrayp nil) aset(nil 0 228) (mail-header-set-number novitem art) (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) (case (setq foo ...) (nov ... ... ...) (headers ... ... ...) (t ...)) (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) (case ... ... ... ...) (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((228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ...) "((query . \"test\"))" "-ephemeral" nil) gnus-retrieve-headers((228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ...) "nnir:((query . \"test\"))" nil) gnus-cache-retrieve-headers((228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ...) "nnir:((query . \"test\"))" nil) gnus-retrieve-headers((228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ...) "nnir:((query . \"test\"))" nil) gnus-fetch-headers((228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 ...)) gnus-select-newsgroup("nnir:((query . \"test\"))" t nil) gnus-summary-read-group-1("nnir:((query . \"test\"))" t t nil nil nil) gnus-summary-read-group("nnir:((query . \"test\"))" t t nil nil nil nil) gnus-group-read-group(t t "nnir:((query . \"test\"))" nil) byte-code(" Æ\f\nÇÇ$* " [gnus-large-ephemeral-newsgroup gnus-fetch-old-ephemeral-headers gnus-fetch-old-headers gnus-large-newsgroup number group gnus-group-read-group t select-articles] 5) gnus-group-read-ephemeral-group("nnir:((query . \"test\"))" (nnir "") t (# . message) nil) (let ((parms nil)) (if extra-parms (setq parms ...) (setq parms ...)) (gnus-group-read-ephemeral-group (concat "nnir:" ...) (quote ...) t (cons ... gnus-current-window-configuration) nil)) gnus-group-make-nnir-group(nil "test") * call-interactively(gnus-group-make-nnir-group) Anyone able to tell what I'm doing wrong? Thanks in advance, --Nikolaus -- $|++;@_=map{chr(ord($_)-$|)}split//,"Kvtu!bopuifs!Qfsm!Ibdlfs-";$\="\r";@a=qw( < ^ > v);$§="_"x25;until($§!~m~_~){$o=int(rand 28)+65;next if$s{$o}++;$o==91? $o=44:($o==92?$o=32:0);$g=chr$o;for(0..24){if($_[$_]=~m)$g)i){for$m(@a,$_[$_]) {substr $§,$_,$|,$m;print$§;select$/,$/,$/,0.1}}}print$§}print$/