From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62824 invoked by alias); 24 Feb 2016 08:41:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 62804 invoked by uid 89); 24 Feb 2016 08:41:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:User, HContent-Transfer-Encoding:8bit X-HELO: imap.le-tex.de Received: from imap.le-tex.de (HELO imap.le-tex.de) (80.64.176.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 Feb 2016 08:41:47 +0000 Received: from localhost (localhost [127.0.0.1]) by imap.le-tex.de (Postfix) with ESMTP id AEEC92EA99F for ; Wed, 24 Feb 2016 09:41:44 +0100 (CET) Received: from [192.168.2.110] (p54A57F9D.dip0.t-ipconnect.de [84.165.127.157]) Authenticated User: (imap.le-tex.de) by imap.le-tex.de (Postfix) with ESMTP id 09ABE2EA8C4 for ; Wed, 24 Feb 2016 09:41:44 +0100 (CET) To: cygwin@cygwin.com From: "Imsieke, Gerrit, le-tex" Subject: bash completion after equals sign does not work after upgrading to bash_completion 2.1-2 Message-ID: <56CD6CC6.2000801@le-tex.de> Date: Wed, 24 Feb 2016 08:41:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2016-02/txt/msg00379.txt.bz2 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. 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. Gerrit -- 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