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

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

Re: Setting geometry for second frame ?? [SOLVED - with Thanks]


From: William Case
Subject: Re: Setting geometry for second frame ?? [SOLVED - with Thanks]
Date: Sun, 13 Sep 2009 15:10:22 -0400

On Sat, 2009-09-12 at 08:03 -0400, William Case wrote:
> Hi;
> 

I ended up using 
(setq default-frame-alist '((width . 75) (height . 55) (menu-bar-lines .
1))  -- in my ~/.emacs as suggested by customize.  However, Keven
Rodgers suggested 

(let ((default-frame-alist `((width . 75) (height .
55) ,@default-frame-alist)))
   (find-file-other-frame "~/Documents/C/Text/C-Notes.txt"))

which I fooled around with quite a bit but I couldn't find a meaning for
@default-frame-alist.  Is this a typo or am I missing some good stuff I
should be learning (i.e. the '@'prefix on a variable).  I checked info
etc.
-- 
Regards Bill
Fedora 11, Gnome 2.26.3
Evo.2.26.3, Emacs 23.1.1





reply via email to

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