Gnus development mailing list
 help / color / mirror / Atom feed
* Cygwin/Emacs's system-type is cygwin
@ 2002-08-20  8:24 小関 吉則
  2002-08-20  8:45 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: 小関 吉則 @ 2002-08-20  8:24 UTC (permalink / raw)


I am using Cygwin/Emacs-21.2, running in MS Windows.
This Emacs's system-type is cygwin, not cygwin32.

\f
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.246
diff -u -r6.246 message.el
--- message.el	2002/08/19 04:10:47	6.246
+++ message.el	2002/08/20 08:48:44
@@ -4527,7 +4527,7 @@
       (setq buffer-file-name (expand-file-name
 			      (if (memq system-type
 					'(ms-dos ms-windows windows-nt
-						 cygwin32 win32 w32
+						 cygwin cygwin32 win32 w32
 						 mswindows))
 				  "message"
 				"*message*")
Index: nnheader.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnheader.el,v
retrieving revision 6.27
diff -u -r6.27 nnheader.el
--- nnheader.el	2002/06/15 15:45:42	6.27
+++ nnheader.el	2002/08/20 08:48:44
@@ -73,11 +73,11 @@
 (defvar nnheader-file-name-translation-alist 
   (let ((case-fold-search t))
     (cond
-     ((string-match "windows-nt\\|os/2\\|emx\\|cygwin32"
+     ((string-match "windows-nt\\|os/2\\|emx\\|cygwin"
 		    (symbol-name system-type))
       (append (mapcar (lambda (c) (cons c ?_))
 		      '(?: ?* ?\" ?< ?> ??))
-	      (if (string-match "windows-nt\\|cygwin32"
+	      (if (string-match "windows-nt\\|cygwin"
 				(symbol-name system-type))
 		  nil
 		'((?+ . ?-)))))
\f
-- 
kose




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cygwin/Emacs's system-type is cygwin
  2002-08-20  8:24 Cygwin/Emacs's system-type is cygwin 小関 吉則
@ 2002-08-20  8:45 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2002-08-20  8:45 UTC (permalink / raw)
  Cc: ding

Hi,

>>>>> In <200208207y4rdqrl8v.%kose@meadowy.org> 小関吉則さん wrote:

kose> I am using Cygwin/Emacs-21.2, running in MS Windows.
kose> This Emacs's system-type is cygwin, not cygwin32.

I've added your patch.  Thanks.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-20  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-20  8:24 Cygwin/Emacs's system-type is cygwin 小関 吉則
2002-08-20  8:45 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).