Neil Jerram <[EMAIL PROTECTED]> writes: > William Xu <[EMAIL PROTECTED]> writes: > >> Hi, >> >> I'd like to control the completing candicates when doing readline >> completion. For instance, suppose there's a variable >> readline-completing-string with value "foo bar", then completions will >> be based on either "foo" or "bar". Is there such a variable in readline? > > Yes, please see with-readline-completion-function in > ice-9/readline.scm.
While this is a function? It seems the very variable is *readline-completion-function*, but which is not exported from the module? Also, i have no clue how to contruct a proper `completer' for with-readline-completion-function. The docstring is too simple... -- William _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
