X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4DBED7CC.6050404@redhat.com> Date: Mon, 02 May 2011 10:11:56 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Symlink to drive and space in directory name leads to DOS warning References: <786EBDA1AC46254B813E200779E7AD36018EC5DB AT srv1163ex1 DOT flightsafety DOT com> <4DBECF39 DOT 7030107 AT redhat DOT com> <786EBDA1AC46254B813E200779E7AD36018EC609 AT srv1163ex1 DOT flightsafety DOT com> In-Reply-To: <786EBDA1AC46254B813E200779E7AD36018EC609@srv1163ex1.flightsafety.com> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigF957C0AA60865BB75E4A9E3C" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enigF957C0AA60865BB75E4A9E3C Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/02/2011 10:04 AM, Thrall, Bryan wrote: > AFAIK, I am not using bash-completion; the package is installed, but I do= n't source /etc/bash_completion in my ~/.bashrc. You don't have to manually source it in ~/.bashrc - these days, merely installing bash-completion adds /etc/profile.d/bash_completion, which is automatically sourced for all interactive bash shells. >> $ set -vx >> $ pushd ~/myuserdrv/My\ Down[TAB] >> >> might give me some insight where to look at plugging the leak? >=20 > I don't think there's much help there, unfortunately: >=20 > thrall AT pc1163-8413-xp ~ > $ set -vx > settitle > ++ settitle > ++ echo -ne '\033]0;bash\007' > thrall AT pc1163-8413-xp ~ > $ pushd ~/myuserdrv/My\ Downcygwin warning: Well, it _does_ help. 'complete -p pushd' shows 'complete -d pushd', which is the setting installed by bash-completion. But the pushd default completions mean that the problem is in bash itself, not in bash-completion. So it gives me somewhere further to look. --=20 Eric Blake eblake AT redhat DOT com +1-801-349-2682 Libvirt virtualization library http://libvirt.org --------------enigF957C0AA60865BB75E4A9E3C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJNvtfMAAoJEKeha0olJ0NqQTsIAJACvVQjS6PZcQMnCkjmKwl5 qjMcgV3E2+fIzJtXBixzrSCCz4wHD38DTPWHiClzKgoaCHgfW2KC50kuaXpadgci xWlSVzqmlmRbJHtnFBMDQrMNxxgtCurlQy6gRBpJrFzeVZGD8sqZ4T88Z4Aop/IE Lk3uor/lMFrNOrve0rfagJXtljdHdwwp/kO44+82agGmqr+1jSKzuK6gEDPADpEo uZYhl+hP3RkuNuPRRATIt2+IviDdUjOqTKTy22GbHrW+JQTc8HeE1AmmV4v1BOvl ftq8tiwp7JQjL/EbgjpZnQl0qO8plutDSJJiejzh6yfOOXOP0vLJDad6leD0Kt4= =IjGk -----END PGP SIGNATURE----- --------------enigF957C0AA60865BB75E4A9E3C--