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

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

Re: setting window sizes on command line


From: Katsumi Yamaoka
Subject: Re: setting window sizes on command line
Date: Fri, 24 Mar 2006 12:37:41 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/23.0.0 (gnu/linux)

>>>>> In <1143162918.647367.67590@u72g2000cwu.googlegroups.com>
>>>>>   tonybarker@yahoo.com wrote:

> I use
>    emacs  -g 90x60  file.h  file.cpp
> to open a 90x60 emacs frame which has two windows:
> one for "file.h" and "file.cpp".  The problem I have
> is that both windows are the same height.  I would
> like the "file.h" window to be a bit shorter than the
> "file.cpp" window.

> After starting emacs, I now have to do "C-u C-x ^" a
> couple times to adjust the window heights .  Is there
> a way I can specify this via a commandline option?

I don't know such a option, but how about the following?

emacs -g 90x60 file.h file.cpp --eval '(enlarge-window 16)'


reply via email to

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