unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Emacs's --geometry argument vs default-frame-alist
Date: Tue, 24 Oct 2006 14:27:08 -0400	[thread overview]
Message-ID: <jwvzmbla84l.fsf-monnier+emacs@gnu.org> (raw)


The interaction between the --geometry argument and the default-frame-alist
setting has recently changed.

It is rather inconvenient for me now:

I typically start my Emacs as follows:

   emacs --geometry 256x1+0-0

and in my .emacs I do something like:

   (setq initial-frame-alist '((minibuffer . only)))
   (setq default-frame-alist
         '((minibuffer . nil) (height . 40) (width . 80) (user-size . t)))

This used to result in the exact behavior I want: Emacs starts as a single-line
minibuffer-only frame, and other frames have the normal size.

But now, my default-frame-alist I set in .emacs gets overwritten by the
"256x1" geometry argument, so subsequent frames also have this weird 256x1
shape :-(

What was the reason for the change?


        Stefan

             reply	other threads:[~2006-10-24 18:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-24 18:27 Stefan Monnier [this message]
2006-10-25  6:48 ` Emacs's --geometry argument vs default-frame-alist Jan Djärv
2006-10-25 14:57   ` Stefan Monnier

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=jwvzmbla84l.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /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 public inbox

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

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).