Re: [patch] colored filename completion

2013-04-01 Thread Raphaël Droz
On Sun, Mar 31, 2013 at 02:29:22PM +0100, Gavin Smith wrote: > I wondered if there was any interest in incorporating Raphaël Droz's > patches to add colour to tab suggestions feature has been considered: it was implemented (not really "merged") in 5a3187363 ( = queued for 4.3 ) * http://git.sava

Re: [patch] colored filename completion

2013-03-31 Thread Gavin Smith
I wondered if there was any interest in incorporating Raphaël Droz's patches to add colour to tab suggestions, like the colour listings from 'ls --color'. It would seem like a simple and useful feature to have (and is said to exist already in other shells like zsh and fish). The patches are at htt

Re: [patch] colored filename completion

2011-08-09 Thread Raphaël Droz
ping, anyone interested in reviewing/commenting on this ?

Re: [patch] colored filename completion

2011-06-26 Thread Raphaël Droz
On Sun, Jun 26, 2011 at 05:42:31PM +0200, Raphaël Droz wrote: > Attached is an updated version of "dont-bug-command-name-completion.patch". (really) attached commit b3572793f7e77bf3ccb4e58121aabe457ddbe39c Author: Raphaël Droz Date: Sat Jun 25 22:55:11 2011 +0200 Colored completion, bugfix

Re: [patch] colored filename completion

2011-06-26 Thread Raphaël Droz
On Sat, Jun 25, 2011 at 11:56:25PM +0200, Raphaël Droz wrote: > On Tue, May 31, 2011 at 01:32:44AM +0200, Raphaël wrote: > > Hi, > > > > I finished 6 patches which add color to filename completions in > > readline. > > Those who tried the patch may have noticed (at least) two bugs: [...] > > * c

Re: [patch] colored filename completion

2011-06-25 Thread Raphaël Droz
On Tue, May 31, 2011 at 01:32:44AM +0200, Raphaël wrote: > Hi, > > I finished 6 patches which add color to filename completions in > readline. Those who tried the patch may have noticed (at least) two bugs: * non-filename completion (variable, processes, ...) was broken. I missed part of a cond