help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting Emacs geometry (MacOS / NS)


From: Torben Knudsen
Subject: Re: Setting Emacs geometry (MacOS / NS)
Date: Tue, 14 Apr 2009 09:29:38 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

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 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]