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]

[bug] readline completion



 I've found a bug.  Start `guile' in an xterm, and type:

guile> (string       
string                   string-ci<?              string-length            string<?
string->list             string-ci=?              string-match             string=?
string->number           string-ci>=?             string-null?             string>=?
string->obarray-symbol   string-ci>?              string-ref               string>?
string->symbol           string-copy              string-rindex            string?
string-append            string-downcase!         string-set!              
string-character-length  string-fill!             string-upcase!           
string-ci<=?             string-index             string<=?                
guile> (string->[TAB]
Display all 1442 possibilities? (y or n)

 I guess it's not seeing the #\> as being of symbol syntax.