Path: csiph.com!xmission!news.alt.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!171.64.64.130.MISMATCH!usenet.stanford.edu!not-for-mail From: Neven Sajko Newsgroups: gnu.bash.bug Subject: Re: bash completion escaping bug Date: Tue, 25 Aug 2015 13:22:06 +0200 Lines: 14 Approved: bug-bash@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: usenet.stanford.edu 1440501734 25757 208.118.235.17 (25 Aug 2015 11:22:14 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=TZFSG5zzAxgLX4wf4rC6cCtx27F7jqxqIRaeuTh/2L8=; b=RA8cxjjUpiAnNilhi4t3GUtmhZf759Bg1OJv84X+Mft33pihO3Kc8bKTOPLtBsL3Yn uE8K8AXnOmJTZyRoB92OGkswYD/By+1hA6uWgyva/ymrdcoDreeV3iiyU9Kjbl1+lmiK z3GoOPctIc0xagl27/7yB82QiVCiScwIb+aOm0DGyM5CFIXLjp49a6qLicqxhyIyv7LK 96eXPcioZff/PddMkbcYDZhZ1+vLEF4WjFYNIKWVDuTuK174BJg9kucGiV42E+uhliT9 OBZHX2szgzPp+AfbrsNZx5f9zAaJFUq8Ux5HxBqTPxyZDHpf2HjOBDJOWqzgEH3ZMG8m LXPw== X-Received: by 10.202.174.141 with SMTP id x135mr24752160oie.50.1440501726924; Tue, 25 Aug 2015 04:22:06 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22d X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11435 > for example I have this in shell input: > db.rc $home/Downloads/games/DOS/Captai > and after I press Tab I have this: > db.rc \$home/Downloads/games/DOS/Captain\ Bible\ in\ the\ Dome\ of\ > Darkness.zip Sorry, the completed command line was wrapped: db.rc \$home/Downloads/games/DOS/Captain\ Bible\ in\ the\ Dome\ of\ Darkness.zip Also, I forgot to say that the bug only happens when there are characters in the filename that may be legitimately escaped, blanks in this case.