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

Re: Several comments

This page is part of the web mail archives of SRFI 22 from before July 7th, 2015. The new archives for SRFI 22 contain all messages, not just those from before July 7th, 2015.



shivers@xxxxxxxxxxxxx writes:

> 5. The draft says
>      In the case of -srfi7 all specifications of filenames (marked by
>      <filename> in the syntax of SRFI 7) are strings containing Unix-style
>      filenames relative to the directory the script resides in.
> 
>    Err... are you *sure* you want to do that? Invariably, a relative
>    pathname in Unix means relative to the process' cwd. You are changing that
>    rule, *only* in the case of code appearing in a Scheme script.

And the C pre-processor:  #include "foo.h"
Maybe the same logic applies.
-- 
	--Per Bothner
per@xxxxxxxxxxx   http://www.bothner.com/~per/