all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: maximising window?
Date: Sat, 7 Jun 2014 17:20:41 -0700	[thread overview]
Message-ID: <CAOj2CQTrSkcmrF7FbmVAT1zx7UhOoejKtZdaD6Rcuj=kkxH5jQ@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.10.1406080017550.3283@james>

Hi James,

James Freer <jessejazza3.uk@gmail.com> wrote:
> One thing I want to enter in the .emacs is the equivalent of alt+f10.
> Maximise 'window' isn't quite the same from what I've read this
> evening... in emacs they're frames. Vary depending on Mac, linux or
> windows - I'm using Linux Xubuntu on a CRT monitor.

[snip]

> I don't think I am on the right lines somehow... so ?

I think you're looking for `toggle-frame-maximized' or
`toggle-frame-fullscreen'. You could put one on Alt-F10 with something
like this:

    (global-set-key (kbd "<M-f10>") 'toggle-frame-fullscreen)

Of if you want Emacs to automatically go full screen when you open it,
perhaps something like this:

    (add-hook 'after-init-hook 'toggle-frame-fullscreen)

Best,

John


  reply	other threads:[~2014-06-08  0:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 23:27 maximising window? James Freer
2014-06-08  0:20 ` John Mastro [this message]
2014-06-08  0:35   ` Chris F.A. Johnson
2014-06-08  5:49     ` Igor Sosa Mayor
2014-06-08  6:29       ` Shelagh Manton
2014-06-08  6:49         ` Igor Sosa Mayor
     [not found]       ` <mailman.3235.1402209024.1147.help-gnu-emacs@gnu.org>
2014-06-11  0:06         ` Emanuel Berg
2014-06-08 15:02 ` Michael Heerdegen
2014-06-08 17:00   ` James Freer

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='CAOj2CQTrSkcmrF7FbmVAT1zx7UhOoejKtZdaD6Rcuj=kkxH5jQ@mail.gmail.com' \
    --to=john.b.mastro@gmail.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.