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

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

Re: emacs


From: Kevin Rodgers
Subject: Re: emacs
Date: Thu, 28 Dec 2006 19:38:17 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

peter moueza wrote:

2)We can split  the window in pressing Ctl-X 2 or 3
But is there a way from the call emacs in the console: I want the window to be opened, split in : file1.cpp at left side , and file2.cpp at right one.

# top and bottom:
emacs file1.cpp file2.cpp

# left and right:
emacs \
        --file file1.cpp \
        --funcall split-window-horizontally \
        --funcall other-window \
        --file file2.cpp

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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