From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: system-type Date: Sat, 21 Mar 2009 11:51:52 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237629184 29619 80.91.229.12 (21 Mar 2009 09:53:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2009 09:53:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 21 10:54:21 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 1LkxuD-00059q-Ew for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2009 10:54:17 +0100 Original-Received: from localhost ([127.0.0.1]:34073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lkxsq-0001Ep-HF for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2009 05:52:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lkxrv-000124-FG for emacs-devel@gnu.org; Sat, 21 Mar 2009 05:51:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lkxrt-00010s-Oo for emacs-devel@gnu.org; Sat, 21 Mar 2009 05:51:54 -0400 Original-Received: from [199.232.76.173] (port=41381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lkxrt-00010d-Cc for emacs-devel@gnu.org; Sat, 21 Mar 2009 05:51:53 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:16717) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lkxrs-00012a-Up for emacs-devel@gnu.org; Sat, 21 Mar 2009 05:51:53 -0400 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KGU00300OH4N900@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Sat, 21 Mar 2009 11:51:51 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KGU0018ROQEP7M0@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Sat, 21 Mar 2009 11:51:51 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:109749 Archived-At: Is the list of possible values of `system-type' given by "(elisp)System Environment" complete? The text sounds as if this is exhaustive list, but then what is the value defined by the NextSTEP port? If `system-type' is not the way to distinguish the NextSTEP port from other platforms, then what is? is it `(featurep 'ns)'? if so, we should state that in NEWS, IMO.