FBSD111C-EMACSに復帰

 インストール画面のスクロールばかり見ていて飽きてしまったので、mozc-emacsが動いているFBSD111C-EMACSを弄る事にする。

 FBSD111C-NOX11でuim.elを試してみたい気もするが、上手く行かない事が続くと、続けるのが嫌になる。

 ますます具体的な目標が曖昧になりつつあるので、本来の直近の目的に焦点を当て直す必要がある。本来の直近の目的とはEmacsを日常的に使う事。その為にまず10.3でやっていた作業を引き継ぐ事。

 仮想マシンを次々とセットアップしているのは、本来その為のプラットフォーム作りをしていたのに他ならない。

 後で後悔しない為という名目で、ちょっと回り道をし過ぎて、道に迷いかけている。

 

 FBSD111DEVで走らせているperl5のmake testはまだ終わらない。

 結局、Perlのmake testは終わる気配がないので強制終了させた。

 

 FBSD111C-EMACSemacs-noxをインストール。

 素のemacsだが、uim-mozcがインストール済みなので、日本語の入力は使える。

 w3mはewwで代替できる。

 uim.elについて調べる。UimEl · uim/uim-doc-ja Wiki · GitHub

 uim-el-emacs25_nox-1.8.6_6 をインストール。

# pkg install uim-el-emacs25_nox |& tee log
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
uim-el-emacs25_nox: 1.8.6_6

Number of packages to be installed: 1

33 KiB to be downloaded.

Proceed with this action? [y/N]: y
[1/1] Fetching uim-el-emacs25_nox-1.8.6_6.txz: ..... done
Checking integrity... done (0 conflicting)
[1/1] Installing uim-el-emacs25_nox-1.8.6_6...
[1/1] Extracting uim-el-emacs25_nox-1.8.6_6: .......... done
root@FBSD111C-EMACS:/home/muh # cat log
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
uim-el-emacs25_nox: 1.8.6_6

Number of packages to be installed: 1

33 KiB to be downloaded.

Proceed with this action? [y/N]: [1/1] Fetching uim-el-emacs25_nox-1.8.6_6.txz: ..... done
Checking integrity... done (0 conflicting)
[1/1] Installing uim-el-emacs25_nox-1.8.6_6...
[1/1] Extracting uim-el-emacs25_nox-1.8.6_6: .......... done 

  emacsはインストールしたばかりなので、~/.emacs.d/init.el はまだ存在していない。

;; uim.elを読み込む
(require 'uim)
;; Emacs起動時に読み込んでほしくない場合は、上記をコメントアウトし、
;; 代わりに下記の行をアンコメント
;;(autoload 'uim-mode "uim" nil t)

;; uim-modeをトグルするためのキーバインド(C-oを使う場合の例)
(global-set-key "\C-o" 'uim-mode)

  これでOKといえばOK。C-iでカタカナに変換できないのがちょっと不便だが、何か方法はあるはず。UTFがデフォルトになっているEmacs25では、わざわざ指定する必要はないのかもしれない。diredも問題ない。

 何か問題があった時に、記述を追加する。日本語に関しては、以前より随分楽になっている。

 仮想マシンが増えすぎたので、整理する必要がある。少なくとも今よりは増やさないように。HDDの空き容量が166GBになっている。