From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Sat, 21 Sep 2013 18:23:50 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1379755451 16423 80.91.229.3 (21 Sep 2013 09:24:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2013 09:24:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 21 11:24:13 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VNJQC-0001RH-G4 for ged-emacs-devel@m.gmane.org; Sat, 21 Sep 2013 11:24:12 +0200 Original-Received: from localhost ([::1]:59193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNJQC-00008r-00 for ged-emacs-devel@m.gmane.org; Sat, 21 Sep 2013 05:24:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNJQ4-00008S-J3 for emacs-devel@gnu.org; Sat, 21 Sep 2013 05:24:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNJPv-0008CN-Il for emacs-devel@gnu.org; Sat, 21 Sep 2013 05:24:04 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:54451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNJPu-0008BK-Vk for emacs-devel@gnu.org; Sat, 21 Sep 2013 05:23:55 -0400 Original-Received: from fermat.math.s.chiba-u.ac.jp (fermat [133.82.132.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 3121CC055D for ; Sat, 21 Sep 2013 18:23:50 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163534 Archived-At: The third update of Emacs 24.3 Mac port 4.x is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.3-mac-4.3.tar.gz As far as I tested, compilation with "clang -O4", which includes link-time optimization, seems to work again for x86_64 with the latest version of clang that can be installed by Xcode 5.0 on OS X 10.8. You can optionally try ARC (Automatic Reference Counting) by specifying CC='clang -fobjc-arc' on configure. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp ** Fixed bugs *** Invocation via "Login Items" or "Resume" does not respect PATH setting in ~/.MacOSX/environment.plist on OS X 10.7 and earlier. Note: OS X 10.8 does not use ~/.MacOSX/environment.plist anyway. *** Spotlight in Help menu is not installed on Mac OS X 10.5 if language setting is other than English. *** Closing a window causes crash if compiled with ARC. This primarily happens with the latest clang Apple LLVM version 5.0, but also with earlier versions if the memory leak below is fixed. *** Memory leaks with ARC on clang Apple LLVM version 4.2 (possibly compiler bug). ** Improvements *** Try built-in libxml2 on OS X 10.8 as a fallback.