From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: about readline Date: Sat, 11 Mar 2006 15:09:58 +0000 Message-ID: <878xrhrpa1.fsf@ossau.uklinux.net> References: <87d5gt9ghz.fsf@www.williamxu.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142090057 12400 80.91.229.2 (11 Mar 2006 15:14:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Mar 2006 15:14:17 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Mar 11 16:14:08 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FI5n7-0008Aj-13 for guile-user@m.gmane.org; Sat, 11 Mar 2006 16:14:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FI5n6-0007RU-6e for guile-user@m.gmane.org; Sat, 11 Mar 2006 10:14:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FI5n2-0007R9-1z for guile-user@gnu.org; Sat, 11 Mar 2006 10:13:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FI5n0-0007QV-8x for guile-user@gnu.org; Sat, 11 Mar 2006 10:13:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FI5n0-0007QQ-5a for guile-user@gnu.org; Sat, 11 Mar 2006 10:13:54 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FI5qX-0002sH-NB for guile-user@gnu.org; Sat, 11 Mar 2006 10:17:33 -0500 Original-Received: from laruns (host86-129-144-246.range86-129.btcentralplus.com [86.129.144.246]) by mail3.uklinux.net (Postfix) with ESMTP id 45D5C409FD4; Sat, 11 Mar 2006 15:13:53 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id F34CB9F8A0; Sat, 11 Mar 2006 15:09:58 +0000 (GMT) Original-To: William Xu In-Reply-To: <87d5gt9ghz.fsf@www.williamxu.com> (William Xu's message of "Sat, 11 Mar 2006 22:56:56 +0800") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5221 Archived-At: William Xu 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. Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user