comparison leim/quail/ethiopic.el @ 36559:37e6db283e2c

("ethiopic"): Docstring adjusted for the change of the speicial key bindings.
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2001 23:35:34 +0000
parents f838455991b6
children 519983161a46
comparison
equal deleted inserted replaced
36558:15e2dd903022 36559:37e6db283e2c
36 (quail-define-package 36 (quail-define-package
37 "ethiopic" "Ethiopic" 37 "ethiopic" "Ethiopic"
38 '("$(3$Q#U!.(B " 38 '("$(3$Q#U!.(B "
39 (ethio-prefer-ascii-space "_" "$(3$h(B") 39 (ethio-prefer-ascii-space "_" "$(3$h(B")
40 (ethio-prefer-ascii-punctuation "." "$(3$i(B")) 40 (ethio-prefer-ascii-punctuation "." "$(3$i(B"))
41 t " QUAIL PACKAGE FOR ETHIOPIC (TIGRIGNA AND AMHARIC) 41 t " Quail package for Ethiopic (Tigrigna and Amharic)
42 42
43 When you activate this package, Ethio minor mode is also turned on. 43 When you are in Ethiopic language environment, the following special
44 44 keys are available.
45 KEYS AND FUNCTIONS 45
46 46 C-F9 or `M-x ethio-toggle-space'
47 F2 or `M-x ethio-toggle-space'
48 Toggles space characters for keyboard input. The current mode is 47 Toggles space characters for keyboard input. The current mode is
49 indicated in mode-line, whether by `_' (ASCII space) or `$(3$h(B' 48 indicated in mode-line, whether by `_' (ASCII space) or `$(3$h(B'
50 (Ethiopic colon-like word separator). Even in the `$(3$h(B' mode, an 49 (Ethiopic colon-like word separator). Even in the `$(3$h(B' mode, an
51 ASCII space is inserted if the point is preceded by `an Ethiopic 50 ASCII space is inserted if the point is preceded by `an Ethiopic
52 punctuation followed by zero or more ASCII spaces'. 51 punctuation followed by zero or more ASCII spaces'.
53 52
54 F3 or `M-x ethio-toggle-punctuation' 53 S-F5 or `M-x ethio-toggle-punctuation'
55 Toggles ASCII punctuations and Ethiopic punctuations for keyboard input. 54 Toggles ASCII punctuations and Ethiopic punctuations for keyboard input.
56 The current mode is indicated by `.' (ASCII) or `$(3$i(B' (Ethiopic). 55 The current mode is indicated by `.' (ASCII) or `$(3$i(B' (Ethiopic).
57 56
58 S-SPC or `M-x ethio-insert-ethio-space' 57 S-SPC or `M-x ethio-insert-ethio-space'
59 Always insert an Ethiopic word separator `$(3$h(B'. With a prefix number, 58 Always insert an Ethiopic word separator `$(3$h(B'. With a prefix number,
64 If the characater is already composed, decompose it and remove the 63 If the characater is already composed, decompose it and remove the
65 gemination mark." 64 gemination mark."
66 65
67 ;; The following keys should work as defined in lisp/language/ethio-util, 66 ;; The following keys should work as defined in lisp/language/ethio-util,
68 ;; even during the translation. 67 ;; even during the translation.
69 '(([f2] . quail-execute-non-quail-command) 68 '(([C-f9] . quail-execute-non-quail-command)
70 ([f3] . quail-execute-non-quail-command) 69 ([S-f5] . quail-execute-non-quail-command)
71 (" " . quail-execute-non-quail-command) 70 (" " . quail-execute-non-quail-command)
72 ([?\S- ] . quail-execute-non-quail-command) 71 ([?\S- ] . quail-execute-non-quail-command)
73 ([?\C-'] . quail-execute-non-quail-command)) 72 ([?\C-'] . quail-execute-non-quail-command))
74 t t) 73 t t)
75 74