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