From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: emacs Date: Thu, 28 Dec 2006 19:38:17 -0700 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167368420 16741 80.91.229.10 (29 Dec 2006 05:00:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 05:00:20 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 29 06:00:19 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1H09qs-0002vA-FB for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Dec 2006 06:00:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H09qs-0004Xu-0N for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Dec 2006 00:00:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H09qp-0004VR-DS for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 00:00:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H09qm-0004Uk-So for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 00:00:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H09qm-0004Uh-Ns for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 00:00:12 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H09qm-0002Fy-8P for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 00:00:12 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H09qc-000692-7e for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 06:00:02 +0100 Original-Received: from c-24-9-156-178.hsd1.co.comcast.net ([24.9.156.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Dec 2006 06:00:02 +0100 Original-Received: from kevin.d.rodgers by c-24-9-156-178.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Dec 2006 06:00:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-24-9-156-178.hsd1.co.comcast.net User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) In-Reply-To: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15489 Archived-At: 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