[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unuseful keybindings
From: |
Juri Linkov |
Subject: |
Re: Unuseful keybindings |
Date: |
Sun, 13 Jan 2013 12:19:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
>> Actually there are two problems:
>>
>> 1. The above mentioned problem occurs only on non-GTK builds.
>> When I tried to use xprop for a maximized frame its output was:
>> _NET_WM_STATE(ATOM) = _NET_WM_STATE_MAXIMIZED_VERT,
>> _NET_WM_STATE_MAXIMIZED_HORZ
>
> Sounds like we don't get property notify or does not handle it correctly.
> Probably a bug. Can you file a bug report?
Done as bug#13426.
>> 2. On GTK builds there is another problem: evaluating
>>
>> (set-frame-parameter nil 'fullscreen 'fullscreen)
>>
>> modifies the frame parameter `fullscreen' to `fullboth',
>> not to `fullscreen' as requested. In this case xprop outputs:
>> _NET_WM_STATE(ATOM) = _NET_WM_STATE_FULLSCREEN
>
>
> This is normal, fullscreen is just an alias for fullboth.
But the problem is that the second call of
(set-frame-parameter nil 'fullscreen 'fullscreen)
modifies the frame parameter `fullscreen' from `fullboth' to `fullscreen'.
So to go to `fullscreen' requires two calls of
(set-frame-parameter nil 'fullscreen 'fullscreen)
Maybe `toggle-frame-fullscreen' should check for `fullboth' as an alias
for `fullscreen' to fix this.
- Re: Unuseful keybindings, Sam Steingold, 2013/01/10
- Re: Unuseful keybindings, Xue Fuqiao, 2013/01/10
- Re: Unuseful keybindings, Juri Linkov, 2013/01/10
- Re: Unuseful keybindings, Stefan Monnier, 2013/01/10
- Re: Unuseful keybindings, Juri Linkov, 2013/01/11
- Re: Unuseful keybindings, Stefan Monnier, 2013/01/11
- Re: Unuseful keybindings, chad, 2013/01/11
- Re: Unuseful keybindings, Juri Linkov, 2013/01/11
- Re: Unuseful keybindings, Jan Djärv, 2013/01/12
- Re: Unuseful keybindings,
Juri Linkov <=
- Re: Unuseful keybindings, Jan Djärv, 2013/01/13