emacs-devel
[Top][All Lists]
Advanced

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

Re: bug in 23.2.92 with anything


From: Stefan Monnier
Subject: Re: bug in 23.2.92 with anything
Date: Sat, 15 Jan 2011 23:26:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> In Fselect_window of window.c after the clause

>   if (not_selected_before)
>     {
>       sf = SELECTED_FRAME ();
>       if (XFRAME (WINDOW_FRAME (w)) != sf)
>       ...
>       selected_window = window;
>     }

> there should be the two lines

>   else
>     inhibit_point_swap = 0;

Actually, using a global variable like this is butt-ugly.
Could some one rename Fselect_window to something else, add a third
parameter to it and create a new Fselect_window that calls it (and let
Fset_window_configuration call the new function with the new param), so
as to get rid of this global var?


        Stefan



reply via email to

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