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: Re: system-type Date: Fri, 27 Mar 2009 17:52:57 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1238165719 3881 80.91.229.12 (27 Mar 2009 14:55:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 14:55:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 27 15:56:36 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 1LnDU1-0008OM-7W for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 15:56:33 +0100 Original-Received: from localhost ([127.0.0.1]:39352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnDSe-0006Ml-6L for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2009 10:55:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnDSZ-0006MX-Am for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:55:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnDSY-0006MJ-Iy for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:55:03 -0400 Original-Received: from [199.232.76.173] (port=48488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnDSY-0006MG-Cw for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:55:02 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:57074) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnDSX-0007l9-Rf for emacs-devel@gnu.org; Fri, 27 Mar 2009 10:55:02 -0400 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KH6001006PTX200@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Fri, 27 Mar 2009 17:55:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KH60062O6RNI0H1@i_mtaout2.012.net.il>; Fri, 27 Mar 2009 17:55:00 +0300 (IDT) In-reply-to: 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:109878 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sat, 21 Mar 2009 14:59:46 -0400 > > >> > 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', ... > > `darwin' is not in that list. Should it be added? > > Yes. It's in the docstring. > > > Also, what with all the other Unixoid systems (which I presume we > > still support), like *BSD, Solaris, etc.? > > As the docstring explains: "Anything else indicates some sort of > Unix system." I updated the list in os.texi with the currently supported system.