unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Sky Nerd <leethefourth@gmail.com>, help-gnu-emacs@gnu.org
Subject: RE: Default Window Size
Date: Fri, 8 Jul 2016 18:13:04 +0000 (UTC)	[thread overview]
Message-ID: <12cab9a4-e76a-494f-8ed1-693afcc34148@default> (raw)
In-Reply-To: <CAHqQZmYmB=oijxuddVVYDzYm0=raqFCCzVgrpC78WOcvdLdFPA@mail.gmail.com>

> I'm a beginner at Emacs in general and installed GNU Emacs for windows not
> too long ago. Whenever I start Emacs, the window is in a really weird
> position: the bottom part is always cut off at the bottom of the screen.

Consider reporting that as an Emacs bug.  In particular, it means that
the minibuffer (where you can enter commands) is likely cut off from view.

To report the bug: `M-x report-emacs-bug'.

> I cannot find a way to adjust the default window size. Resizing the window
> "manually" usually fixes this problem with other Windows programs, but not
> Emacs.

Customize option `default-frame-alist', using `M-x customize-option'.

You can specify the height you want for the frame (a "frame" is what
Emacs calls a window-manager window), using parameter `height':
include an entry such as this in the alist value: (height . 30).

In Customize, you click button `INS' to insert an alist entry, and
then enter "height" (without quotes) as the Parameter and, say,
"30" (without quotes) as the Value.

If that doesn't take care of it, you can also customize option
`initial-frame-alist'.  There is also `window-system-default-frame-alist',
but you probably need only to customize `default-frame-alist'.

> Can someone give me simple instructions on how to change the default
> window size? Even starting the program maximized as a default would
> be a great help.

You can start Emacs with the frame maximized just by using switch
"-mm" on the command line: emacs -mm.  You can then toggle maximizing
using key `M-<f10>'.  See the Emacs manual, node `Window Size X'.



  reply	other threads:[~2016-07-08 18:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-08 14:49 Default Window Size Sky Nerd
2016-07-08 18:13 ` Drew Adams [this message]
2016-07-08 18:32 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2008-09-12  7:13 stephan.zimmer
2008-09-12 13:55 ` Drew Adams
2008-09-12 14:06   ` Esteban Fornal
     [not found]   ` <mailman.19122.1221233251.18990.help-gnu-emacs@gnu.org>
2008-09-12 17:49     ` Oleksandr Gavenko

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=12cab9a4-e76a-494f-8ed1-693afcc34148@default \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=leethefourth@gmail.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).