all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Cc: storm@cua.dk
Subject: RE: Use ido for *all* completion?
Date: Tue, 8 Mar 2005 17:43:56 -0800	[thread overview]
Message-ID: <FDELKNEBLPKKDCEBEJCBEECACNAA.drew.adams@oracle.com> (raw)
In-Reply-To: <87oedtr5xx.fsf@ID-87814.user.uni-berlin.de>

AFAIK, you can use `ido-completing-read' as a general replacement for
`completing-read'.

I don't know if you could just do a `defalias' (or would want to, even if
you could), but at least for your own commands you can choose to use
`ido-completing-read' instead of `completing-read'.

It looks like the signatures of the two functions are a bit different, so I
doubt that you could just `defalias' completing-read to
ido-completing-read - the latter does not accept an inherit-input-method
argument, and its second argument must be a list of strings, not an obarray
or an alist whose cars are strings.

CCing ido's author, in case he has an idea about this. - Drew

    > 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?

    I don't think that ido can do this (yet I don't /know/ either that it
    can not.) However, there's M-x icomplete-mode

  reply	other threads:[~2005-03-09  1:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3043.1110317172.32256.help-gnu-emacs@gnu.org>
2005-03-09  0:58 ` Use ido for *all* completion? Oliver Scholz
2005-03-09  1:43   ` Drew Adams [this message]
2005-03-09 14:13 ` Stefan Monnier
2005-03-09 17:43   ` Mark Plaksin
     [not found]   ` <mailman.3152.1110391613.32256.help-gnu-emacs@gnu.org>
2005-03-10  4:19     ` Stefan Monnier
2005-03-14  0:25       ` Mark Plaksin
     [not found] <mailman.3075.1110334732.32256.help-gnu-emacs@gnu.org>
2005-03-09 10:19 ` Oliver Scholz
2005-03-09 17:44   ` Drew Adams
2005-03-09 17:53   ` Romain Francoise
2005-03-09 21:45     ` Oliver Scholz
2005-03-10  7:43       ` Romain Francoise
2005-03-10 12:22         ` Oliver Scholz
2005-03-10 13:27           ` Mark Plaksin
     [not found]           ` <mailman.3281.1110462563.32256.help-gnu-emacs@gnu.org>
2005-03-10 17:02             ` Peter Lee
2005-03-10 17:24               ` Mark Plaksin
2005-03-08 18:14 Mark Plaksin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FDELKNEBLPKKDCEBEJCBEECACNAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    --cc=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.