From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22124 Path: main.gmane.org!not-for-mail From: lantz moore Newsgroups: gmane.emacs.gnus.general Subject: searching articles when bbdb is enabled Date: 29 Mar 1999 16:06:29 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <863e2nlu2i.fsf@godzilla.contigo.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160101 26518 80.91.224.250 (21 Oct 2002 00:28:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:28:21 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA15493 for ; Mon, 29 Mar 1999 19:08:42 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB03479; Mon, 29 Mar 1999 18:08:05 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 29 Mar 1999 18:07:52 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id SAA29321 for ; Mon, 29 Mar 1999 18:07:40 -0600 (CST) Original-Received: from godzilla.contigo.com (godzilla.contigo.com [209.75.193.5]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA15454 for ; Mon, 29 Mar 1999 19:07:30 -0500 (EST) Original-Received: (from lmoore@localhost) by godzilla.contigo.com (8.9.3/8.9.3/Debian/GNU) id QAA25597; Mon, 29 Mar 1999 16:06:29 -0800 Original-To: ding@gnus.org X-Now-Playing: kyuss / and the circus leaves town / El Rodeo Original-Lines: 45 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22124 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22124 every once in a while, when searching articles using gnus-summary-search-article i get the error message: "message unexists". it seems to happen when an article is of zero length, that is, just headers and it seems to be bbdb choking on it[1]. so, then, why the hell am i posting this to the ding list? hmmm, good question. well, i guess i'm wondering if gnus shouldn't inhibit the gnus-article-prepare-hook while searching, as it does with various other hooks. or is the default bbdb setup putting bbdb/gnus-update-record into the wrong hook? it sure doesn't seem like you'd want to do the update record thing while searching... bbdb and gnus versions are: BBDB version 2.00 (1998/03/16 07:48:00) Pterodactyl Gnus v0.80 bbdb/gnus params are: (setq gnus-use-bbdb t) (require 'bbdb) (bbdb-initialize 'gnus 'message 'sc) (setq bbdb-use-pop-up nil) [1] Signaling: (error "message unexists") signal(error ("message unexists")) cerror("message unexists") apply(cerror "message unexists") error("message unexists") bbdb/gnus-update-record() run-hooks(bbdb/gnus-update-record) apply(run-hooks bbdb/gnus-update-record) gnus-run-hooks(gnus-article-prepare-hook) gnus-article-prepare-display() gnus-article-prepare(47 nil) gnus-summary-display-article(47 nil) gnus-summary-select-article() gnus-summary-search-article("assurej" nil) #("" nil) call-interactively(gnus-summary-search-article-forward) -- lantz moore, contigo software lmoore@contigo.com