help-octave
[Top][All Lists]
Advanced

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

On external editor problem


From: Krzysztof Gozdziewski
Subject: On external editor problem
Date: Wed, 18 Jan 1995 18:36:34 +0100 (MET)

Hello !

I would like to thank J. Eaton and V. Dutt for response to my question
on calling an editor from octave session. They suggested following
solutions:

  o  simply suspend octave process, do editing and go back to octave
     (ok, it is the simplest solution, I do not know, why I forgot this)

  o  read more carefully the manual of octave :)
     John proposed me the following function 

        function edit(file)
        #
        # External editor 
        #
        system (["joe ", file, " >/dev/tty"]);
        endfunction 
  
     This works OK.

  o  run X-Windows (OK, but in our lab we have only text terminals, and
     software which is able to run only one telnet session). X-solution
     I apply in my daily work.


Thanks.

With regards
Krzysztof

---------------------------------   ^-^   ~~~ Krzysztof Go\'zdziewski
                                   (* *)  ~~~ Institute of Astronomy
                                   ==*==  ~~~ Nicolaus Copernicus University
                                    /?\   ~~~ Chopina Str 12/18
                                   (m_m)  ~~~ PL-87-100 Toru\'n POLAND
        

reply via email to

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