X-Recipient: archive-cygwin@delorie.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@cornell.edu>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
To: gustav <gustav@indiana.edu>
CC: cygwin@cygwin.com
Subject: Re: [1.7] Updated: {emacs,emacs-X11,emacs-el}-23.0.92-1
References: <4A0D5F66.7080305@cornell.edu> <20090515130932.453C8164080@perth.ovpit.indiana.edu>
In-Reply-To: <20090515130932.453C8164080@perth.ovpit.indiana.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/

