emacs-devel
[Top][All Lists]
Advanced

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

Re: How to restore the layout?


From: Juanma Barranquero
Subject: Re: How to restore the layout?
Date: Fri, 5 Jul 2013 01:19:30 +0200

On Fri, Jul 5, 2013 at 1:10 AM, Angelo Graziosi
<address@hidden> wrote:

> I think it is the same I see here... It seems as a Windows window manager
> "effect"..

I think it's an Emacs limitation that it doesn't really use the window
manager maximization. Which is strange, because it is available:

  (w32-send-sys-command #xf030)

et voilĂ . The problem being, I think, that we have no reliable way to
know wheter an Emacs frame is in that state (there's left and top
being -8, but that depends on UI settings).

I think at this point the only sensible thing to do is to recommend
people wanting to save & restore frames to use
toggle-frame-(maximized|fullscreen) instead of wm maximization. :-(

   J



reply via email to

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