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: Sat, 27 Mar 2021 16:59:04 +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/26.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

The Mac port based on Emacs 27.2 is now available from

  ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-27.2-mac-8.2.tar.gz

and Git repository is also available at

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

If you build from the repository on M1 Mac with newer autoconf, then
you will need to do "git restore build-aux" after "./autogen.sh".

                                     YAMAMOTO Mitsuharu
                                mituharu@math.s.chiba-u.ac.jp

The configure option --with-mac-metal is disabled by default.
I originally turned it on because it lowered the CPU load.
But I recently realized that it was caused by its lower frame rate.
M1 Mac accomplishes 60fps with or without Metal even with large
frames, and the CPU load does not get an advantage from the use of
Metal there.

** Fixed bugs

*** Some light weight fonts are not recognized on Big Sur.
Contributed by Frank Patz-Brockmann.

*** Crash when displaying multiple SVG images on High Sierra/Mojave.
Reported by Adam Sneller.

*** Unintended frame switch when showing hourglasses.
Reported by JD Smith.

*** Crash if the stack size limit is not a multiple of page size.
Reported by Christos Kalkanis.

*** Scroll by scroll bar slot press is too fast on Catalina and later.

*** org-protocol does not open file when there is file-path returned.
Contributed by Shi Schspa.

*** Sometimes hexadecimal color name is not recognized.
Reported by Nicolas P. Rougier.

*** Changing tool bar icon size from context menu clobbers display.

** Improvements

*** New hook mac-effective-appearance-change-hook.
Contributed by Peter Hardy.



reply via email to

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