From bug-request at octave dot org Thu Dec 16 08:01:43 2004 Subject: RE: Possible Error in -ascii save/restore From: To: Cc: Date: Thu, 16 Dec 2004 07:39:57 -0600 John et. al. I've done a experiment, and it is likely that it is a line-termination error. The experiment was as follows: $ octave octave:1> vect = [1, 2, 3] vect = 1 2 3 octave:2> save test octave:3> quit $ dos2unix test test: done. $ octave octave:1> load test octave:2> vect vect = 1 2 3 octave:3> quit Other cygwin tools do not seam to care what type of line-termination is used.. Regards, Hallvard -----Original Message----- From: John W. Eaton [mailto:jwe at bevo dot che dot wisc dot edu] Sent: 15. desember 2004 20:38 To: Paulsen, Hallvard Cc: bug at octave dot org Subject: Possible Error in -ascii save/restore [snipp] On 15-Dec-2004, Hallvard dot Paulsen at wartsila dot com wrote: I see the problem, but I don't know of a quick fix. When you installed Cygwin, did you choose to mount the filesystems in text mode? If so, then I think you can mount the filesystems in binary mode to avoid the bug. 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 -------------------------------------------------------------