[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: irepeat.el - repeat through history data FAST
From: |
Kevin A. Burton |
Subject: |
Re: irepeat.el - repeat through history data FAST |
Date: |
25 Mar 2002 16:55:52 -0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1.50 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
address@hidden (Kim F. Storm) writes:
> Alex Schroeder <address@hidden> writes:
>
> > Richard Stallman <address@hidden> writes:
> >
> > > I am not sure irepeat should modify the minibuffer to replace
> > > the standard completion.
> > >
> > > That is the only clean way to do it. That is the only way that avoids
> > > the need to redefine individual commands that use the minibuffer.
> > > That is the only way that works across the board.
> >
> > Hm, I actually thought that irepeat could be an alternative to or a
> > replacement for completing-read. But often this does not make sense,
> > for example I have used irepeat for finding files -- but since irepeat
> > searches a list of strings for matches, the really existing files are
> > not used for completion, the file-name-history is. In this case, how
> > would you want to augment find-file with irepeat?
>
> Have you tried ido.el available from www.cua.dk ? It works like iswitchb.el
> for finding files.
Yes... I added a comparison section which includes ido.el
;;; Competitors
;;
;; There are already a number of alternative completion packages available for
;; Emacs:
;;
;; - ido.el - Very different than irepeat. It uses the standard completion but
;; then adds info within the minibuffer for all completions.
;;
;; - icomplete-mode.el - Included within emacs. Very similar to ido and uses
;; completion but doesn't color the prompt like ido.
;;
;; - iswitch-buffer.el - Handles buffer switching the same way that ido.el does.
;; This metaphor is still totally different than irepeat.el
;;
;; - iswitchb.el - Similar to irepeat. Displays all the options in the
;; minibuffer. This is kind of information overload in a lot of respects. IMO
;; this is too much information that is not formated.
- --
Kevin A. Burton ( address@hidden, address@hidden, address@hidden )
Location - San Francisco, CA, Cell - 415.595.9965
Jabber - address@hidden, Web - http://relativity.yi.org/
Failure to accept hypocrisy is the sign of a weak mind.
- me
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt
iD8DBQE8n8cXAwM6xb2dfE0RAmrBAKCyF81ku2FMtX5Tbw3AasJ9DTO0VwCffPYr
gcRcIV2WAnxzc8gHU+hEjE8=
=G4n4
-----END PGP SIGNATURE-----
- Re: irepeat.el - repeat through history data FAST, Richard Stallman, 2002/03/23
- Re: irepeat.el - repeat through history data FAST, Kevin A. Burton, 2002/03/23
- Re: irepeat.el - repeat through history data FAST, Richard Stallman, 2002/03/24
- Re: irepeat.el - repeat through history data FAST, Alex Schroeder, 2002/03/25
- Re: irepeat.el - repeat through history data FAST, Kim F. Storm, 2002/03/25
- Re: irepeat.el - repeat through history data FAST,
Kevin A. Burton <=
- Re: irepeat.el - repeat through history data FAST, Richard Stallman, 2002/03/26
- Re: irepeat.el - repeat through history data FAST, Kevin A. Burton, 2002/03/26
- Re: irepeat.el - repeat through history data FAST, Kevin A. Burton, 2002/03/28