www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2009/05/15/09:29:49

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_52,SPF_NEUTRAL
X-Spam-Check-By: sourceware.org
Message-ID: <4A0D6E41.3030108@cornell.edu>
Date: Fri, 15 May 2009 09:29:37 -0400
From: Ken Brown <kbrown AT cornell DOT edu>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
To: gustav <gustav AT indiana DOT edu>
CC: cygwin AT cygwin DOT com
Subject: Re: [1.7] Updated: {emacs,emacs-X11,emacs-el}-23.0.92-1
References: <4A0D5F66 DOT 7080305 AT cornell DOT edu> <20090515130932 DOT 453C8164080 AT perth DOT ovpit DOT indiana DOT edu>
In-Reply-To: <20090515130932.453C8164080@perth.ovpit.indiana.edu>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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

On 5/15/2009 9:09 AM, gustav wrote:
> Dear Ken,
> 
> First, thank you so much for having taken care of Emacs!
> 
> I enclose a patch to rmail.el, which I always have to apply, because
> version 21.2 normally attempts to create files with "po:", but neither
> Windows nor Cygwin tolerate that. Current rmail.el checks for Windows,
> but doesn't for Cygwin.

This has already been fixed upstream, as of emacs 22.1.  Here's an 
excerpt from the current rmail.el (emacs 23.0.92):

     (concat ".newmail-"
	    (file-name-nondirectory
	     (if (memq system-type '(windows-nt cygwin ms-dos))
		 ;; cannot have colons in file name
		 (replace-regexp-in-string ":" "-" file)
	       file)))

By the way, the patch is no longer needed; as of cygwin 1.7, it's legal 
to have colons in file names.

Ken

P.S.  For future reference, it's best to send comments about cygwin 
packages to the cygwin mailing list so that others can benefit from them 
also.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019