delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/10/20/07:24:11

X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; q=dns; s=default; b=cPwO
YX87gPVTZWjYheb0TOsBFzjMSLBNgpde4EQtVmd0GYiQEbyh6bw29mTcXMJOCN6R
M36sNC8TEpGQlNPt61nWYvmsO9/vMw+FmTNGuXOm9vsadNupGeJk6XfLNYxi00wf
xgfpD9MBDqXQgqK8uD2xXBGRgs8f7udTPe+6GZU=
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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; s=default; bh=u5doxVjAiy
fnA0UAVu5mQtuepp0=; b=FMPbSYplFmhTSsojDD4kuLrUsGtbXezO6mqP3DJvKB
3z9QI/7SaZUrBciQAGNhocR5zpz/54VDqFXQfNkj4NBq1lm/x6hA4Pym8fxFFqrf
6bZF737suTXRVXTLafmwGTbczma382Ly0Uft0bylOGJNsi3c89VX2pyW76FKXr4H
k=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f170.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=RkDdEeI8EERU2R7VA9g9vuYCiWb25wcRGHPaEkaLCEg=; b=Gf+kdWsjyePny+bzBlxerx+1yAhtDaTtD4YPk6TPHxKVBvn7HSvGM4+uSQs+HhaCtt C8HLgJoLZag7YiJlCoqcmfRTk0V7HMF0Z5UcCN9QjgFB2aSOxbcD1CX7Wbfim+NwyaBb E8hPb5wqgK7zeqEzwEsTT4VzgkCPVwWpYJNw6nPIEE36HTrYv2bM+dEoK6K4XEbPVk7L J9uSpzQwVoE+g3puszlpPwYsykVAzSEqCT0D7Ej1PsBpA3lkZ5YEeOBrOzBT/t9Syf2N VnvUqtDjUNhdUhGs7AIpa60Fn+it42oic/LUpOUe+DYpTgB1E28ISmS3CEIPyb0eg377 EdRg==
X-Gm-Message-State: ALoCoQmBjFWYlHCGld91hI2gNhhfRj+Udwzlp13+vsRMqJ0bZ6sodUn+Hgd7WOp5ijakF8QeUGSC
X-Received: by 10.194.123.167 with SMTP id mb7mr17404112wjb.56.1413804227835; Mon, 20 Oct 2014 04:23:47 -0700 (PDT)
Date: Mon, 20 Oct 2014 12:23:44 +0100
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
To: cygwin AT cygwin DOT com
Subject: Re: perl -d causes completion to fail
Message-ID: <20141020112344.GF9828@dinwoodie.org>
References: <m1kb7c$rko$1 AT ger DOT gmane DOT org> <20141015184735 DOT GE9828 AT dinwoodie DOT org> <m1mp2b$l79$1 AT ger DOT gmane DOT org> <m1mr9b$gjg$1 AT ger DOT gmane DOT org>
MIME-Version: 1.0
In-Reply-To: <m1mr9b$gjg$1@ger.gmane.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-IsSubscribed: yes

On Wed, Oct 15, 2014 at 03:08:42PM -0700, Andrew DeFaria wrote:
> On 10/15/2014 2:30 PM, Andrew DeFaria wrote:
> Adefaria-lt:ls /etc/bash_completion.d/perl
> ls: cannot access /etc/bash_completion.d/perl: No such file or directory
> Adefaria-lt:ls /usr/share/bash-completion/completions/perl
> /usr/share/bash-completion/completions/perl
> Adefaria-lt:
> 
> I think you mean /usr/share/bash-completion/completions/perl... I
> think the problem is that it's parsing the next token after -d and
> -dt looking for :debugger and never things that maybe there's no
> debugger name (see perldoc perldebug).

Whatever you're using doesn't seem to be the Cygwin bash-completion
package.  Both x86 and x86_64 install /etc/bash_completion.d/perl:

https://cygwin.com/packages/x86/bash-completion/bash-completion-1.3-1
https://cygwin.com/packages/x86_64/bash-completion/bash-completion-1.3-1

Before we go any further with anything else, I think your next step
should probably be to install the Cygwin bash-completion package and
check what the behaviour is there.

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019