先月初めに
Emacs 22.1 が正式にリリースされました。MacBook で使っている
Carbon Emacs パッケージは既に 2007-06-23(リリース版)から、22.1 ベースになっています。FreeBSD の ports/editors/emacs/ もようやく 22.1 になりました。
これを機に、emacs 関連の ports をいったんアンインストール。ports/UPDATING に
20070716:
AFFECTS: users of editors/emacs
AUTHOR: nobutaka@FreeBSD.org
editors/emacs port is upgraded to 22.1.
Since this is a major upgrade, all installed elisp ports should be
reinstalled.
Please add EMACS_PORT_NAME=emacs22 to /etc/make.conf and
upgrade Emacs and related ports with:
# portupgrade -fr emacs
If you want to keep using Emacs 21.3, please add EMACS_PORT_NAME=emacs21
to /etc/make.conf and reinstall Emacs from editors/emacs21 port:
# portupgrade -f -o editors/emacs21 emacs
と書いてありますので、/etc/make.conf に
EMACS_PORT_NAME=emacs22
を追記してから emacs 関連の各種 ports をインストールしました。
とりあえず、問題なく使えております。