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

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

bug#56682: feature/improved-locked-narrowing 9dee6df39c: Reworked locked


From: Gregory Heytings
Subject: bug#56682: feature/improved-locked-narrowing 9dee6df39c: Reworked locked narrowing.
Date: Tue, 14 Feb 2023 22:50:24 +0000


Fwiden in the functions above (which are AFAICS the only places in Emacs where Fwiden is called) is not prepared to the possibility of them being called inside a labeled narrowing, either one installed by the long lines code, or another one. Basically we need to use a variant of reset_outermost_narrowings (for the current buffer only) where we use

record_unwind_protect (save_restriction_restore, save_restriction_save ());

Ah, okay.  Please do, and thanks.


And here's the patch!

Attachment: Remove-narrowing-locks-before-calling-Fwiden.patch
Description: Text Data


reply via email to

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