Gnus development mailing list
 help / color / mirror / Atom feed
From: "小関 吉則" <kose@meadowy.org>
Subject: Cygwin/Emacs's system-type is cygwin
Date: Tue, 20 Aug 2002 17:24:16 +0900	[thread overview]
Message-ID: <200208207y4rdqrl8v.%kose@meadowy.org> (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




             reply	other threads:[~2002-08-20  8:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-20  8:24 小関 吉則 [this message]
2002-08-20  8:45 ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200208207y4rdqrl8v.%kose@meadowy.org \
    --to=kose@meadowy.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).