All Projects → zk-phi → jaword

zk-phi / jaword

Licence: other
Minor-mode for handling Japanese words better

Programming Languages

emacs lisp
2029 projects

Labels

jaword

日本語の単語をきちんと扱うための minor-mode

minor-mode for handling Japanese words better

screencast

screencast.gif

installation

tinysegmenter.el (https://github.com/myuhe/tinysegmenter.el/) と jaword.el を load-path の通ったディレクトリに置いて、ロードする。

(require 'jaword)

“jaword-mode” で jaword-mode の有効を切り替える。すべてのバッファで 有効にするには “global-jaword-mode” を用いる。

note

jaword-mode は subword-mode と同時に有効にすることができないが、 jaword-mode はそもそもデフォルトで “hogeFugaPiyo” のような単語を3つの 独立した単語として扱う。 “jaword-enable-subword” を nil に設定すること でこれを無効にすることもできる。

(setq jaword-enable-subword nil)
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].