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

[elk] Re: case sensitivity on file loading



On Wed, Feb 18, 2004, martin rumori wrote:

> in our program, we used a scm-file tree which contains upper/lowercase
> filenames mixed.  i now have problems to load them, because elk now
> lowers all the filenames.
> 
> in r5rs, i didn't find a clear answer.  it states that case doesn't
> matter in scheme for identifiers, but i don't find a statement
> regarding filenames.

   The default behaviour changed for symbols (they are now case
insensitive, hence always converted to lowercase) but not for
filenames.  Are you using symbol arguments or string arguments?

-- 
Sam.
-- 
This is the elk mailing-list, see http://sam.zoy.org/projects/elk/
Trouble unsubscribing? Please contact <sam@zoy.org>
List archives are at http://sam.zoy.org/projects/elk/threads.html