Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7678db25
Commit
7678db25
authored
Jun 20, 1998
by
Kenichi Handa
Browse files
Don't add hook to quail-mode-hook.
(ethio-select-a-translation): New function.
parent
1ca07425
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
leim/quail/ethiopic.el
leim/quail/ethiopic.el
+6
-11
No files found.
leim/quail/ethiopic.el
View file @
7678db25
...
...
@@ -1026,16 +1026,11 @@ C-' or `M-x ethio-gemination'
(
"`1000000"
[
"$(3%$%%(B"
]
)
)
(
add-hook
'quail-mode-hook
(
lambda
nil
(
if
(
not
(
string=
(
quail-name
)
"ethiopic"
))
nil
;; Also turn on the Ethio minor mode.
(
ethio-mode
1
)
;; The translation of `a' depends on the language
;; (either Tigrigna or Amharic).
(
quail-defrule
"a"
(
if
(
ethio-prefer-amharic-p
)
?
$
(
3
"c(B ?$(3"
f
(
B
)
"ethiopic"
))))
(
defun
ethio-select-a-translation
()
;; The translation of `a' depends on the language
;; (either Tigrigna or Amharic).
(
quail-defrule
"a"
(
if
(
ethio-prefer-amharic-p
)
?
$
(
3
"c(B ?$(3"
f
(
B
)
"ethiopic"
))
;;; quail/ethiopic.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment