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

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

bug#16430: 24.3.50; When fullscreen is triggered from the window manager


From: Bastien
Subject: bug#16430: 24.3.50; When fullscreen is triggered from the window manager, I can't resize window (via M-x org-export RET)
Date: Tue, 14 Jan 2014 21:18:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

>>> What gives (window-pixel-height (frame-root-window)) in both cases?  And
>>> maybe also (window-pixel-height (selected-window)) and that of the other
>>> live window?
>>
>> I can't get those because C-c C-e wait for a keyboard input.
>
> I simply wanted to know what they give if you fullscreenify a frame
> with two windows using either of the above methods.  No org needed.

With my window manager:

(window-pixel-height (frame-root-window)) => 750
  (window-pixel-height (selected-window)) => 375

With toggle-frame-fullscreen:

(window-pixel-height (frame-root-window)) => 728
  (window-pixel-height (selected-window)) => 368

(You can see it on the video: with M-x toggle-frame-fullscreen RET
there is a unused bottom space, whereas with the WM fullscreen
there is none.)


-- 
 Bastien





reply via email to

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