unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
Subject: Re: emacs
Date: Thu, 28 Dec 2006 19:38:17 -0700	[thread overview]
Message-ID: <en1v2m$s4$1@sea.gmane.org> (raw)
In-Reply-To: <d1f4bd840612210646o29540001saf04184d90a3b164@mail.gmail.com>

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

  parent reply	other threads:[~2006-12-29  2:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-21 14:46 emacs peter moueza
2006-12-23 20:14 ` emacs Richard Stallman
2006-12-29  2:38 ` Kevin Rodgers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-11-04  4:38 emacs adsf afff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='en1v2m$s4$1@sea.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).