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

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

bug#46940: 27.1; while-no-input-ignore-events is not feeded anymore star


From: Eli Zaretskii
Subject: bug#46940: 27.1; while-no-input-ignore-events is not feeded anymore starting from emacs-27
Date: Fri, 05 Mar 2021 14:43:59 +0200

> From: Thierry Volpiatto <thievol@posteo.net>
> Date: Fri, 05 Mar 2021 09:01:41 +0100
> 
> It seems that the block in subr.el:
> 
>     (setq while-no-input-ignore-events
>           '(focus-in focus-out help-echo iconify-frame
>             make-frame-visible selection-request))
> 
> is not loaded anymore, so the default value of
> `while-no-input-ignore-events` is now nil, causing (probably) bug#46935.

It is loaded, but then we reset the value back to nil after loading
the pdumper file.

Should be fixed now on the emacs-27 branch.

Thanks.





reply via email to

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