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 macos in lisp/loadup.el & ls-lisp.el Date: Thu, 13 Aug 2009 20:10:54 +0300 Message-ID: <83hbwbk5b5.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1250183467 8836 80.91.229.12 (13 Aug 2009 17:11:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2009 17:11:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 13 19:11:00 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 1MbdpL-0001kU-S8 for ged-emacs-devel@m.gmane.org; Thu, 13 Aug 2009 19:11:00 +0200 Original-Received: from localhost ([127.0.0.1]:42619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbdpL-0002dq-5p for ged-emacs-devel@m.gmane.org; Thu, 13 Aug 2009 13:10:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbdpF-0002cW-H1 for emacs-devel@gnu.org; Thu, 13 Aug 2009 13:10:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbdpE-0002bV-QZ for emacs-devel@gnu.org; Thu, 13 Aug 2009 13:10:53 -0400 Original-Received: from [199.232.76.173] (port=51154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbdpE-0002bL-Ms for emacs-devel@gnu.org; Thu, 13 Aug 2009 13:10:52 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:28341) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbdpE-0002EB-9E for emacs-devel@gnu.org; Thu, 13 Aug 2009 13:10:52 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KOB00D00RMC4Q00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Thu, 13 Aug 2009 20:10:50 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.68.70]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KOB0038XRQ1PKI0@i_mtaout3.012.net.il>; Thu, 13 Aug 2009 20:10:50 +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:114190 Archived-At: > From: CHENG Gao > Date: Thu, 13 Aug 2009 21:06:14 +0800 > > > In lisp/loadup.el: > > ,---- > | (if (eq system-type 'macos) > | (progn > | (load "ls-lisp"))) > `---- > > I trust system-type for MacOSX had been changed to "darwin" for fairly > long time. `macos' is not for Darwin/MacOS X, it's for the older Mac systems. We should probably remove that.