Re: perl -d causes completion to fail

2014-10-22 Thread Ken Brown
On 10/22/2014 1:09 PM, Andrew DeFaria wrote: On 10/22/2014 7:50 AM, Adam Dinwoodie wrote: Cygwin Ports uses setup-*.exe for installing its packages. It's also currently distributing bash-completion 2.1-1, so I strongly suspect that at some point -- intentionally or not -- you installed the Cygw

Re: perl -d causes completion to fail

2014-10-22 Thread Eric Blake
On 10/22/2014 08:50 AM, Adam Dinwoodie wrote: > > If upstream does have this behaviour, you can (a) install it yourself, > separately from the Cygwin install (but be aware the list won't support > problems you hit unless/until you can identify the Cygwin-distributed > component that's causing the

Re: perl -d causes completion to fail

2014-10-22 Thread Andrew DeFaria
On 10/22/2014 7:50 AM, Adam Dinwoodie wrote: I've never installed any Cygwin stuff from anything other than setup.exe. The Cygwin mirror I typically use is http://mirrors.kernal.org. Oddly enough, looking at it now, I see Current as 2.1-1 and "new" as 1.3-1. Huh? OK... Installing "new"... Cyg

Re: perl -d causes completion to fail

2014-10-22 Thread Adam Dinwoodie
On Mon, Oct 20, 2014 at 02:04:18PM -0700, Andrew DeFaria wrote: > On 10/20/2014 1:05 PM, Ken Brown wrote: > >On 10/20/2014 1:04 PM, Andrew DeFaria wrote: > >>On 10/20/2014 4:23 AM, Adam Dinwoodie wrote: > >>>Whatever you're using doesn't seem to be the Cygwin bash-completion > >>>package. Both x86

Re: perl -d causes completion to fail

2014-10-20 Thread Andrew DeFaria
On 10/20/2014 1:05 PM, Ken Brown wrote: On 10/20/2014 1:04 PM, Andrew DeFaria wrote: On 10/20/2014 4:23 AM, Adam Dinwoodie wrote: 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/x

Re: perl -d causes completion to fail

2014-10-20 Thread Ken Brown
On 10/20/2014 1:04 PM, Andrew DeFaria wrote: On 10/20/2014 4:23 AM, Adam Dinwoodie wrote: 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

Re: perl -d causes completion to fail

2014-10-20 Thread Andrew DeFaria
On 10/20/2014 4:23 AM, Adam Dinwoodie wrote: 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/

Re: perl -d causes completion to fail

2014-10-20 Thread Adam Dinwoodie
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/

Re: perl -d causes completion to fail

2014-10-15 Thread Andrew DeFaria
On 10/15/2014 2:30 PM, Andrew DeFaria wrote: On 10/15/2014 11:47 AM, Adam Dinwoodie wrote: On Tue, Oct 14, 2014 at 04:22:20PM -0700, Andrew DeFaria wrote: Now I did some Bash completion stuff before so I'm familiar but where would I find which completion thing causes this to work but only if -d

Re: perl -d causes completion to fail

2014-10-15 Thread Andrew DeFaria
On 10/15/2014 11:47 AM, Adam Dinwoodie wrote: On Tue, Oct 14, 2014 at 04:22:20PM -0700, Andrew DeFaria wrote: Now I did some Bash completion stuff before so I'm familiar but where would I find which completion thing causes this to work but only if -d was not specified? Specify some other Perl o

Re: perl -d causes completion to fail

2014-10-15 Thread Adam Dinwoodie
On Tue, Oct 14, 2014 at 04:22:20PM -0700, Andrew DeFaria wrote: > Now I did some Bash completion stuff before so I'm familiar but > where would I find which completion thing causes this to work but > only if -d was not specified? > > Specify some other Perl option (i.e. -v) and it WORKS! > > To r

perl -d causes completion to fail

2014-10-14 Thread Andrew DeFaria
I'm a big fan of Perl and using Perl's debugger (i.e. perl -d