From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: system-type Date: Sat, 21 Mar 2009 09:58:11 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237643893 1474 80.91.229.12 (21 Mar 2009 13:58:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2009 13:58:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 21 14:59:30 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ll1jU-0003Ji-4d for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2009 14:59:28 +0100 Original-Received: from localhost ([127.0.0.1]:56366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll1i7-0007ln-JV for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2009 09:58:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ll1i4-0007lg-2v for emacs-devel@gnu.org; Sat, 21 Mar 2009 09:58:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ll1hz-0007kl-An for emacs-devel@gnu.org; Sat, 21 Mar 2009 09:57:59 -0400 Original-Received: from [199.232.76.173] (port=40952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll1hz-0007ki-5l for emacs-devel@gnu.org; Sat, 21 Mar 2009 09:57:55 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:49105 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ll1hy-0001LB-4h; Sat, 21 Mar 2009 09:57:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAI6PxElFxIZP/2dsb2JhbACBUNMWg34GhGc X-IronPort-AV: E=Sophos;i="4.38,399,1233550800"; d="scan'208";a="35478654" Original-Received: from 69-196-134-79.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.79]) by ironport2-out.teksavvy.com with ESMTP; 21 Mar 2009 09:57:53 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id EFFCB7F74; Sat, 21 Mar 2009 09:58:11 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Sat, 21 Mar 2009 11:51:52 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109755 Archived-At: > Is the list of possible values of `system-type' given by > "(elisp)System Environment" complete? Yes. > The text sounds as if this is exhaustive list, but then what is the > value defined by the NextSTEP port? Depends: if it's running under Mac OS X, it'll be `darwin', if it's running under GNU/Linux it'll be `gnu/linux', ... > If `system-type' is not the way > to distinguish the NextSTEP port from other platforms, then what is? window-system? Stefan