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
f07ed73c
Commit
f07ed73c
authored
Jan 01, 2009
by
Chong Yidong
Browse files
Fix setting of composition-function-table.
parent
eaf582ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/language/cham.el
lisp/language/cham.el
+1
-1
lisp/language/khmer.el
lisp/language/khmer.el
+2
-1
No files found.
lisp/language/cham.el
View file @
f07ed73c
...
...
@@ -29,7 +29,7 @@
(
set-char-table-range
composition-function-table
'
(
#xAA00
.
#xAA5F
)
'
((
"[\xAA00-\xAA5F]+"
.
font-shape-
text
)))
(
list
(
vector
"[\xAA00-\xAA5F]+"
0
'
font-shape-
gstring
)))
(
set-language-info-alist
"Cham"
'
((
charset
unicode
)
...
...
lisp/language/khmer.el
View file @
f07ed73c
...
...
@@ -30,7 +30,8 @@
(
sample-text
.
"Khmer (ភាសាខ្មែរ) ជំរាបសួរ"
)
(
documentation
.
t
)))
(
let
((
val
'
((
"[\x1780-\x17FF\x19E0-\x19FF\x200C\x200D]+"
.
font-shape-text
))))
(
let
((
val
(
list
(
vector
"[\x1780-\x17FF\x19E0-\x19FF\x200C\x200D]+"
0
'font-shape-gstring
))))
(
set-char-table-range
composition-function-table
'
(
#x1780
.
#x17FF
)
val
)
(
set-char-table-range
composition-function-table
'
(
#x19E0
.
#x19FF
)
val
))
...
...
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