[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer
From: |
Matthew Leach |
Subject: |
bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer |
Date: |
Tue, 16 Sep 2014 20:16:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Hello
Jan Djärv <jan.h.d@swipnet.se> writes:
[...]
> The question is where does change_frame_size get called from from if
> they are not from xg_frame_resized?
Hm, sorry I think there was a problem in my original trace, I've given
it another shot.
Here is a bug-free trace:
Received ConfigureNotify event for frame: 0x6781b0
Received ConfigureNotify event for frame: 0x6781b0
Received ConfigureNotify event for frame: (nil)
xg_frame_resized(0x6781b0, 1366, 768);
configure_frame_size(0x6781b0, 1350, 768, 330584, 1, 0, 1);
configure_frame_size(0x6781b0, 1350, 768, 330584, 0, 0, 1);
Received ConfigureNotify event for frame: 0x6781b0
And a buggy-trace:
Received ConfigureNotify event for frame: 0x6781b0
Received ConfigureNotify event for frame: (nil)
xg_frame_resized(0x6781b0, 1366, 768);
configure_frame_size(0x6781b0, 1350, 768, 330584, 1, 0, 1);
configure_frame_size(0x6781b0, 1350, 768, 330584, 0, 0, 1);
Received ConfigureNotify event for frame: 0x6781b0
Received ConfigureNotify event for frame: 0x6781b0
>
>
> As a long shot, try removing this line:
>
> do_pending_window_change (0);
>
> in xg_frame_resized.
I'm afraid that didn't help.
--
Matt
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, dev, 2014/09/11
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/11
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Matthew Leach, 2014/09/11
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/13
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Matthew Leach, 2014/09/13
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/14
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Matthew Leach, 2014/09/14
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/16
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer,
Matthew Leach <=
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, martin rudalics, 2014/09/17
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Matthew Leach, 2014/09/17
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, martin rudalics, 2014/09/18
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Matthew Leach, 2014/09/18
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, martin rudalics, 2014/09/18
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/18
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Matthew Leach, 2014/09/19
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, martin rudalics, 2014/09/19
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/20
- bug#18451: 24.4.50; 'toggle-frame-fullscreen' can cut off minibuffer, Jan Djärv, 2014/09/17