From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68136 Path: news.gmane.org!not-for-mail From: "Steven E. Harris" Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap with openssl stopping up after connecting in Windows Date: Sun, 11 Jan 2009 19:23:51 -0500 Organization: SEH Labs Message-ID: References: <833ahh3nud.fsf@torus.sehlabs.com> <877i6th1uo.fsf@mocca.josefsson.org> <87zljpidgh.fsf@hjemme.hjemme.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231720075 15826 80.91.229.12 (12 Jan 2009 00:27:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2009 00:27:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16580@lists.math.uh.edu Mon Jan 12 01:29:06 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LMAfy-0000h2-6q for ding-account@gmane.org; Mon, 12 Jan 2009 01:29:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LMAeA-0002iG-KR; Sun, 11 Jan 2009 18:27:14 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LMAaz-0002h5-66 for ding@lists.math.uh.edu; Sun, 11 Jan 2009 18:23:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LMAaw-0007ST-CX for ding@lists.math.uh.edu; Sun, 11 Jan 2009 18:23:57 -0600 Original-Received: from mail1.panix.com ([166.84.1.72]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LMAbD-0006Yx-00 for ; Mon, 12 Jan 2009 01:24:11 +0100 Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 2E64F2940A for ; Sun, 11 Jan 2009 19:23:52 -0500 (EST) Original-Received: from torus.sehlabs.com (c-24-131-239-140.hsd1.pa.comcast.net [24.131.239.140]) by mailbackend.panix.com (Postfix) with ESMTP id 227EBF7C5 for ; Sun, 11 Jan 2009 19:23:52 -0500 (EST) Original-Received: from seh by torus.sehlabs.com with local (Exim 4.69) (envelope-from ) id KDC13R-00051G-IF for ding@gnus.org; Sun, 11 Jan 2009 19:23:51 -0500 Mail-Followup-To: ding@gnus.org In-Reply-To: (Steinar Bang's message of "Sun\, 11 Jan 2009 19\:04\:22 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68136 Archived-At: Steinar Bang writes: > The windows-emacs variable is defined like this: > > (defvar windows-emacs (string-match "mingw" (emacs-version)) > "Hold a numerical value if this is an Emacs running on Windows, and > nil if this isn't windows") I've had these similar ones around for a while: ,---- | (defvar running-on-cygwin-p (memq system-type '(cygwin cygwin32))) | (defvar running-on-mswindows-p | (memq system-type '(windows-nt ms-windows cygwin cygwin32))) `---- Note that for these, running on Cygwin implies Windows, so the Windows-but-not-Cygwin cases need to take both variables into account. -- Steven E. Harris