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

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

Re: How to set the frame size of emacs


From: Brian Adkins
Subject: Re: How to set the frame size of emacs
Date: Fri, 17 Jul 2009 13:26:10 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin)

n179911 <n179911@gmail.com> writes:

> Hi,
>
> Can I configure in my .emacs so that when it comes up, it is 80x50?
> I tried putting this:
> (set-frame-height (selected-frame) 50)
>
> (set-frame-width (selected-frame) 80)

I use the following:

  (set-frame-position (selected-frame) 0 0)
  (set-frame-size (selected-frame) 237 59))

>
> but that does not do anything.
>
> Thank you.
>
>

-- 
Brian Adkins
http://lojic.com/


reply via email to

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