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: Wed, 18 Feb 2015 19:13:42 +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 1424254477 5849 80.91.229.3 (18 Feb 2015 10:14:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 10:14:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 11:14:29 2015 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 1YO1eG-0002bm-3H for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2015 11:14:28 +0100 Original-Received: from localhost ([::1]:49638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1e9-0004zX-Bs for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2015 05:14:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1dm-0004On-5N for emacs-devel@gnu.org; Wed, 18 Feb 2015 05:13:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO1dd-0001aR-1B for emacs-devel@gnu.org; Wed, 18 Feb 2015 05:13:58 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:61699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1dc-0001Zr-HW for emacs-devel@gnu.org; Wed, 18 Feb 2015 05:13:48 -0500 Original-Received: from fermat1.math.s.chiba-u.ac.jp (fermat [192.168.32.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 20049C055D for ; Wed, 18 Feb 2015 19:13:42 +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:183241 Archived-At: The Mac port based on Emacs 24.4.90 pretest is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.4.90-mac-5.4.tar.gz Although it is based on a pretest version of Emacs, I don't mark this version (5.4 rather than 5.90) of the Mac port as experimental/hackers-only this time. Now the `patch-mac' file is generated by `git diff', you will need to specify `-p1' rather than `-p0' when applying the patch. Git repository is also available at http://www.math.s.chiba-u.ac.jp/~mituharu/emacs-mac.git YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp * emacs-24.4.90-mac-5.4 (2015-02-18) Based on 24.4.90. Blend-and-blur of background color on OS X 10.10 is enabled again because the mode-line erasure issue (Bug#19721) is fixed upstream. The function `do-applescript' is now an alias of `mac-do-applescript', which is implemented on top of `mac-osa-script'.