Re: doing completion and menu-completion with just one key

2014-01-20 Thread Chet Ramey
On 1/19/14, 5:18 PM, Ernest Adrogué wrote: > If I bind TAB to `menu-complete' and set `menu-complete-display-prefix', the > first TAB displays a list of possible completions, which is what I wanted, > but it also inserts the first entry from the list of possible completions, > which is not what I

Re: doing completion and menu-completion with just one key

2014-01-19 Thread Ernest Adrogué
Hi, 2014-01-19, 14:04 (-0500); Chet Ramey escriu: > On 1/4/14, 8:09 AM, Ernest Adrogué wrote: > > > One solution is first use completion to narrow down completions and in the > > end use menu-completion, but I think it would be much better to use just one > > key. In my opinion the best solution

Re: doing completion and menu-completion with just one key

2014-01-19 Thread Chet Ramey
On 1/4/14, 8:09 AM, Ernest Adrogué wrote: > One solution is first use completion to narrow down completions and in the > end use menu-completion, but I think it would be much better to use just one > key. In my opinion the best solution would be this: the first TAB does > completion and successiv

Re: doing completion and menu-completion with just one key

2014-01-06 Thread Chet Ramey
On 1/4/14 8:09 AM, Ernest Adrogué wrote: > Hi there, > > This is not a bug per se, just an idea. > > On many occasions I find myself repeatedly typing a character followed by > TAB in order to narrow down possible completions, until there is just one > candidate left. This is not efficient, beca