Mac OS mojave で MacPorts Emacs を使う
2019/1/12現在 emacs-app は表示に課題あり
MacPorts 使って,普通に emacs-app をインストールしても,mojaveではレンダリングされずに表示ができない
emacs-app does not render
https://trac.macports.org/ticket/57217
というチケットが出てますな.
本件は,もともとは Emacs 本体の課題です
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7946445962372c4255180af45cb7c857f1b0b5fa
emacs-app にはまだパッチが取り込まれていないので
解決策は emacs-app ではなく,emacs-app-devel をつかえと
sudo port uninstall emacs-app
sudo port install emacs-app-devel
でも inline 入力どうするん?
そのまま emacs-app-devel 入れたら日本語入力でハマったので
patch あててコンパイル必要
https://gist.github.com/takaxp/77bfc397a2c807281453e8b8b2dfb2b7
sudo port uninstall emacs-app
sudo port -f patch emacs-app-devel
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_emacs/emacs-app-devel/work/emacs-20190111/
sudo patch -p1 < ~/emacs-26-mojave-inline.patch
sudo port -f install emacs-app-devel
---> Computing dependencies for emacs-app-devel
---> Configuring emacs-app-devel
---> Building emacs-app-devel
---> Staging emacs-app-devel into destroot
---> Installing emacs-app-devel @20190111_0
---> Activating emacs-app-devel @20190111_0
---> Cleaning emacs-app-devel
---> Scanning binaries for linking errors
---> No broken files found.
---> No broken ports found.
とかで,とりあえずOK
Author And Source
この問題について(Mac OS mojave で MacPorts Emacs を使う), 我々は、より多くの情報をここで見つけました https://qiita.com/tshhkt/items/74bc0263c38344a8d3f6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .