Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

controlling the order of split window and the buffers from command line

0 views
Skip to first unread message

nicknick

unread,
Nov 6, 2009, 6:46:00 AM11/6/09
to
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?

Lennart Borgman

unread,
Nov 6, 2009, 12:08:00 PM11/6/09
to nicknick, help-gn...@gnu.org

Yes.

An easy way to do what you want is to:

- write a small elisp file containing a function that can do what you want.
- Then you write a temporary file (for example with echo) that calls
this elisp function with the parameters you want.
- From the command line when you start emacs you load both these file.


0 new messages