Newer
Older
* COMMENT -*- mode: org -*-
#+Date: 2019-09-01
Time-stamp: <2019-09-01>
* zero-el
zero-el provides zero-pinyin, an emacs pinyin input method for Chinese and
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
zero-framework, which is an emacs Chinese input method framework.
* File list
- zero-framework.el
zero-framework source code. This provides the framework and user interface
for zero-el.
- zero-panel.el
dbus client to zero-panel service.
- zero-pinyin-service.el
dbus client to zero-pinyin-service.
- zero-pinyin.el
pinyin input method implemented using zero-framework.el
- zero-quickdial.el
proof of concept of how to create an input method in emacs using minor mode.
- zero-reload-all.el
zero-el development utility.
- zero-table.el
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
ibus-compute-pixel-position function in zero-framework.el is under GPLv3.
see NOTICE file.