all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Torben Knudsen <tk@es.aau.dk>
To: help-gnu-emacs@gnu.org
Subject: Re: Setting Emacs geometry (MacOS / NS)
Date: Tue, 14 Apr 2009 09:29:38 +0200	[thread overview]
Message-ID: <878wm3itgd.fsf@es.aau.dk> (raw)
In-Reply-To: mailman.4912.1239209225.31690.help-gnu-emacs@gnu.org

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 08.04.2009 um 18:36 schrieb Alberto Simões:
>
>> ANybody knows how to set a default emacs geometry under MacOS?
>
> Initial- and default-frame-alist. Although not 100 %, I think. There
> seems to be some influence from X resources ...

I couldn't make .Xresources work for this so I have the following in
my .emacs

;; Sizing emacs via .Xresources did not work perfectly for me.  
;; Therefore the below is included
(setq default-frame-alist '((top . 0) (left . 1440) (width . 80) (height . 66)))
(setq initial-frame-alist '((top . 0) (left . 1440) (width . 80) (height . 66)))

-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Direct	: 6 8694
Department of Electronic Systems,	Email	: tk@es.aau.dk   
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


      parent reply	other threads:[~2009-04-14  7:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-08 16:36 Setting Emacs geometry (MacOS / NS) Alberto Simões
2009-04-08 16:46 ` Peter Dyballa
2009-04-08 18:48 ` Nurullah Akkaya
2009-04-08 19:42 ` Leo
2009-04-09 14:37   ` Unicode setup under Mac OS X (Was: Re: Setting Emacs geometry (MacOS / NS)) William Xu
     [not found] ` <mailman.4912.1239209225.31690.help-gnu-emacs@gnu.org>
2009-04-14  7:29   ` Torben Knudsen [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=878wm3itgd.fsf@es.aau.dk \
    --to=tk@es.aau.dk \
    --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.