[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MSVC 2.9.13 and path completion with spaces
From: |
David Bateman |
Subject: |
MSVC 2.9.13 and path completion with spaces |
Date: |
Tue, 02 Oct 2007 15:06:32 +0200 |
User-agent: |
Thunderbird 1.5.0.7 (X11/20060921) |
Michael,
Jean-Luc in cc to this e-mail spotted an issue with your MSVC installer
to do with readline path completion and paths with spaces. To observe
this issue try
cd c:
cd Doc<tab>
This will then complete the path with
cd Documents and Settings
and the error
error: Documents: no such file or directory
will occur. Has this issue been addressed? Is there a means of getting
the readline path completion to instead write that as
cd Documents\ and\ Settings
Should we concatenate the multiple arguments to "cd" above into a single
argument? If so what white space character and how many of them should
we assume are present? In any case do you have some idea how to address
this?
Regards
David
--
David Bateman address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph)
Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob)
91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax)
The information contained in this communication has been classified as:
[x] General Business Information
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary
- MSVC 2.9.13 and path completion with spaces,
David Bateman <=
- Re: MSVC 2.9.13 and path completion with spaces, Michael Goffioul, 2007/10/02
- Re: MSVC 2.9.13 and path completion with spaces, David Bateman, 2007/10/02
- Re: MSVC 2.9.13 and path completion with spaces, David Bateman, 2007/10/03
- Re: MSVC 2.9.13 and path completion with spaces, John W. Eaton, 2007/10/03
- Re: MSVC 2.9.13 and path completion with spaces, David Bateman, 2007/10/03
- Re: MSVC 2.9.13 and path completion with spaces, John W. Eaton, 2007/10/03
- Re: MSVC 2.9.13 and path completion with spaces, Michael Goffioul, 2007/10/03
- Re: MSVC 2.9.13 and path completion with spaces, David Bateman, 2007/10/03
- Re: MSVC 2.9.13 and path completion with spaces, John W. Eaton, 2007/10/05
- Re: MSVC 2.9.13 and path completion with spaces, David Bateman, 2007/10/05