all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Subhan Michael Tindall <SubhanT@familycareinc.org>
To: 'Drew Adams' <drew.adams@oracle.com>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: Maximize/restore frame function
Date: Sun, 5 Oct 2014 18:13:53 +0000	[thread overview]
Message-ID: <07aa7063841d4e43a94b6dae1f6a41a0@fcmailsvr2.familycareinc.org> (raw)
In-Reply-To: <0a8efd3b-4f9e-4070-9bbc-2679ec47ef70@default>

> -----Original Message-----
> From: Drew Adams [mailto:drew.adams@oracle.com]
> Sent: Friday, October 03, 2014 10:50 PM
> To: Subhan Michael Tindall; help-gnu-emacs@gnu.org
> Subject: RE: Maximize/restore frame function
> 
> > Hi, I'm looking for a simple (hopefully!) function to maximize a
> > frame/restore to it's previous size.
> > I've looked through the apropos and the closest I could find was
> > iconify-frame and iconify-or-deiconify-frame, neither of which quite
> > does what I want.
> > What I want is function to toggle a given frame between being
> > maximized on it's display and it's original size I work in windows
> > (bleh), I get this same functionality by double clicking on the top
> > bar of the frame. This maximizes it to the monitor It's on.
> > Dual monitor setup with virtuawin multiple desktops if that helps.
> > Any ideas?
> 
> As Oscar indicated, Emacs 24.4 has this.
> 
> You can also toggle maximization (but not fullscreen), on all platforms in all
> Emacs versions (starting with Emacs 20), using library `frame-cmds.el', which
> you can get from Emacs Wiki (or MELPA), http://www.emacswiki.org/emacs-
> en/download/frame-cmds.el
> 
> There you will find commands `maximize-frame' and `restore-frame', aka
> `toggle-max-frame'.  From the doc string:
> 
> ,----
> | Toggle maximization of FRAME horizontally, vertically, or both.
> | Reverses or (if restored) repeats the effect of the Emacs maximize
> | commands.  Does not restore from maximization effected outside Emacs.
> |
> | With no prefix arg, toggle both directions.
> | With a non-negative prefix arg, toggle only vertically.
> | With a negative prefix arg, toggle horizontally.
> |
> | When toggling both directions, each is toggled from its last maximize
> | or restore state.  This means that using this after
> | `maximize-frame-horizontally', `maximize-frame-vertically',
> | `toggle-max-frame-horizontally', or `toggle-max-frame-vertically' does
> | not necessarily just reverse the effect of that command.
> `----
> 
> If you use a standalone minibuffer frame then "maximizing" another frame
> leaves room for the minibuffer frame; it does not occlude it.
> 
> All of the commands in the library work with all Emacs versions (starting with
> Emacs 20).
[>] 

The commands are exactly what I want, but don't work properly with a multi-monitor setup.
Maximize & restore will jump the frame from left monitor to right & vice versa.  It doesn't appear to be tracking the original location either.
So, for example, when I maximize a frame in the left monitor(which does not have a menu bar), the frame is moved to the right monitor, maximized for that monitor, and igores the menu bar so oversizes the frame.  
Subhan

This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message.  Thank you.




  reply	other threads:[~2014-10-05 18:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-03 17:31 Maximize/restore frame function Subhan Michael Tindall
2014-10-03 18:50 ` Óscar Fuentes
2014-10-04  5:49 ` Drew Adams
2014-10-05 18:13   ` Subhan Michael Tindall [this message]
2014-10-05 19:23     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=07aa7063841d4e43a94b6dae1f6a41a0@fcmailsvr2.familycareinc.org \
    --to=subhant@familycareinc.org \
    --cc=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.