From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31332 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] message.el -- Win32 does not like *message* autosave file name Date: 06 Jun 2000 00:52:47 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <2nu2f7csww.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167756 13385 80.91.224.250 (21 Oct 2002 02:35:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:35:56 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id DF231D051E for ; Tue, 6 Jun 2000 00:50:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id XAC12685; Mon, 5 Jun 2000 23:49:58 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 05 Jun 2000 23:49:16 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id XAA04767 for ; Mon, 5 Jun 2000 23:49:06 -0500 (CDT) Original-Received: from shenghuo.dhs.org (d185d1e79.rochester.rr.com [24.93.30.121]) by mailhost.sclp.com (Postfix) with ESMTP id 35B54D051E for ; Tue, 6 Jun 2000 00:49:33 -0400 (EDT) Original-Received: (from zsh@localhost) by shenghuo.dhs.org (8.10.0/8.10.0) id e564qlm23738; Tue, 6 Jun 2000 00:52:47 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: posting-list@MailAndNews.com's message of "03 Jun 2000 16:57:29 +0300" Original-Lines: 31 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31332 posting-list@MailAndNews.com (Jari Aalto+mail.emacs) writes: > 2000-06-01 Thu Jari Aalto > > * message.el (message-set-auto-save-file-name): Win32 does not > accept autosave filenames with asterisks. Changed the saved file > name from *message* --> #message# > > > Prereq: 1.1 > > Index: message.el > =================================================================== > RCS file: g:/data/version-control/cvsroot/lisp/gnus/lisp/message.el,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -IId: -u -r1.1 -r1.2 > --- message.el 1999/12/11 17:15:19 1.1 > +++ message.el 2000/06/01 11:44:57 1.2 > @@ -1,5 +1,6 @@ > ;;; message.el --- composing mail and news messages > -;; Copyright (C) 1996,97,98,99 Free Software Foundation, Inc. > +;; Copyright (C) 1996, 1997, 1998, 1999, 2000 > +;; Free Software Foundation, Inc. [...] It seems that you did not synchronize your local CVS repository with the one on quimby. You'd better send another patch file. Shenghuo