[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: about readline
From: |
William Xu |
Subject: |
Re: about readline |
Date: |
Sat, 11 Mar 2006 23:42:36 +0800 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Neil Jerram <address@hidden> writes:
> William Xu <address@hidden> 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