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: Mon, 13 Jan 2014 21:55:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

>> See attached backtrace.
>
> What was the window configuration like when
>
>   fit-window-to-buffer(nil nil nil)
>
> got called?  Two windows, more complicated?

2 windows of equal height.

> Can you trigger it from
> such a configuration by simply doing M-x fit-window-to-buffer RET?

Yes, from last emacs -Q, even outside Org Export, you need two windows
and M-x fit-window-to-buffer RET will fail sometimes.  But I can't
provide a reproducible case for now.

What happens is that, when `window--resizable-p' is called with the
pixelwise parameter set to `t' (from within `window-resize'), then
the delta (as pixel height) is too high and `window--resizable-p'
returns nil -- and window-resize an error.

This is *only* when I use the fullscreen mode from my window manager.

When I use toggle-frame-fullscreen, the pixel height is different.

See this short screencast demonstrating the bug:

  http://bzg.fr/u/emacs-window-bug.ogv

PS: Notice that M-x toggle-frame-fullscreen RET is "less" fullscreen
than with the internal command of my window manager.

-- 
 Bastien





reply via email to

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