mozc の起動時不調

 Emacsでのmozcが不調なのは、w3mのインストールで、その分起動に時間がかかっていたのが、原因だったっぽい。

 現在の~/.emacs.d/init.elの内容

% cat ~/.emacs.d/init.el
;;mozc


; 言語を日本語にする

;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)

(set-language-environment "Japanese")
; 極力UTF-8とする
(prefer-coding-system 'utf-8)
(setq default-input-method "japanese-mozc")
(global-set-key (kbd "C-o") 'toggle-input-method)

;w3m
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t) 

  rootに日本語は必ずしも必要ないかもしれないと思い始めている。

 

 何故か、windowsdnsが不調。ときどき名前解決ができなくて、接続できない時がある。