From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.help Subject: Re: [Spampost.com] Re: make `bookmark-jump' use ido? Date: Sun, 07 May 2006 22:29:50 +0200 Message-ID: References: <87d5esjpwg.fsf@www.williamxu.com> <873bfnkctj.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 1147033913 3631 80.91.229.2 (7 May 2006 20:31:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 May 2006 20:31:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 07 22:31:49 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fcpur-0004Jd-TH for geh-help-gnu-emacs@m.gmane.org; Sun, 07 May 2006 22:31:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fcpur-0005nN-Dd for geh-help-gnu-emacs@m.gmane.org; Sun, 07 May 2006 16:31:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fcpuh-0005mE-3J for help-gnu-emacs@gnu.org; Sun, 07 May 2006 16:31:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fcpuf-0005kr-R5 for help-gnu-emacs@gnu.org; Sun, 07 May 2006 16:31:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fcpuf-0005ko-NV for help-gnu-emacs@gnu.org; Sun, 07 May 2006 16:31:33 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcpvL-0007ur-Ov for help-gnu-emacs@gnu.org; Sun, 07 May 2006 16:32:16 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id EE0C1A50054; Sun, 7 May 2006 22:31:28 +0200 (CEST) Original-To: William Xu In-Reply-To: <873bfnkctj.fsf@www.williamxu.com> (William Xu's message of "Sat, 06 May 2006 12:16:24 +0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34892 Archived-At: William Xu writes: > Hmm, maybe ido could add this feauture in the future, to replace > `completing-read' with `ido-completing-read', just like `read-file-name' > and `ido-read-file-name'. Emacs doesn't allow a Lisp function to replace completing-read for all uses. You can defadvice completing-read but that will not be used for the calls from other C code. -- Kim F. Storm http://www.cua.dk