Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zk-phi/jaword
Minor-mode for handling Japanese words better
https://github.com/zk-phi/jaword
emacs
Last synced: 3 months ago
JSON representation
Minor-mode for handling Japanese words better
- Host: GitHub
- URL: https://github.com/zk-phi/jaword
- Owner: zk-phi
- Created: 2014-12-08T02:10:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T19:16:47.000Z (over 1 year ago)
- Last Synced: 2024-08-05T06:06:02.149Z (6 months ago)
- Topics: emacs
- Language: Emacs Lisp
- Homepage:
- Size: 989 KB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.org
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)