bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45041: 27.1; Emacs hangs if the cited message contains some specific


From: Lars Ingebrigtsen
Subject: bug#45041: 27.1; Emacs hangs if the cited message contains some specific text
Date: Tue, 19 Jan 2021 15:32:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Pratyush Yadav <me@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]