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 5 years have passed since last update.

brewで入れたEmacsにddskkを入れる

Posted at

とりあえずMacのセットアップなどを行なってEmacsも入れたけど、skkのセットアップを行なっていなかったのでやったことの備忘録。

いろいろググってみたけどFomulaは提供されていないみたいなので、自分でインストールする。

こちらを参考にした。

Mac OSX 10.8.5 に GNU Emacs For Mac OS X(24.3) をインストールする。(2) DDSKK

Installation

参考にしつつmake what-whereを実行してみる。

$ make what-where /Applications/Emacs.app/Contents/MacOS/Emacs
emacs -batch -q -no-site-file -l SKK-MK -f SKK-MK-what-where
Loading /tmp/ddskk-15.1/SKK-CFG...

SKK modules:
  skk-viper, skk-jisx0213, skk-emacs, ccc, cdb, context-skk, queue-m, skk-abbrev, skk-act, skk-annotation, skk-auto, skk-autoloads, skk-azik, skk-cdb, skk-comp, skk-cursor, skk-cus, skk-dcomp, skk-develop, skk-gadget, skk-hint, skk-inline, skk-isearch, skk-jisx0201, skk-jisyo-edit-mode, skk-kakasi, skk-kcode, skk-leim, skk-look, skk-macs, skk-num, skk-server-completion, skk-server, skk-show-mode, skk-sticky, skk-tankan, skk-tut, skk-vars, skk-version, skk, skk-study
  -> /usr/local/Cellar/emacs/24.5/share/emacs/site-lisp/skk

SKK infos:
  skk.info
  -> /usr/local/Cellar/emacs/24.5/share/info

SKK tutorials:
  SKK.tut, SKK.tut.E, NICOLA-SKK.tut, skk.xpm
  -> /usr/local/Cellar/emacs/24.5/share/skk
make: Nothing to be done for `/Applications/Emacs.app/Contents/MacOS/Emacs'.

/usr/local/Celler/emacs/24.5以下に入るようなので問題ないみたい。

というわけでインストール。

$ make install /Applications/Emacs.app/Contents/MacOS/Emacs
emacs -batch -q -no-site-file -l SKK-MK -f SKK-MK-install
Loading /tmp/ddskk-15.1/SKK-CFG...
...
Wrote /usr/local/Cellar/emacs/24.5/share/info/dir
make: Nothing to be done for `/Applications/Emacs.app/Contents/MacOS/Emacs'.

インストールは以上。

ちょっと設定

そのままだと半角カナが打てなかったのでちょっと設定する。

~/.emacs.d/init.elにでも以下の設定を追加。

(setq skk-use-jisx0201-input-method t)
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?