X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=H6Y+8kwScFDaDrDq
	WRQ7rp6Tn8GclW15J5I6gKD0jvqXxPXDS/gXVVtbMgiZ16XBoi8Pgi2y1CpvGvKS
	4/j2/dZaks1MH7YzBrfCRqmKSu+6V6F+4AUSnm2VLXlWuKR4TitWIa69p/uA5sbi
	nz7dqrDuEisn1CWw+dYx7IKHbpY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=lpEsdJLld/Nhj3VDVgj7ys
	vQi5Q=; b=J2seib+wdo2ciR/o3BlTQcyfFVNivNQq2B4RETJiq8uHRrBlKhShI7
	hsetRzSahzYNW6lptmE404XUMxWZgmNY/frwZUMFX7UGms8HolnpyMlT9OJLwNU6
	xzUV9QE6zhfy3CndNeIy7fuA7qQqVGNtgWIlK9mWtqdxV/fH82Hks=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Moving, indication, Hx-languages-length:1289, H*MI:sk:56CD6CC
X-HELO: limerock01.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: bash completion after equals sign does not work after upgrading to bash_completion 2.1-2
To: cygwin@cygwin.com
References: <56CD6CC6.2000801@le-tex.de>
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <56CDDFE7.8020109@cornell.edu>
Date: Wed, 24 Feb 2016 11:52:55 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
MIME-Version: 1.0
In-Reply-To: <56CD6CC6.2000801@le-tex.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

On 2/24/2016 3:41 AM, Imsieke, Gerrit, le-tex wrote:
> It still works with bash_completion 1.3-1
>
> COMP_WORDBREAKS is the default “ "'><=;|&(:” (the string within “”).
>
> Removing everything in /etc/bash_completion.d did not help
>
> Compared to bash_completion 1.3-1, there is almost nothing in
> /etc/bash_completion.d anyway, and there is no /etc/bash_completion file
> any more.

Right.  bash-completion now uses /usr/share/bash-completion, as you can 
see from

   https://cygwin.com/packages/x86_64/bash-completion/bash-completion-2.1-2

> Moving away my .bashrc (that contains only 'complete -o default make'
> wrt completion and that is symlinked to .bash_profile for some arcane
> reason) didn’t help, either.
>
> The only thing that worked so far (except reverting to bash_completion
> 1.3-1) is to use bash --norc.

That's a pretty clear indication that the problem is caused by something 
in your bash startup files.  And the symlink you mentioned could easily 
be confusing the issue.  Have you tried reverting to the default startup 
files (in /etc/defaults/etc/skel)?

[Achim, /etc/defaults/etc/skel/.bashrc has some outdated comments 
referring to /etc/bash_completion.]

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

