Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
41c939cf
Commit
41c939cf
authored
Aug 31, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(thai-generate-quail-map): If the length of
translation is more than one, compose it.
parent
5724ab7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
leim/quail/thai.el
leim/quail/thai.el
+1
-1
No files found.
leim/quail/thai.el
View file @
41c939cf
...
...
@@ -51,7 +51,7 @@
nil
(
if
(
>
(
length
trans
)
1
)
(
setq
ptype
'voweltone
trans
(
vector
trans
))
trans
(
vector
(
compose-string
trans
))
)
(
setq
ptype
(
get-char-code-property
(
aref
trans
0
)
'phonetic-type
))
(
cond
((
memq
ptype
'
(
vowel-upper
vowel-lower
))
(
setq
ptype
'vowel
))
...
...
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