[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: icomplete-mode vs. iswitchb
From: |
Stefan Monnier |
Subject: |
Re: icomplete-mode vs. iswitchb |
Date: |
Wed, 04 Dec 2013 20:30:14 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> How does one achieve that? When I tried icomplete-mode, I was unable to
> figure out how to do that.
Which version of Emacs?
> (progn
> (iswitchb-mode 0)
> (icomplete-mode 1)
> (get-buffer-create "mytesta")
> (get-buffer-create "mytestb")
> (get-buffer-create "yourtesta")
> (get-buffer-create "yourtestb"))
> 1. How to pick the first item on the list without typing a lot? I want
> to type a substring RET to pick the most recent buffer. With
> icomplete-mode I type t e s t TAB and get test*.
why type TAB? The list of completions is already displayed in the
minibuffer after typing "t e s t".
> 2. How to quickly rotate through the list? I want to type t e s t C-s
C-. and C-, (the logic behind those is that , and . are just below <
and > in the US keyboard).
> A generic completion should also sort the entry by "most recently used"
> and I'm not sure how icomplete can do this.
It does sort by "most recently used" based on the history variable,
Stefan
- Re: Finding packages to enable by default, (continued)
- Re: Finding packages to enable by default, Dmitry Gutov, 2013/12/12
- Re: Finding packages to enable by default, martin rudalics, 2013/12/06
- Re: Finding packages to enable by default, Stephen J. Turnbull, 2013/12/04
- Re: Finding packages to enable by default, Jambunathan K, 2013/12/04
- Re: Finding packages to enable by default, Josh, 2013/12/06
- RE: Finding packages to enable by default, Drew Adams, 2013/12/06
- Re: Finding packages to enable by default, Jambunathan K, 2013/12/06
- icomplete-mode vs. iswitchb, Alex Schroeder, 2013/12/04
- Re: icomplete-mode vs. iswitchb,
Stefan Monnier <=
- Re: icomplete-mode vs. iswitchb, Stefan Monnier, 2013/12/04
- Re: icomplete-mode vs. iswitchb, Alex Schroeder, 2013/12/05
- Re: icomplete-mode vs. iswitchb, Bozhidar Batsov, 2013/12/05
- Re: icomplete-mode vs. iswitchb, Stefan Monnier, 2013/12/05
- Re: icomplete-mode vs. iswitchb, Mathias Dahl, 2013/12/08
- Re: icomplete-mode vs. iswitchb, Stefan Monnier, 2013/12/09
- Re: icomplete-mode vs. iswitchb, Mathias Dahl, 2013/12/10
- Re: icomplete-mode vs. iswitchb, Stefan Monnier, 2013/12/11
- Re: icomplete-mode vs. iswitchb, Mathias Dahl, 2013/12/22
- Re: icomplete-mode vs. iswitchb, Stefan Monnier, 2013/12/22