From bug-octave-request at bevo dot che dot wisc dot edu Wed May 14 15:00:01 2003 Subject: RE: .m files in . not found From: "Lippert, Ross A." To: "John W. Eaton" , "David Bateman" Cc: Date: Wed, 14 May 2003 15:59:23 -0400 Doh! 2.1.48 still has the problem, it appears dss060a.celera.com> octave GNU Octave, version 2.1.48 (alphaev68-dec-osf5.1). Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Report bugs to . loading custom stuff octave:1> ls hello.m octave:2> LOADPATH LOADPATH = /home/ripper/m//:: octave:3> hello error: `hello' undefined near line 3 column 1 octave:3> LOADPATH= "/home/ripper/m//:" LOADPATH = /home/ripper/m//: octave:4> hello hello It is working well enough. "::" at the end of the LOADPATH doesn't do what it used to anymore, and this is inconsistent with the 'help LOADPATH' blurb as far as I can tell, but I'm fine. -r -----Original Message----- From: John W. Eaton [mailto:jwe at bevo dot che dot wisc dot edu] Sent: Wednesday, May 14, 2003 10:57 AM To: David Bateman Cc: Lippert, Ross A.; bug-octave at bevo dot che dot wisc dot edu Subject: Re: .m files in . not found On 14-May-2003, David Bateman wrote: | Basically, I wouldn't recommend either 2.1.47 or 2.1.48 for use due to | these bugs.... OTOH, the fix for the bug in 2.1.48 was very simple, and is available at http://www.octave.org/mailing-lists/bug-octave/2003/155, so if you want to move to a newer version, you might try 2.1.48 plus this one patch. That would be more helpful to me than having everyone using older versions. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------