emacs-devel
[Top][All Lists]
Advanced

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

Re: C-g while exiting the minibuffer


From: Stefan Monnier
Subject: Re: C-g while exiting the minibuffer
Date: Thu, 28 Nov 2013 10:14:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> > Any comment/idea/suggestion?
>> A further question: in Fset_window_configuration, a bit after calling
>> select_window (which may QUIT on us), we call adjust_frame_glyphs and we
>> also free glyph matrices in windows that were not reused.
>> Is it OK not to do those steps if we QUIT?
> Only if we are sure the window configuration didn't change a bit.

IOW it is *not* safe.  So we have a bug right there.


        Stefan



reply via email to

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