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

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

bug#4512: 23.1; html-mode C-c C-f on runs of <P>


From: Stefan Kangas
Subject: bug#4512: 23.1; html-mode C-c C-f on runs of <P>
Date: Thu, 27 Jun 2019 03:54:46 +0200

Alan Third <alan@idiocy.org> writes:

> Kevin Ryde <user42@zip.com.au> writes:
>
>> In a html-mode buffer with runs of successive <P> tags, like
>>
>>     (progn
>>       (switch-to-buffer "foo")
>>       (dotimes (i 5000) (insert (format "<p> abc\n" i)))
>>       (goto-char (point-min))
>>       (html-mode))
>>
>> pressing C-c C-f gets an error
>>
>>     Variable binding depth exceeds max-specpdl-size
>
> I still see this in emacs 25.

I can reproduce this using Emacs 26.2.

Thanks,
Stefan Kangas





reply via email to

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