DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Reader options

Info Catalog (guile.info.gz) User level options interfaces (guile.info.gz) Runtime Options (guile.info.gz) Printing options
 
 33.3.3 Reader options
 ---------------------
 
 Here is the list of reader options generated by typing `(read-options
 'full)' in Guile.  You can also see the default values.
 
      keywords         #f      Style of keyword recognition: #f or 'prefix
      case-insensitive no      Convert symbols to lower case.
      positions        yes     Record positions of source code expressions.
      copy             no      Copy source code expressions.
 
    Notice that while Standard Scheme is case insensitive, to ease
 translation of other Lisp dialects, notably Emacs Lisp, into Guile,
 Guile is case-sensitive by default.
 
    To make Guile case insensitive, you can type
 
      (read-enable 'case-insensitive)
 
Info Catalog (guile.info.gz) User level options interfaces (guile.info.gz) Runtime Options (guile.info.gz) Printing options
automatically generated byinfo2html