Newer
Older
* COMMENT -*- mode: org -*-
#+Date: 2019-09-01
zero-el provides zero-input-pinyin, an Emacs pinyin input method for Chinese
and zero-input-framework, which is an emacs Chinese input method framework.
It's a generated file for one-file package distribution. Not used for
development.
zero framework source code. This provides the framework and user interface
- zero-input-pinyin-service.el
proof of concept of how to create an input method in emacs using minor mode.
serves as an example of how to use zero framework to create new input
methods.
* introduce to zero-el
https://blog.emacsos.com/zero-el.html
* License
zero-el is under Apache License 2.0
zero-input--ibus-compute-pixel-position function in zero-input-framework.el is
under GPLv3. see NOTICE file.