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

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

bug#44983: Truncate long lines of grep output


From: Eli Zaretskii
Subject: bug#44983: Truncate long lines of grep output
Date: Wed, 02 Dec 2020 12:28:17 +0200
User-agent: K-9 Mail for Android

On December 2, 2020 11:35:38 AM GMT+02:00, Juri Linkov <juri@linkov.net> wrote:
>
> Or maybe the problem is caused by special characters
> used in minified web assets that contain many '{' chars.
> And indeed, after inserting 100 thousands of '{'
> 
> (insert (propertize (make-string 100000 ?{)
>          'display "[…]" 'invisible t) "\n")
> 
> and saving to a file, later visiting such file
> Emacs becomes unresponsive for indefinite time.
> But visiting the file with 100 thousands '{'
> with find-file-literally causes no such problem.

Does it help to set bidi-inhibit-bpa non-nil?





reply via email to

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