From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34766 Path: main.gmane.org!not-for-mail From: Chris Green Newsgroups: gmane.emacs.gnus.general Subject: Re: problem triggered by gnus Date: 13 Feb 2001 09:53:48 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5br913k6qq.fsf@avocet.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170629 31994 80.91.224.250 (21 Oct 2002 03:23:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:23:49 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id DA212D049D for ; Tue, 13 Feb 2001 10:55:58 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id JAC01591; Tue, 13 Feb 2001 09:54:10 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Feb 2001 09:53:30 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA28158 for ; Tue, 13 Feb 2001 09:53:21 -0600 (CST) Original-Received: from phosphorus.tucc.uab.edu (phosphorus.tucc.uab.edu [138.26.15.220]) by mailhost.sclp.com (Postfix) with SMTP id B7E28D049D for ; Tue, 13 Feb 2001 10:53:50 -0500 (EST) Original-Received: (qmail 890 invoked by uid 501); 13 Feb 2001 15:53:48 -0000 Original-To: ShengHuo ZHU In-Reply-To: <5br913k6qq.fsf@avocet.cs.rochester.edu> (ShengHuo ZHU's message of "12 Feb 2001 15:04:45 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Cuyahoga Valley) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 28 Xref: main.gmane.org gmane.emacs.gnus.general:34766 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34766 ShengHuo ZHU writes: > > Do you put something special in .gnus? > > ShengHuo > Argh - Reminder: lisp comment region is the same as message-send-and-exit-with-prefix..... Sigh I don't believe I have anything special in my .gnus that should be triggering this. The only thing I can think is perhaps bbdb interaction but commenting out from my .emacs didn't help the problem. (require 'bbdb) (bbdb-initialize) (setq bbdb-always-add-addresses 't) (setq bbdb/news-auto-create-p 't) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) (bbdb-insinuate-message) (require 'expire-bbdb) (setq debug-on-error t) only helps by throwing a "entering debugger" in with the garbage collection and selecting non-existant buffer messages -- Chris Green Fame may be fleeting but obscurity is forever.