GNU bug report logs - #45041
27.1; Emacs hangs if the cited message contains some specific text

Previous Next

Package: emacs;

Reported by: Pratyush Yadav <pratiy0100 <at> gmail.com>

Date: Fri, 4 Dec 2020 11:56:01 UTC

Severity: normal

Tags: fixed, moreinfo

Found in version 27.1

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Pratyush Yadav <me <at> yadavpratyush.com>
Cc: Pratyush Yadav <pratiy0100 <at> gmail.com>, 45041 <at> debbugs.gnu.org
Subject: bug#45041: 27.1; Emacs hangs if the cited message contains some specific text
Date: Tue, 19 Jan 2021 15:32:41 +0100
Pratyush Yadav <me <at> yadavpratyush.com> writes:

> If I open any buffer and run this snippet, it returns nil almost 
> instantly. If I add (gnus-article-mode) after (goto-char (point-min)) it 
> freezes up.

So the following, in Emacs 27.1, with "emacs -Q" hangs?  I'm unable to
reproduce this.

(with-temp-buffer
  (require 'gnus-art)
  (insert ">
___________________________________________________________________________\n")
  (goto-char (point-min))
  (gnus-article-mode)
  (looking-at "^\\(\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[>|]\\)+\\)?
*>>>>> +\"\\([^\" ]+\\)\" +=="))


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 4 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.