emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 7836e42: Fix infloop in redisplay introduced by


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 7836e42: Fix infloop in redisplay introduced by a recent change
Date: Sat, 24 Oct 2015 09:57:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>     * src/xdisp.c (redisplay_internal): Avoid inflooping when
>     redisplaying the selected window sets the selected frame's
>     redisplay flag.  (Bug#21745)

Thanks.  Could you include in a comment a precise description of the
inf-loop?  Reading the new code along with the above commit message I'm
left wondering exactly what was the problem: was a single redisplay
inf-looping (if so, where?), or was one redisplay immediately
causing another redisplay (if so, why do the subsequent redisplays
still set the selected frame's redisplay flag)?


        Stefan



reply via email to

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