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

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

bug#23320: 25.0.92; Window width not updated after frame resize (Win32 a


From: YAMAMOTO Mitsuharu
Subject: bug#23320: 25.0.92; Window width not updated after frame resize (Win32 and GTK)
Date: Thu, 21 Apr 2016 19:07:33 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 20 Apr 2016 15:49:16 +0200, martin rudalics <rudalics@gmx.at> 
>>>>> said:

> You can find the gory details here:

> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21380

> The corresponding commit is:

> commit 8af8355c3f72500986f6f10b62714b228d6f35ee
> Author: Martin Rudalics <rudalics@gmx.at>
> Date:   Mon Aug 31 11:09:22 2015 +0200

>      Don't call do_pending_window_change in signal handlers (Bug#21380)

>      * src/gtkutil.c (xg_frame_resized):
>      * src/xterm.c (x_set_window_size):
>      * src/w32term.c (x_set_window_size): Don't call
>      do_pending_window_change.

xg_frame_resized is certainly called from the read_socket_hook
context, and it seems to be a bad idea to call
do_pending_window_change there.  But does that really apply to
x_set_window_size?

                                     YAMAMOTO Mitsuharu
                                mituharu@math.s.chiba-u.ac.jp





reply via email to

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