1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MacportsでEmacs25を入れる

Last updated at Posted at 2020-07-15

MacportsのEmacsをEmacs25にする

macportsでは、採用されるemacsのバージョンが26になってからか日本語のインライン入力の挙動が変わってしまい、強烈に違和感があり耐えられなかったので、inlineパッチのあたった最後のバージョン(Emacs25)に戻して使っているののでその手順メモ。

作業手順
% mkdir ~/tmp/build/macports_work
% cd ~/tmp/build/macports_work/
% git clone --single-branch https://github.com/macports/macports-ports.git
% cd macports-ports/
% git checkout fa86a353853f961712db15f64457a0f28320853a
% cd editors/emacs
% port -v install subport=emacs-app +imagemagick +multicolor_font +rsvg

git checkoutで指定するバージョンは、ログで調べた。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?