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 04:14:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Pratyush Yadav <me@yadavpratyush.com> writes:

> FWIW, I am using Doom Emacs [0]. Could it have anything to do with this? 
> I don't think they touch Gnus all that much but maybe some other plugin 
> or setting is causing a side effect.

I don't think Doom should be influencing this, because the test case
seems straight-forward -- you said that just that looking-at, in itself,
was hanging?  That is, does eval-in the following hang for you?

(with-temp-buffer
  (insert "> 
___________________________________________________________________________\n")
  (goto-char (point-min))
  (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]