Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zk-phi/jaword

Minor-mode for handling Japanese words better
https://github.com/zk-phi/jaword

emacs

Last synced: about 2 months ago
JSON representation

Minor-mode for handling Japanese words better

Awesome Lists containing this project

README

        

* 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)