From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Window too big
Date: Wed, 07 Oct 2015 11:42:45 +0200 [thread overview]
Message-ID: <87r3l7ggkq.fsf@web.de> (raw)
In-Reply-To: mv0mkd$g1r$1@dont-email.me
J G Miller <miller@yoyo.ORG> writes:
> You can also set frame sizes (and other properties) in emacsrc file with
>
> (cond ((eq window-system 'x)
>
> (setq default-frame-alist
> '((user-position . t)
> (user-size . t)
> (height . 42)
> (width . 108)
> (top . 0)
> (left . 0)
> (cursor-color . "#dddd44")
> (mouse-color . "#ffffaa")))
>
> )
>
> but the values for height widrth and position here are overriden (in
> my experience) by the Emacs apps-default values if they are set.
;; let the first frame appear according to `default-frame-alist'
(modify-frame-parameters (selected-frame) default-frame-alist)
in the init file can work around that problem. The starting frame is a
bit special in Emacs.
Michael.
next prev parent reply other threads:[~2015-10-07 9:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.485.1444094378.16064.help-gnu-emacs@gnu.org>
2015-10-06 14:42 ` Window too big J G Miller
2015-10-07 9:42 ` Michael Heerdegen [this message]
[not found] ` <mailman.46.1444210988.916.help-gnu-emacs@gnu.org>
2015-10-07 12:29 ` J G Miller
2015-11-10 2:06 ` Dan Espen
2015-10-06 1:19 Hendrik Boom
2015-10-06 1:36 ` Emanuel Berg
2015-11-02 14:26 ` Hendrik Boom
2015-11-03 2:39 ` Emanuel Berg
2015-11-09 20:25 ` Hendrik Boom
2015-11-09 20:44 ` Random832
2015-11-10 1:33 ` Emanuel Berg
2015-11-03 3:09 ` Michael Heerdegen
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=87r3l7ggkq.fsf@web.de \
--to=michael_heerdegen@web.de \
--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.
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).