[plt-scheme] 369.6

From: Robby Findler (robby.findler at gmail.com)
Date: Mon Jan 22 13:05:59 EST 2007

On 1/22/07, Dave Herman <dherman at ccs.neu.edu> wrote:
> > BEWARE: Files saved with this version of DrScheme cannot be read in
> > previous versions of DrScheme --- unless you manually remove the
> > `#reader("read.ss""wxme")' prefix in the file.
>
> Is this true for all files, or only files that have had (at least at
> some point) graphical elements within them? In other words, if I create
> a pure-text file with DrScheme will it remain a text file?

At the point at which you save the file, drscheme checks for non-text
elements. If there are none, it is saved as regular old text. (utf-8
encodable things, like the lambda, count as text.)

Robby


Posted on the users mailing list.