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: Mon, 26 Nov 2012 12:26:49 +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 1353900417 20400 80.91.229.3 (26 Nov 2012 03:26:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Nov 2012 03:26:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 26 04:27:09 2012 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 1TcpLg-0004s0-13 for ged-emacs-devel@m.gmane.org; Mon, 26 Nov 2012 04:27:08 +0100 Original-Received: from localhost ([::1]:54431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcpLV-0000nR-1k for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2012 22:26:57 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcpLS-0000nM-C7 for emacs-devel@gnu.org; Sun, 25 Nov 2012 22:26:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcpLQ-0004ch-LI for emacs-devel@gnu.org; Sun, 25 Nov 2012 22:26:54 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:55176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcpLQ-0004cQ-2v for emacs-devel@gnu.org; Sun, 25 Nov 2012 22:26:52 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 85C44C0560; Mon, 26 Nov 2012 12:26:49 +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:155090 Archived-At: >>>>> On Sun, 25 Nov 2012 18:39:59 +0800, Leo said: > On 2012-11-25 15:26 +0800, YAMAMOTO Mitsuharu wrote: >> This version (3.9X) should be regarded as experimental/hackers-only. >> Things are subject to change/removal in an incompatible way. Please >> refrain from distributing this in any different form, including for >> (binary) distribution basis, until the version gets to 4.0. > Built and running now. > One thing that is changed: > The toolbar started on even though it is turned off in > org.gnu.Emacs.plist like this: > Emacs.ToolBar > off > which works with previous version. Sorry, I overlooked a change in lisp/term/x-win.el. Please apply the patch below. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp === modified file 'lisp/term/mac-win.el' *** lisp/term/mac-win.el 2012-11-25 07:28:13 +0000 --- lisp/term/mac-win.el 2012-11-26 03:17:45 +0000 *************** *** 2398,2403 **** --- 2398,2404 ---- (if (eq (lookup-key global-map [C-down-mouse-1]) 'mouse-buffer-menu) (global-set-key [C-down-mouse-1] 'mac-mouse-buffer-menu)) + (x-apply-session-resources) (setq mac-initialized t)) (add-to-list 'display-format-alist '("\\`Mac\\'" . mac))