help-octave
[Top][All Lists]
Advanced

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

Re: Octave not finding updated edited files


From: Paul Probert
Subject: Re: Octave not finding updated edited files
Date: Tue, 17 Mar 2009 21:17:04 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090201)

Jim Maas wrote:
> This is a new one for me. I've been running octave 3.01 from the command 
> line on a Linux pc. Usually when debugging most programmes I run them, 
> then go and edit the file, and try running it again. I discovered that 
> octave was not finding the newly edited file after I made some changes 
> using Emacs. I had to exit octave and restart it again for it to find 
> the newly edited version of the .m file that I gave it a command to execute.
> 
> Is this as it is supposed to be? Is there a way I can tell octave to 
> reload the most recently edited file before attempting to run the script 
> again from within octave?
> 
> Thanks
> 
> Jim
> 
> 
> ----
> Jim Maas

Do "help ignore_function_time_stamp" in octave. If somehow yours got set
 to "all" then that would explain the problem. Or if your function is
saved in one of the octave's installed directories, you would get this
behavior.
  In  any case, you don't have to exit octave, just "clear xxxx" where
xxxx is your function name.

Paul Probert



reply via email to

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