Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
To: "Weichang Yang" <weichang.yang@metera.com>
Cc: cygwin@cygwin.com
Subject: Re: File Completion doesn't work for absolute path?
References: <FBEDIDPFBPBGJDLMCANPCEMMCDAA.weichang.yang@metera.com>
From: Andrew Markebo <flognat@flognat.myip.org>
Date: 11 May 2001 23:30:29 +0200
In-Reply-To: <FBEDIDPFBPBGJDLMCANPCEMMCDAA.weichang.yang@metera.com>
Message-ID: <m3r8xviney.fsf@localhost.localdomain>
Lines: 17
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

/ "Weichang Yang" <weichang.yang@metera.com> wrote:
| Hi All,
| 
| In cygwin bash, file completion works for relative path, e.g.
| 	$ cd path1/path2/pa<tab>
| works fine. But, it doesn't work for absolute path, e.g.
| 	$ cd d:/path1/path2/pa<tab>
| wont work.
| 
| Any one knows why? Is it more difficult for absolute path than for relative
| path? Is it because the drive letter?

You need to do cd //d/path1/path2, or '/cygdrive/c/Path..

FAQ http://www.cygwin.com/faq/faq_4.html#SEC33

        /Andy

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

