From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18701 Path: news.gmane.org!.POSTED!not-for-mail From: yamaoka@jpl.org Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus is hanging on cite-parse Date: Thu, 7 Sep 2017 18:25:08 -0700 (PDT) Message-ID: <0e702c34-43f6-43dc-b5d3-e2ba585af215@googlegroups.com> References: <807e339e-847a-49e0-a0f0-7abeb81055e1@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1504834223 20510 195.159.176.226 (8 Sep 2017 01:30:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 8 Sep 2017 01:30:23 +0000 (UTC) Injection-Date: Fri, 08 Sep 2017 01:25:08 +0000 User-Agent: G2/1.0 To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Sep 08 03:30:04 2017 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dq87Q-0004OM-Go for gegu-info-gnus-english@m.gmane.org; Fri, 08 Sep 2017 03:30:04 +0200 Original-Received: from localhost ([::1]:42876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dq87U-0004LB-MK for gegu-info-gnus-english@m.gmane.org; Thu, 07 Sep 2017 21:30:08 -0400 X-Received: by 10.84.238.133 with SMTP id v5mr861453plk.46.1504833908960; Thu, 07 Sep 2017 18:25:08 -0700 (PDT) X-Received: by 10.31.130.213 with SMTP id e204mr10921vkd.8.1504833908873; Thu, 07 Sep 2017 18:25:08 -0700 (PDT) Original-Path: usenet.stanford.edu!o200no444497itg.0!news-out.google.com!j49ni381qtc.1!nntp.google.com!h15no806022qta.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus In-Reply-To: <807e339e-847a-49e0-a0f0-7abeb81055e1@googlegroups.com> Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=202.215.75.70; posting-account=wTVIxwoAAACZFFW2uZ9vyLJRIv001S9G Original-NNTP-Posting-Host: 202.215.75.70 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:89652 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18701 Archived-At: On Thu, 07 Sep 2017 06:27:06 -0700, Pavel Zhukov wrote: > I have problem with gnus displaying some messages like described in > [1] In my case traceback looks like [2]. As a workaround I use cite > regexp like (setq message-cite-prefix-regexp ">") but it's not > a solution. > The problem occurs if I try to open this email > https://lists.isc.org/pipermail/dhcp-users/2017-September/020820.html > for example (and many many others). I got the email from and tried reading it using Gnus, but no such a problem happened. > Can somebody point me out what's wrong with the citation/regexp and > how to fix that? Or how to debug the issue further. > [1] https://lists.gnu.org/archive/html/info-gnus-english/2017-01/msg00006.html > [2] > Debugger entered--Lisp error: (quit) > looking-at("^\\(\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+\\)? *>>>>> +\"\\([^\"\n]+\\)\" +==") > gnus-cite-parse() [...] The operand of `looking-at' is the same as the one I use, that is just the default value of `gnus-supercite-regexp'. Well, what does happen when you evaluate this form at every beginning of line one by one in that article body? M-: (looking-at gnus-supercite-regexp) RET