[plt-scheme] Specifying directory sandbox evalutes file requires relative to

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sun Aug 31 16:29:16 EDT 2008

I think that Eli recently mentioned that he'd found a way to pack a
whole bunch of files into a single Emacs buffer and then edit them and
then unpack them again -- if you did that, you could use an emacs
macro to make the change to them all.

Robby

On Sun, Aug 31, 2008 at 2:32 PM, Dave Gurnell <d.j.gurnell at gmail.com> wrote:
> On 29 Aug 2008, at 22:13, Matthew Flatt wrote:
>>
>> Don't use `file' for relative references like this. The `file' form is
>> intended as a way to reach files that you can't access in the
>> restricted, portable way that is supported by a plain string. In this
>> case, you just want a string...
>
> Now there's a distinction I never knew existed!
>
> That means there's probably about 5- or 600 dodgy require statements in my
> code.
>
> Now let me see... "man sed"... :)
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.