[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: |
Sun, 30 Jun 2013 00:18:35 +0200 |
On Sat, Jun 29, 2013 at 10:39 AM, Stephen Leake
<address@hidden> wrote:
> Moving the frame outside the current display is an issue; it would be
> nice if the restore could detect that, and keep the frames in view.
How can I do that? Is there any way to get from Emacs the maximum
dimensions of a frame in the current display, other than
(let ((frame (make-frame '((fullscreen . maximized)))))
(prog1
(cons (frame-width frame) (frame-height frame))
(delete-frame frame)))
which has the downside of being noticeable to the user?
J
>
> --
> -- Stephe
>
- Re: How to restore the layout?, (continued)
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Eli Zaretskii, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Eli Zaretskii, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Eli Zaretskii, 2013/06/28
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/28
- Re: How to restore the layout?, Stephen Leake, 2013/06/29
- Re: How to restore the layout?,
Juanma Barranquero <=
- RE: How to restore the layout?, Drew Adams, 2013/06/29
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/30
- RE: How to restore the layout?, Drew Adams, 2013/06/30
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/30
- Re: How to restore the layout?, Jan Djärv, 2013/06/30
- Re: How to restore the layout?, martin rudalics, 2013/06/30
- Re: How to restore the layout?, Jan Djärv, 2013/06/30
- Re: How to restore the layout?, martin rudalics, 2013/06/30
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/30
- Re: How to restore the layout?, Juanma Barranquero, 2013/06/30