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: Fri, 16 Nov 2018 18:56:17 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

The fourth update of the Mac port based on Emacs 26.1 is now available
from

  ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-26.1-mac-7.4.tar.gz

and Git repository is also available at

  https://bitbucket.org/mituharu/emacs-mac.git

If you see the error message like

  error: no type or protocol named 'NSMenuItemValidation'

when compiling it on macOS 10.14.1, then you have most likely
(unconsciously) installed Command Line Tools (macOS 10.13) for Xcode
10.1.  Please check your installations with the following command:

  $ softwareupdate --history --all | grep Command

This can reportedly be fixed by downloading Command Line Tools (macOS
10.14) for Xcode 10.1 from https://developer.apple.com/download/more/
and installing it manually.

                                     YAMAMOTO Mitsuharu
                                address@hidden

* emacs-26.1-mac-7.4 (2018-11-16)
Turn on the configure option `--with-mac-metal' by default.

** Fixed bugs

*** Crash when clicking on the menu bar on some environments.
Reported by John Nicola and Darren Hoo.

*** Redraw needlessly on mouse movement if application-side double
buffering is used.

*** Synthetic bold is stronger on Retina display if application-side
double buffering is used.

*** Animation effect is displayed with wrong colors if
application-side double buffering is used with Metal.

*** SVG rendering via WebKit is slow if built on macOS 10.13 or later.
Reported by Bibek Pokharel.



reply via email to

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