emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs Mac port


From: YAMAMOTO Mitsuharu
Subject: Re: Emacs Mac port
Date: Mon, 26 Nov 2012 12:26:49 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Sun, 25 Nov 2012 18:39:59 +0800, Leo <address@hidden> 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:

>       <key>Emacs.ToolBar</key>
>       <string>off</string>

> which works with previous version.

Sorry, I overlooked a change in lisp/term/x-win.el.  Please apply the
patch below.

                                     YAMAMOTO Mitsuharu
                                address@hidden

=== 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]