This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
guile> (define FOO 1) guile> FOO 1 guile> (read-enable 'case-insensitive) (keywords #f case-insensitive positions) guile> FOO ERROR: In expression foo: ERROR: Unbound variable: foo ABORT: (misc-error) This means that guile *won't* see any variables that were defined upper-case *bevore* setting it case-insensitive. This also applies to all predeclared variables (SOL_SOCKET, etc.) -forcer -- ((email . "forcer@mindless.com") (www . "http://webserver.de/forcer/") (irc . "forcer@#StarWars (IRCnet)") (pgp . "key available on my website"))