All Projects → emacs-jp → migemo

emacs-jp / migemo

Licence: other
emacs migemo client

Programming Languages

emacs lisp
2029 projects

migemo.el

migemo.el provides Japanese increment search with 'Romanization of Japanese'(ローマ字).

screenshot

migemo-screenshot

Requirements

  • Emacs 24 or higher.
  • cl-lib.el
  • cmigemo or CVS Head migemo
    • We recommend to use cmigemo. It is default since version 1.9.2

Sample Configuration

(require 'migemo)

;; cmigemo(default)
(setq migemo-command "cmigemo")
(setq migemo-options '("-q" "--emacs"))

;; ruby migemo
(setq migemo-command "ruby")
(setq migemo-options '("-S" "migemo" "-t" "emacs" "-i" "\a"))

;; Set your installed path
(setq migemo-dictionary "/usr/local/share/migemo/utf-8/migemo-dict")

(setq migemo-user-dictionary nil)
(setq migemo-regex-dictionary nil)
(setq migemo-coding-system 'utf-8-unix)
(migemo-init)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].