[Bash-completion-devel] Bug#544024: Bug#544024: Completion with backslashes broken

David Paleino d.paleino at gmail.com
Fri Sep 4 20:20:31 UTC 2009


On Fri, 4 Sep 2009 23:06:06 +0300, Ville Skyttä wrote:

> On Thursday 03 September 2009, Norbert Preining wrote:
> > On Do, 03 Sep 2009, EspeonEefi wrote:
> > > --- /etc/bash_completion.orig	2009-09-03 08:21:15.229720217 -0400
> > > +++ /etc/bash_completion	2009-09-03 08:21:36.473719600 -0400
> > > @@ -213,6 +213,10 @@
> > >  # results in the original argument
> > >  quote_readline()
> > >  {
> > > +	if [ ${BASH_VERSINFO[0]} -gt 3 ]; then
> > > +		echo "$1"
> > > +		return
> > > +	fi
> > >  	local t="${1//\\/\\\\}"
> > >  	echo \'${t//\'/\'\\\'\'}\' #'# Help vim syntax highlighting
> > >  }
> >
> > Thanks, that at least fixed the problem for me. I have added
> > these 4 lines for now and hope for what upstream is doing.
> 
> Practically the same thing.  There's just no release with this fix out yet.
> 
> http://git.debian.org/?p=bash-completion/bash-
> completion.git;a=commitdiff;h=1421e55aac075e13491cd212b796bdd453214a2c
> 
> http://git.debian.org/?p=bash-completion/bash-
> completion.git;a=commitdiff;h=4475d3634923de7a169c67aaa197f388bb418de8

I hope we can get a release out in September :)

Kindly,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 201 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/bash-completion-devel/attachments/20090904/54fe6e8f/attachment-0004.pgp>


More information about the Bash-completion-devel mailing list