Re: Bash source repository

2011-05-30 Thread Michael Witten
On Mon, May 30, 2011 at 05:06, Ben Pfaff b...@cs.stanford.edu wrote: Bradley M. Kuhn bk...@ebb.org writes: The new repository contains everything that the current Savannah one does, but I put much more effort into making commits fine-grained, rather than merely importing the public releases

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 on

[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() {

[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)