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 17:30:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

>> With the defun above, I don't have the error anymore but the window is
>> not resized, it's just half of the frame.
>
> That's strange since if the frame is 22 pixel higher there should be
> more space.  Please tell me the values of `delta' and the one returned
> by the `window-max-delta' call when the failure happens.

window--resizable-p first called with PIXELWISE set to nil:

delta: 17
window-max-delta: 17

window--resizable-p called with PIXELWISE set to t:

delta: 306
window-max-delta: 17

>>> BTW what do (frame-pixel-height) and (frame-height) respectively give in
>>> the two fullscreen versions?
>>
>> Fullscreen from the window manager: 768
>> Fullscreen from toggle-frame-fullscreen: 746
>
> 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.

You can try this easily:

C-f ~/test.org RET
C-c C-e

-- 
 Bastien





reply via email to

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