On 7/20/07, Kostas Oikonomou <ko at research.att.com> wrote:
> One thing that would help make long names easier to use is
> command completion.
The script rmaxima launches Maxima via rlwrap with a list of
names of built-in symbols (builtins-list.txt somewhere in the
Maxima installation). rlwrap does name completion.
e.g. ras<tab> => rassociative.
GCL and Clisp have readline built-in. I don't know how to tell
them to use builtins-list.txt. Their readline is set up to do
completion of Lisp symbols.
HTH
Robert