From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33375 Path: main.gmane.org!not-for-mail From: dme@dme.org Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS Gnus hangs on `gnus-summary-show-article' Date: 16 Nov 2000 10:06:27 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: <873dgs44f0.fsf@serafina-pekkala.dme.org> References: <2ny9ykol29.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035169494 24779 80.91.224.250 (21 Oct 2002 03:04:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:04:54 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 1D24DD049B for ; Thu, 16 Nov 2000 05:26:57 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB21871; Thu, 16 Nov 2000 04:26:39 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 16 Nov 2000 04:25:53 -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 EAA13159 for ; Thu, 16 Nov 2000 04:25:44 -0600 (CST) Original-Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by mailhost.sclp.com (Postfix) with ESMTP id CA553D049B for ; Thu, 16 Nov 2000 05:26:01 -0500 (EST) Original-Received: from serafina-pekkala.dme.org ([212.240.232.117]) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 13wLw5-000MEj-0U; Thu, 16 Nov 2000 10:06:29 +0000 Original-To: ShengHuo ZHU In-Reply-To: <2ny9ykol29.fsf@tiger.jia.vnet> Original-Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Canyonlands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33375 * zsh@cs.rochester.edu [2000-11-15 23:46:38] > > i updated to the latest CVS gnus. It seems to hang on the article > > included below when pressing `gnus-summary-show-article' and also on foo>> `gnus-summary-copy-article'. I waited up to 30 seconds for display (= < 1 > > sec is normal), but nothing happens. So i set `toggle-debug-on-quit' and > > quitted: >=20 > Fixed. But message-cite-prefix-regexp is still problematic. Expanding out the grouping for leading and trailing whitespace and removing the combination stuff: (setq message-cite-prefix-regexp "[ \t]*\\(\\w\\|[_-\\.]\\)+>+[ \t]*\\|[ \t]*[]>=BB|:}+ ]*[]>=BB|:}+][ \t]*") improves things a lot, but now interleaved supercite and non-supercite citations aren't correctly detected by m-n-a-r. I think that's a small price to pay. dme.