From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18700 Path: news.gmane.org!.POSTED!not-for-mail From: Pavel Zhukov Newsgroups: gmane.emacs.gnus.user Subject: gnus is hanging on cite-parse Date: Thu, 7 Sep 2017 06:27:06 -0700 (PDT) Message-ID: <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 1504792318 2195 195.159.176.226 (7 Sep 2017 13:51:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2017 13:51:58 +0000 (UTC) Injection-Date: Thu, 07 Sep 2017 13:27:07 +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 Thu Sep 07 15:51:44 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 1dpxDa-0008L3-KB for gegu-info-gnus-english@m.gmane.org; Thu, 07 Sep 2017 15:51:42 +0200 Original-Received: from localhost ([::1]:40584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpxDh-0005Br-IS for gegu-info-gnus-english@m.gmane.org; Thu, 07 Sep 2017 09:51:49 -0400 X-Received: by 10.101.86.13 with SMTP id l13mr1656008pgs.103.1504790827828; Thu, 07 Sep 2017 06:27:07 -0700 (PDT) X-Received: by 10.31.147.199 with SMTP id v190mr24487vkd.10.1504790827221; Thu, 07 Sep 2017 06:27:07 -0700 (PDT) Original-Path: usenet.stanford.edu!127no147993itw.0!news-out.google.com!j49ni352qtc.1!nntp.google.com!h15no601866qta.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.175.37.10; posting-account=gOWpSgoAAADVGkXEvWuE0ZkuZ-N4vbqK Original-NNTP-Posting-Host: 213.175.37.10 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:89651 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:18700 Archived-At: Hello, 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). 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() gnus-cite-parse-wrapper() gnus-cite-parse-maybe(nil t) gnus-dissect-cited-text() gnus-article-fill-cited-article(nil t) gnus-article-fill-cited-long-lines() gnus-treat-article(nil 1 1 "text/plain") gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(218 nil) gnus-summary-display-article(218 nil) gnus-summary-select-article(nil nil pseudo) gnus-summary-scroll-up(1) funcall-interactively(gnus-summary-scroll-up 1) call-interactively(gnus-summary-scroll-up nil nil) command-execute(gnus-summary-scroll-up)