all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: [comp.emacs] new frame geometry
Date: Tue, 15 Nov 2005 15:02:32 -0700	[thread overview]
Message-ID: <dldltp$6rl$1@sea.gmane.org> (raw)
In-Reply-To: <m2wtj9h9ri.fsf@west_f1.net>

Mike Ballard wrote:
> I specify emacs' geometry in ~/.Xdefaults.  But using gnome (2.6) I
> *think* (or misunderstand) it or its wm are screwing things up because for
> one thing I have to specifically load ~/.Xdefaults when I start a session
> so that my initial emacs has the geometry I want.
> 
> The problem is using emacs' "new frame" and getting a position/size that
> isn't at all what's in ~/.Xdefaults (and I don't set geo in ~/.emacs so I
> don't know where this wierd geo is coming from).
> 
> I know I can set geo in ~/.emacs and maybe/probably the new frames would
> have the correct geo; but if I want to continue doing it the way I already
> am, can someone tell me how/if I can set "new frame"-only geo in ~/.emacs?

`C-h v default-frame-alist' states:

| Alist of default values for frame creation.
| These may be set in your init file, like this:
|   (setq default-frame-alist '((width . 80) (height . 55) 
(menu-bar-lines . 1))
| These override values given in window system configuration data,
|  including X Windows' defaults database.

If you want your .Xdefaults geometry used for new frames as well,
try this in your .emacs: (setq default-frame-alist initial-frame-alist)

-- 
Kevin Rodgers

      reply	other threads:[~2005-11-15 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15 21:37 [comp.emacs] new frame geometry Mike Ballard
2005-11-15 22:02 ` Kevin Rodgers [this message]

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='dldltp$6rl$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.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.
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.