[gambit-list] Tab completion

Marc Feeley feeley at iro.umontreal.ca
Sat Sep 29 06:43:45 EDT 2007


I have added tab-completion to the builtin input line editor.  When  
you press tab, the editor will extract the name preceding the cursor  
and search the symbol table for the lexicagraphically following  
symbol which will replace the original name.  Pressing tab again will  
find the next symbol, and so on until the set of acceptable symbols  
is completely enumerated.

Just get the latest changeset from the Gambit repository and run "make".

Marc




More information about the Gambit-list mailing list