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

your problem with fltfmt



in version 124, the determination of which format word to use
for outputing floatng point numbers has been tied to PRXFLG., e.g.
pack (and mkstring) will use the system default format rather than
what the user has set via fltfmt (uless prxflg=T). this is consistent
the interaction between radix and pack and mkstring. the purpose
was that a numbe of clisp constructs e.g. <X 0.0>  would not
dwimify correctly if fltfmt was changed.
the problem hs nothing whatsoever to do with printnum.


daryle - i wonder if we shuld not simply default prxflg to T
and have dwim rebind it to NIL?

warren
-------