From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nicknick Newsgroups: gmane.emacs.help Subject: controlling the order of split window and the buffers from command line Date: Fri, 6 Nov 2009 03:46:00 -0800 (PST) Organization: http://groups.google.com Message-ID: <4afaf43d-2a30-4189-8537-bd103228eda9@v25g2000yqk.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1257520513 10744 80.91.229.12 (6 Nov 2009 15:15:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2009 15:15:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 06 16:15:07 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N6QWh-0003sd-W2 for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Nov 2009 16:15:00 +0100 Original-Received: from localhost ([127.0.0.1]:44244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6QWh-0003uJ-AO for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Nov 2009 10:14:59 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!v25g2000yqk.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 132.70.50.117 Original-X-Trace: posting.google.com 1257507960 21813 127.0.0.1 (6 Nov 2009 11:46:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 6 Nov 2009 11:46:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v25g2000yqk.googlegroups.com; posting-host=132.70.50.117; posting-account=mWePNgoAAADFhBDo-PpOP937IRoNPOjF User-Agent: G2/1.0 X-HTTP-Via: 1.1 proxy1 (NetCache NetApp/6.0.3P2D6) X-HTTP-UserAgent: Opera/9.64 (X11; Linux x86_64; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174466 X-Mailman-Approved-At: Fri, 06 Nov 2009 10:14:33 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69547 Archived-At: hi. the problem is: I want to use emacs as a user interface for octave. I want to make a unix alias that opens emacs with 3 splitted zones, one of them includes the octave-mode terminal, one in a revert mode reading the octave history file, and one with the actual source file I want to open. I also want to be able to specify exactly the split order and the buffers that open in each zone. can this be achieved?