help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to call emacs from octave


From: Rafael Laboissiere
Subject: Re: how to call emacs from octave
Date: Thu, 8 Mar 2007 23:31:52 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

* sale kircanski <address@hidden> [2007-03-08 19:28]:

> I often need to emacs a specific file while working in Octave.
> Is there a faster way than typing system('emacs filename')?
> Can I define an argumented alias or something? How do you do it?

I am not sure what you mean by "faster".  If you mean a shorter variant of
the command above, you could try:

    > edit editor "emacs %s"
    > edit filename

If you mean a faster startup of (X)Emacs, then you might look at
gnuserver/gnuclient.

-- 
Rafael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]