[patch] colored filename completion

2011-05-30 Thread Raphaël
Hi, I finished 6 patches which add color to filename completions in readline. You'll find them here (651569 to 9cb76f) http://gitorious.org/drzraf/bash/commits/enhanced-completion and also attached. Most of code, more or less modified, comes from the LS_COLORS (parser / indicator selection) whi

[RFC] support 'COMP_WORDBREAKS' value on a per-completion basis

2011-05-30 Thread Raphaël Droz
It seems like if gnu.bash@googlegroups.com eat the first occurrence of this email (not in the mailman archives)... second attempt: === Rationale: Let's say you want to complete http URL (which contain ':'). The completion probably contains this kind of statement: _comp() { COMPREPLY=

Re: Bash source repository

2011-05-30 Thread Bradley M. Kuhn
Michael Witten wrote at 02:34 (EDT): > Perhaps (and hopefully) Bradley meant that file moves were separated > from any other content changes that might otherwise have occurred > simultaneously. I probably did this in some cases and not others. Anyway, what I've got is clearly better than what's