all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* controlling the order of split window and the buffers from command  line
@ 2009-11-06 11:46 nicknick
  2009-11-06 17:08 ` Lennart Borgman
  0 siblings, 1 reply; 2+ messages in thread
From: nicknick @ 2009-11-06 11:46 UTC (permalink / raw
  To: help-gnu-emacs

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?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: controlling the order of split window and the buffers from  command line
  2009-11-06 11:46 controlling the order of split window and the buffers from command line nicknick
@ 2009-11-06 17:08 ` Lennart Borgman
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Borgman @ 2009-11-06 17:08 UTC (permalink / raw
  To: nicknick; +Cc: help-gnu-emacs

On Fri, Nov 6, 2009 at 12:46 PM, nicknick <avigoz@gmail.com> wrote:
> 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?

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-06 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 11:46 controlling the order of split window and the buffers from command line nicknick
2009-11-06 17:08 ` Lennart Borgman

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.