| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| X-Originating-IP: | [69.3.25.171] |
| Reply-To: | <caelum AT debian DOT org> |
| From: | "Rafael Kitover" <caelum AT debian DOT org> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | PROPOSAL: translate '::' to '.' in arguments to the man command |
| Date: | Fri, 24 Jan 2003 00:50:10 -0800 |
| Message-ID: | <000201c2c385$9a2be5b0$0201a8c0@ISIS> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
| X-OriginalArrivalTime: | 24 Jan 2003 08:50:10.0457 (UTC) FILETIME=[9A2E0890:01C2C385] |
I have noticed that some man pages, for example perl modules below the root namespace, are installed as Foo.Bar instead of Foo::Bar because apparently windows file names cannot contain "::". Eg. $ touch 'Foo::Bar' touch: creating `Foo::Bar': Invalid argument This is sufficiently different from UNIX to trip most people up, especially those working with Perl. Further, filenames with one colon do work, e.g. Touch 'Foo:Bar'. For this reason I propose changing the "man" command in Cygwin to take the special case of "::" into account and convert it to a ".", iff the file containing "::" does not exist (might be supported in the future.) If this is considered a good idea I'll be happy to make the patch. Cheers, -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |