octave-maintainers
[Top][All Lists]
Advanced

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

save options handling


From: Dmitri A. Sergatskov
Subject: save options handling
Date: Thu, 28 Apr 2005 23:29:19 -0600
User-agent: Mozilla Thunderbird (X11/20050322)

I think it is a bug, but may be I misunderstood the logic:

default_save_options = -binary -zip
crash_dumps_octave_core = 0
octave:1> x=1;
octave:2> save -text x.txt x
octave:3> quit
address@hidden octave]$ file x.txt
x.txt: gzip compressed data, from Unix

Should not that be ASCII text?

This one works:


default_save_options = -binary -zip
crash_dumps_octave_core = 0
octave:1> default_save_options =" "
default_save_options =
octave:2> x=1;
octave:3> save -text x2.txt x
octave:4> quit
address@hidden octave]$ file x2.txt
x2.txt: ASCII text

Sincerely,

Dmitri.
--




reply via email to

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