File: cmigemo.README.Debian

package info (click to toggle)
cmigemo 1%3A1.2%2Bgh0.20150404-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,732 kB
  • sloc: ansic: 2,617; lisp: 670; cs: 188; makefile: 174; sh: 172; cpp: 67; perl: 59; csh: 49
file content (47 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Debian README of C/Migemo
=========================

How to use cmigemo in Emacs
---------------------------

If you want to use cmigemo in Emacs, you should also install "migemo-el",
which provides Emacsen interface for migemo.

The default setting of migemo-el is suitable for UTF-8 environment.  If
you want to use migemo-el under EUC-JP environments, you should set as
follows:

  ;;;  This is default settings of migemo-el
  ;;   @see /etc/emacs/site-start.d/50migemo-el
  ;; ----
  ;; (setq migemo-command "/usr/bin/cmigemo")
  ;; (setq migemo-options '("-q" "--emacs"))
  ;;
  ;; Default Dictionary -> UTF-8
  ;;
  ;; (setq migemo-dictionary "/usr/share/cmigemo/utf-8/migemo-dict")
  ;; (setq migemo-coding-system 'utf-8-unix)
  ;; ----
  ;; If you want to use EUC-JP
  (setq migemo-dictionary "/usr/share/cmigemo/euc-jp/migemo-dict")
  (setq migemo-coding-system 'euc-jp-unix)
  ;; load "migemo-el"
  (load-library "migemo")
  (migemo-init)

How to use cmigemo in Vim
---------------------------

If you want to use cmigemo in vim, you should also install "vim-migemo"
and put migemo.vim from /usr/share/vim/addons/plugin/migemo.vim to
~/.vim/plugin, or using vim-addon-manager as follows:

  $ vim-addons install migemo

Usage: Put

  :Migemo

Have a fun!

 -- Youhei SASAKI <uwabami@gfd-dennou.org>, Tue,  9 Jul 2013 11:01:29 +0900