X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.7 required=5.0	tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_GT
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@nexgo.de>
Subject: Re: Updated: emacs*-24.2.90-1 (TEST)
Date: Thu, 06 Dec 2012 22:54:28 +0100
Lines: 21
Message-ID: <87y5ha7sob.fsf@Rainer.invalid>
References: <announce.50BB4D0D.7010204@cornell.edu>	<loom.20121203T102613-270@post.gmane.org>	<loom.20121206T085349-191@post.gmane.org>	<50C08983.8000806@cornell.edu> <87ip8f10hc.fsf@Rainer.invalid>	<50C1076F.3000107@cornell.edu> <877gou980c.fsf@Rainer.invalid>	<50C11251.4040904@dancol.org>
Mime-Version: 1.0
Content-Type: text/plain
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux)
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

Daniel Colascione writes:
> Under Cygwin, the variable system-type will be 'cygwin; under Windows,
> it will be 'windows-nt. You can perform conditional initialization as
> follows:
>
> (cond ((eq system-type 'cygwin) (cygwin-specific-initialization))
>       ((eq system-type 'windows-nt) (windows-specific-initialization))
>       (t (default-initialization))

I need to keep the emacs-w32 and emacs-gtk under cygwin apart and AFAIK
they both get reported as 'cygwin.  So I was looking for a way to know
this other than by looking at the build string.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

