From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Xu Newsgroups: gmane.emacs.help Subject: Info-mode and ido Date: Tue, 25 Mar 2008 20:32:44 +0900 Organization: the Church of Emacs Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206444847 2755 80.91.229.12 (25 Mar 2008 11:34:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 11:34:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 25 12:34:37 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Je7QL-0000sz-7O for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2008 12:34:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je7Pj-00085i-Q2 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2008 07:33:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Je7Oy-0007yp-I8 for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 07:33:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Je7Ow-0007xv-Ax for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 07:33:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je7Ow-0007xn-0a for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 07:33:10 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Je7Ov-0004Wd-PU for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 07:33:10 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Je7Oq-0005Sw-0y for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 11:33:04 +0000 Original-Received: from gw.community-engine.co.jp ([210.255.51.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Mar 2008 11:33:03 +0000 Original-Received: from william.xwl by gw.community-engine.co.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Mar 2008 11:33:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gw.community-engine.co.jp User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.92 (darwin) Cancel-Lock: sha1:mFvQwkWvZSpFUMTzqOlysNgP5Nk= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:52683 Archived-At: Hi, I'm trying to make use of ido style completion in Info-mode. Specifically, when `m'(namely, M-x Info-menu) in info buffer, I'd like it to do completion in ido's style. The relevant codes seems in info.el: ,----[ Info-menu ] | (completing-read (if default | (format "Menu item (default %s): " | default) | "Menu item: ") | 'Info-complete-menu-item nil t) `---- I'm thinking that I need to replace completing-read with ido-completing-read. I have read docstring of completing-read, but still can't figure it out how does it work when `collection' is function, in here, 'Info-complete-menu-buffer. Any hints? -- William http://williamxu.net9.org