From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Tue, 31 Jan 2012 13:01:53 -0600 Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328040450 18421 80.91.229.3 (31 Jan 2012 20:07:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2012 20:07:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 31 21:07:29 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsJzD-0002A9-Qa for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2012 21:07:28 +0100 Original-Received: from localhost ([::1]:58730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsJz9-0001Fo-2G for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2012 15:07:23 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsJz1-00015q-60 for emacs-devel@gnu.org; Tue, 31 Jan 2012 15:07:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsJyw-0005Xu-VL for emacs-devel@gnu.org; Tue, 31 Jan 2012 15:07:15 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:51359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsJyw-0005Xj-QF for emacs-devel@gnu.org; Tue, 31 Jan 2012 15:07:10 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RsJys-0001zp-Rm for emacs-devel@gnu.org; Tue, 31 Jan 2012 21:07:06 +0100 Original-Received: from c-98-214-102-66.hsd1.il.comcast.net ([98.214.102.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jan 2012 21:07:06 +0100 Original-Received: from jwiegley by c-98-214-102-66.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jan 2012 21:07:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-214-102-66.hsd1.il.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.4 (darwin) Cancel-Lock: sha1:bMx1ry0Q/lcMUO6voVGIZjVvsD0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:148071 Archived-At: >>>>> Xu Xin writes: > Thanks Yamamoto-san for the great job! Yes, thank you very much for my favorite-of-all Emacs Mac ports! > I updated the self-contained build of Emacs 23 Mac port with the newest > patch emacs-23.4-mac-2.0 I've also created an easier means for distribution. If you add the following line to /opt/local/etc/macports/source.conf: http://www.newartisans.com/macports Then you can install the latest Macport Emacs using: sudo port install emacs-macport One thing to note: I've disabled file-interlocking behavior in this version (those funny symbolic links starting with .# that get littered around), because I find it never useful, and often annoying. If someone really wants it to be an option, let me know and I'll add a +interlocking variant. John