From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Plaksin Newsgroups: gmane.emacs.help Subject: Use ido for *all* completion? Date: Tue, 08 Mar 2005 13:14:30 -0500 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110316729 20293 80.91.229.2 (8 Mar 2005 21:18:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 21:18:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 22:18:49 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8m0i-0007UO-Ru for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 22:13:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8mFG-00060g-G4 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 16:28:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8mBv-0004ov-3n for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 16:24:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8mBj-0004iU-0R for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 16:24:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8mBe-0004d7-El for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 16:24:18 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D8ljU-0003tU-CM for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 15:55:12 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1D8lep-0004GV-Dd for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 21:50:23 +0100 Original-Received: from water.tss.usg.edu ([168.24.82.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2005 21:50:23 +0100 Original-Received: from happy by water.tss.usg.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2005 21:50:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: water.tss.usg.edu User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:MtKiQX9IZgFgVn0jDRdwcrUo5aQ= 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24644 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24644 Is there a way to use ido's magical completion for everything? For example, I'd like it to complete when answering the prompt M-x gives. CVS Emacs finally broke lightning completion[1] for me so I decided to look at ido. I like it! You can configure Lightning completion so that it completes for all minibuffer prompts. It would be great if ido did that too. Can it? Thanks! [1] http://www.math.washington.edu/~palmieri/Emacs/light.html Hasn't been updated since 2002.