1 ;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*-
3 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007, 2008
5 ;; National Institute of Advanced Industrial Science and Technology (AIST)
6 ;; Registration Number H14PRO021
7 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
8 ;; Free Software Foundation, Inc.
10 ;; Keywords: mule, multilingual, thai
12 ;; This file is part of GNU Emacs.
14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation; either version 3, or (at your option)
19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;; GNU General Public License for more details.
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
26 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27 ;; Boston, MA 02110-1301, USA.
33 (defvar thai-auto-composition-mode
)
35 ;; Setting information of Thai characters.
37 (defconst thai-category-table
(make-category-table))
38 (define-category ?c
"Thai consonant" thai-category-table
)
39 (define-category ?v
"Thai upper/lower vowel" thai-category-table
)
40 (define-category ?t
"Thai tone mark" thai-category-table
)
41 (define-category ?u
"Thai tone mark and upper sign" thai-category-table
)
42 (define-category ?I
"THAI CHARACTER SARA I" thai-category-table
)
43 (define-category ?U
"THAI CHARACTER THANTHAKHAT" thai-category-table
)
45 ;; The general composing rules are as follows:
49 ;; CV -> C, CU -> C, CVT -> C, Cv -> C, CvU -> C
52 ;; where C: consonant, V: vowel upper, v: vowel lower,
53 ;; T: tone mark, U: tone mark and upper sign.
54 ;; Special rule: The sign `\e,Tl\e(B' can be put on the vowel `\e,TT\e(B'.
57 (defvar thai-composition-pattern
58 "\\cc\\(\\cu\\|\\cI\\cU\\|\\cv\\ct?\\)\\|\\cv\\ct\\|\\cI\\cU"
59 "Regular expression matching a Thai composite sequence.")
61 (defun thai-self-insert-command (&optional n
)
62 "Insert the Thai character you type.
63 The character will be composed with the surrounding Thai character
68 (self-insert-command n
)
69 (or thai-auto-composition-mode
70 (thai-auto-composition (1- (point)) (point) 0))))
72 (let ((l '((?
\e,T
!\e(B consonant
"LETTER KO KAI") ; 0xA1
73 (?
\e,T
"\e(B consonant "LETTER KHO KHAI
") ; 0xA2
74 (?\e,T#\e(B consonant "LETTER KHO KHUAT
") ; 0xA3
75 (?\e,T$\e(B consonant "LETTER KHO KHWAI
") ; 0xA4
76 (?\e,T%\e(B consonant "LETTER KHO KHON
") ; 0xA5
77 (?\e,T&\e(B consonant "LETTER KHO RAKHANG
") ; 0xA6
78 (?\e,T'\e(B consonant "LETTER NGO NGU
") ; 0xA7
79 (?\e,T(\e(B consonant "LETTER CHO CHAN
") ; 0xA8
80 (?\e,T)\e(B consonant "LETTER CHO CHING
") ; 0xA9
81 (?\e,T*\e(B consonant "LETTER CHO CHANG
") ; 0xAA
82 (?\e,T+\e(B consonant "LETTER SO SO
") ; 0xAB
83 (?\e,T,\e(B consonant "LETTER CHO CHOE
") ; 0xAC
84 (?\e,T-\e(B consonant "LETTER YO YING
") ; 0xAD
85 (?\e,T.\e(B consonant "LETTER DO CHADA
") ; 0xAE
86 (?\e,T/\e(B consonant "LETTER TO PATAK
") ; 0xAF
87 (?\e,T0\e(B consonant "LETTER THO THAN
") ; 0xB0
88 (?\e,T1\e(B consonant "LETTER THO NANGMONTHO
") ; 0xB1
89 (?\e,T2\e(B consonant "LETTER THO PHUTHAO
") ; 0xB2
90 (?\e,T3\e(B consonant "LETTER NO NEN
") ; 0xB3
91 (?\e,T4\e(B consonant "LETTER DO DEK
") ; 0xB4
92 (?\e,T5\e(B consonant "LETTER TO TAO
") ; 0xB5
93 (?\e,T6\e(B consonant "LETTER THO THUNG
") ; 0xB6
94 (?\e,T7\e(B consonant "LETTER THO THAHAN
") ; 0xB7
95 (?\e,T8\e(B consonant "LETTER THO THONG
") ; 0xB8
96 (?\e,T9\e(B consonant "LETTER NO NU
") ; 0xB9
97 (?\e,T:\e(B consonant "LETTER BO BAIMAI
") ; 0xBA
98 (?\e,T;\e(B consonant "LETTER PO PLA
") ; 0xBB
99 (?\e,T<\e(B consonant "LETTER PHO PHUNG
") ; 0xBC
100 (?\e,T=\e(B consonant "LETTER FO FA
") ; 0xBD
101 (?\e,T>\e(B consonant "LETTER PHO PHAN
") ; 0xBE
102 (?\e,T?\e(B consonant "LETTER FO FAN
") ; 0xBF
103 (?\e,T@\e(B consonant "LETTER PHO SAMPHAO
") ; 0xC0
104 (?\e,TA\e(B consonant "LETTER MO MA
") ; 0xC1
105 (?\e,TB\e(B consonant "LETTER YO YAK
") ; 0xC2
106 (?\e,TC\e(B consonant "LETTER RO RUA
") ; 0xC3
107 (?\e,TD\e(B vowel-base "LETTER RU
(Pali vowel letter
)") ; 0xC4
108 (?\e,TE\e(B consonant "LETTER LO LING
") ; 0xC5
109 (?\e,TF\e(B vowel-base "LETTER LU
(Pali vowel letter
)") ; 0xC6
110 (?\e,TG\e(B consonant "LETTER WO WAEN
") ; 0xC7
111 (?\e,TH\e(B consonant "LETTER SO SALA
") ; 0xC8
112 (?\e,TI\e(B consonant "LETTER SO RUSI
") ; 0xC9
113 (?\e,TJ\e(B consonant "LETTER SO SUA
") ; 0xCA
114 (?\e,TK\e(B consonant "LETTER HO HIP
") ; 0xCB
115 (?\e,TL\e(B consonant "LETTER LO CHULA
") ; 0xCC
116 (?\e,TM\e(B consonant "LETTER O ANG
") ; 0xCD
117 (?\e,TN\e(B consonant "LETTER HO NOK HUK
") ; 0xCE
118 (?\e,TO\e(B special "PAI YAN NOI
(abbreviation)") ; 0xCF
119 (?\e,TP\e(B vowel-base "VOWEL SIGN SARA A
") ; 0xD0
120 (?\e,TQ\e(B vowel-upper "VOWEL SIGN MAI HAN-AKAT N
/S-T
") ; 0xD1
121 (?\e,TR\e(B vowel-base "VOWEL SIGN SARA AA
") ; 0xD2
122 (?\e,TS\e(B vowel-base "VOWEL SIGN SARA AM
") ; 0xD3
123 (?\e,TT\e(B vowel-upper "VOWEL SIGN SARA I N
/S-T
") ; 0xD4
124 (?\e,TU\e(B vowel-upper "VOWEL SIGN SARA II N
/S-T
") ; 0xD5
125 (?\e,TV\e(B vowel-upper "VOWEL SIGN SARA UE N
/S-T
") ; 0xD6
126 (?\e,TW\e(B vowel-upper "VOWEL SIGN SARA UEE N
/S-T
") ; 0xD7
127 (?\e,TX\e(B vowel-lower "VOWEL SIGN SARA U N
/S-B
") ; 0xD8
128 (?\e,TY\e(B vowel-lower "VOWEL SIGN SARA UU N
/S-B
") ; 0xD9
129 (?\e,TZ\e(B vowel-lower "VOWEL SIGN PHINTHU N
/S-B
(Pali virama
)") ; 0xDA
130 (?\e,T[\e(B invalid nil) ; 0xDA
131 (?\e,T\\e(B invalid nil) ; 0xDC
132 (?\e,T]\e(B invalid nil) ; 0xDC
133 (?\e,T^\e(B invalid nil) ; 0xDC
134 (?\e,T_\e(B special "BAHT SIGN
(currency symbol
)") ; 0xDF
135 (?\e,T`\e(B vowel-base "VOWEL SIGN SARA E
") ; 0xE0
136 (?\e,Ta\e(B vowel-base "VOWEL SIGN SARA AE
") ; 0xE1
137 (?\e,Tb\e(B vowel-base "VOWEL SIGN SARA O
") ; 0xE2
138 (?\e,Tc\e(B vowel-base "VOWEL SIGN SARA MAI MUAN
") ; 0xE3
139 (?\e,Td\e(B vowel-base "VOWEL SIGN SARA MAI MALAI
") ; 0xE4
140 (?\e,Te\e(B vowel-base "LAK KHANG YAO
") ; 0xE5
141 (?\e,Tf\e(B special "MAI YAMOK
(repetion)") ; 0xE6
142 (?\e,Tg\e(B sign-upper "VOWEL SIGN MAI TAI KHU N
/S-T
") ; 0xE7
143 (?\e,Th\e(B tone "TONE MAI EK N
/S-T
") ; 0xE8
144 (?\e,Ti\e(B tone "TONE MAI THO N
/S-T
") ; 0xE9
145 (?\e,Tj\e(B tone "TONE MAI TRI N
/S-T
") ; 0xEA
146 (?\e,Tk\e(B tone "TONE MAI CHATTAWA N
/S-T
") ; 0xEB
147 (?\e,Tl\e(B sign-upper "THANTHAKHAT N
/S-T
(cancellation mark
)") ; 0xEC
148 (?\e,Tm\e(B sign-upper "NIKKHAHIT N
/S-T
(final nasal
)") ; 0xED
149 (?\e,Tn\e(B sign-upper "YAMAKKAN N
/S-T
") ; 0xEE
150 (?\e,To\e(B special "FONRMAN
") ; 0xEF
151 (?\e,Tp\e(B special "DIGIT ZERO
") ; 0xF0
152 (?\e,Tq\e(B special "DIGIT ONE
") ; 0xF1
153 (?\e,Tr\e(B special "DIGIT TWO
") ; 0xF2
154 (?\e,Ts\e(B special "DIGIT THREE
") ; 0xF3
155 (?\e,Tt\e(B special "DIGIT FOUR
") ; 0xF4
156 (?\e,Tu\e(B special "DIGIT FIVE
") ; 0xF5
157 (?\e,Tv\e(B special "DIGIT SIX
") ; 0xF6
158 (?\e,Tw\e(B special "DIGIT SEVEN
") ; 0xF7
159 (?\e,Tx\e(B special "DIGIT EIGHT
") ; 0xF8
160 (?\e,Ty\e(B special "DIGIT NINE
") ; 0xF9
161 (?\e,Tz\e(B special "ANGKHANKHU
(ellipsis)") ; 0xFA
162 (?\e,T{\e(B special "KHOMUT
(beginning of religious texts
)") ; 0xFB
163 (?\e,T|\e(B invalid nil) ; 0xFC
164 (?\e,T}\e(B invalid nil) ; 0xFD
165 (?\e,T~\e(B invalid nil) ; 0xFE
167 ;; Unicode equivalents
168 (?\e$,1Ba\e(B consonant "LETTER KO KAI
")
169 (?\e$,1Bb\e(B consonant "LETTER KHO KHAI
")
170 (?\e$,1Bc\e(B consonant "LETTER KHO KHUAT
")
171 (?\e$,1Bd\e(B consonant "LETTER KHO KHWAI
")
172 (?\e$,1Be\e(B consonant "LETTER KHO KHON
")
173 (?\e$,1Bf\e(B consonant "LETTER KHO RAKHANG
")
174 (?\e$,1Bg\e(B consonant "LETTER NGO NGU
")
175 (?\e$,1Bh\e(B consonant "LETTER CHO CHAN
")
176 (?\e$,1Bi\e(B consonant "LETTER CHO CHING
")
177 (?\e$,1Bj\e(B consonant "LETTER CHO CHANG
")
178 (?\e$,1Bk\e(B consonant "LETTER SO SO
")
179 (?\e$,1Bl\e(B consonant "LETTER CHO CHOE
")
180 (?\e$,1Bm\e(B consonant "LETTER YO YING
")
181 (?\e$,1Bn\e(B consonant "LETTER DO CHADA
")
182 (?\e$,1Bo\e(B consonant "LETTER TO PATAK
")
183 (?\e$,1Bp\e(B consonant "LETTER THO THAN
")
184 (?\e$,1Bq\e(B consonant "LETTER THO NANGMONTHO
")
185 (?\e$,1Br\e(B consonant "LETTER THO PHUTHAO
")
186 (?\e$,1Bs\e(B consonant "LETTER NO NEN
")
187 (?\e$,1Bt\e(B consonant "LETTER DO DEK
")
188 (?\e$,1Bu\e(B consonant "LETTER TO TAO
")
189 (?\e$,1Bv\e(B consonant "LETTER THO THUNG
")
190 (?\e$,1Bw\e(B consonant "LETTER THO THAHAN
")
191 (?\e$,1Bx\e(B consonant "LETTER THO THONG
")
192 (?\e$,1By\e(B consonant "LETTER NO NU
")
193 (?\e$,1Bz\e(B consonant "LETTER BO BAIMAI
")
194 (?\e$,1B{\e(B consonant "LETTER PO PLA
")
195 (?\e$,1B|\e(B consonant "LETTER PHO PHUNG
")
196 (?\e$,1B}\e(B consonant "LETTER FO FA
")
197 (?\e$,1B~\e(B consonant "LETTER PHO PHAN
")
198 (?\e$,1B\x7f\e(B consonant "LETTER FO FAN
")
199 (?\e$,1C \e(B consonant "LETTER PHO SAMPHAO
")
200 (?\e$,1C!\e(B consonant "LETTER MO MA
")
201 (?\e$,1C"\e(B consonant
"LETTER YO YAK")
202 (?
\e$
,1C
#\e(B consonant
"LETTER RO RUA")
203 (?
\e$
,1C$
\e(B vowel-base
"LETTER RU (Pali vowel letter)")
204 (?
\e$
,1C%
\e(B consonant
"LETTER LO LING")
205 (?
\e$
,1C
&\e(B vowel-base
"LETTER LU (Pali vowel letter)")
206 (?
\e$
,1C
'\e(B consonant
"LETTER WO WAEN")
207 (?
\e$
,1C
(\e(B consonant
"LETTER SO SALA")
208 (?
\e$
,1C
)\e(B consonant
"LETTER SO RUSI")
209 (?
\e$
,1C
*\e(B consonant
"LETTER SO SUA")
210 (?
\e$
,1C
+\e(B consonant
"LETTER HO HIP")
211 (?
\e$
,1C
,\e(B consonant
"LETTER LO CHULA")
212 (?
\e$
,1C-
\e(B consonant
"LETTER O ANG")
213 (?
\e$
,1C.
\e(B consonant
"LETTER HO NOK HUK")
214 (?
\e$
,1C
/\e(B special
"PAI YAN NOI (abbreviation)")
215 (?
\e$
,1C0
\e(B vowel-base
"VOWEL SIGN SARA A")
216 (?
\e$
,1C1
\e(B vowel-upper
"VOWEL SIGN MAI HAN-AKAT N/S-T")
217 (?
\e$
,1C2
\e(B vowel-base
"VOWEL SIGN SARA AA")
218 (?
\e$
,1C3
\e(B vowel-base
"VOWEL SIGN SARA AM")
219 (?
\e$
,1C4
\e(B vowel-upper
"VOWEL SIGN SARA I N/S-T")
220 (?
\e$
,1C5
\e(B vowel-upper
"VOWEL SIGN SARA II N/S-T")
221 (?
\e$
,1C6
\e(B vowel-upper
"VOWEL SIGN SARA UE N/S-T")
222 (?
\e$
,1C7
\e(B vowel-upper
"VOWEL SIGN SARA UEE N/S-T")
223 (?
\e$
,1C8
\e(B vowel-lower
"VOWEL SIGN SARA U N/S-B")
224 (?
\e$
,1C9
\e(B vowel-lower
"VOWEL SIGN SARA UU N/S-B")
225 (?
\e$
,1C
:\e(B vowel-lower
"VOWEL SIGN PHINTHU N/S-B (Pali virama)")
226 (?
\e$
,1C?
\e(B special
"BAHT SIGN (currency symbol)")
227 (?
\e$
,1C
@\e(B vowel-base
"VOWEL SIGN SARA E")
228 (?
\e$
,1CA
\e(B vowel-base
"VOWEL SIGN SARA AE")
229 (?
\e$
,1CB
\e(B vowel-base
"VOWEL SIGN SARA O")
230 (?
\e$
,1CC
\e(B vowel-base
"VOWEL SIGN SARA MAI MUAN")
231 (?
\e$
,1CD
\e(B vowel-base
"VOWEL SIGN SARA MAI MALAI")
232 (?
\e$
,1CE
\e(B vowel-base
"LAK KHANG YAO")
233 (?
\e$
,1CF
\e(B special
"MAI YAMOK (repetion)")
234 (?
\e$
,1CG
\e(B sign-upper
"VOWEL SIGN MAI TAI KHU N/S-T")
235 (?
\e$
,1CH
\e(B tone
"TONE MAI EK N/S-T")
236 (?
\e$
,1CI
\e(B tone
"TONE MAI THO N/S-T")
237 (?
\e$
,1CJ
\e(B tone
"TONE MAI TRI N/S-T")
238 (?
\e$
,1CK
\e(B tone
"TONE MAI CHATTAWA N/S-T")
239 (?
\e$
,1CL
\e(B sign-upper
"THANTHAKHAT N/S-T (cancellation mark)")
240 (?
\e$
,1CM
\e(B sign-upper
"NIKKHAHIT N/S-T (final nasal)")
241 (?
\e$
,1CN
\e(B sign-upper
"YAMAKKAN N/S-T")
242 (?
\e$
,1CO
\e(B special
"FONRMAN")
243 (?
\e$
,1CP
\e(B special
"DIGIT ZERO")
244 (?
\e$
,1CQ
\e(B special
"DIGIT ONE")
245 (?
\e$
,1CR
\e(B special
"DIGIT TWO")
246 (?
\e$
,1CS
\e(B special
"DIGIT THREE")
247 (?
\e$
,1CT
\e(B special
"DIGIT FOUR")
248 (?
\e$
,1CU
\e(B special
"DIGIT FIVE")
249 (?
\e$
,1CV
\e(B special
"DIGIT SIX")
250 (?
\e$
,1CW
\e(B special
"DIGIT SEVEN")
251 (?
\e$
,1CX
\e(B special
"DIGIT EIGHT")
252 (?
\e$
,1CY
\e(B special
"DIGIT NINE")
253 (?
\e$
,1CZ
\e(B special
"ANGKHANKHU (ellipsis)")
254 (?
\e$
,1C
[\e(B special
"KHOMUT (beginning of religious texts)")
258 (setq elm
(car l
) l
(cdr l
))
259 (let ((char (car elm
))
261 (put-char-code-property char
'phonetic-type ptype
)
262 (cond ((eq ptype
'consonant
)
263 (modify-category-entry char ?c thai-category-table
)
264 (global-set-key (vector char
) 'thai-self-insert-command
))
265 ((memq ptype
'(vowel-upper vowel-lower
))
266 (modify-category-entry char ?v thai-category-table
)
267 (if (or (= char ?
\e,TT
\e(B) (= char ?
\e$
,1C4
\e(B))
268 ;; Give category `I' to "SARA I".
269 (modify-category-entry char ?I thai-category-table
))
270 (global-set-key (vector char
) 'thai-self-insert-command
))
272 (modify-category-entry char ?t thai-category-table
)
273 (modify-category-entry char ?u thai-category-table
)
274 (global-set-key (vector char
) 'thai-self-insert-command
))
275 ((eq ptype
'sign-upper
)
276 (modify-category-entry char ?u thai-category-table
)
277 (if (or (= char ?
\e,Tl
\e(B) (= char ?
\e$
,1CL
\e(B))
278 ;; Give category `U' to "THANTHAKHAT".
279 (modify-category-entry char ?U thai-category-table
))
280 (global-set-key (vector char
) 'thai-self-insert-command
)))
281 (put-char-code-property char
'name
(nth 2 elm
)))))
283 (defun thai-compose-syllable (beg end
&optional category-set string
)
286 (char-category-set (if string
(aref string beg
) (char-after beg
)))))
287 (if (aref category-set ?c
)
288 ;; Starting with a consonant. We do relative composition.
290 (compose-string string beg end
)
291 (compose-region beg end
))
292 ;; Vowel tone sequence.
294 (compose-string string beg end
(list (aref string beg
) '(Bc . Bc
)
295 (aref string
(1+ beg
))))
296 (compose-region beg end
(list (char-after beg
) '(Bc . Bc
)
297 (char-after (1+ beg
))))))
301 (defun thai-compose-region (beg end
)
302 "Compose Thai characters in the region.
303 When called from a program, expects two arguments,
304 positions (integers or markers) specifying the region."
308 (narrow-to-region beg end
)
309 (goto-char (point-min))
310 (with-category-table thai-category-table
311 (while (re-search-forward thai-composition-pattern nil t
)
312 (setq beg
(match-beginning 0) end
(match-end 0))
313 (if (and (> pos beg
) (< pos end
))
315 (thai-compose-syllable beg end
316 (char-category-set (char-after beg
))))))
320 (defun thai-compose-string (string)
321 "Compose Thai characters in STRING and return the resulting string."
322 (with-category-table thai-category-table
324 (while (setq idx
(string-match thai-composition-pattern string idx
))
325 (thai-compose-syllable idx
(match-end 0) nil string
)
326 (setq idx
(match-end 0)))))
330 (defun thai-compose-buffer ()
331 "Compose Thai characters in the current buffer."
333 (thai-compose-region (point-min) (point-max)))
336 (defun thai-post-read-conversion (len)
337 (thai-compose-region (point) (+ (point) len
))
341 (defun thai-composition-function (from to pattern
&optional string
)
342 "Compose Thai text in the region FROM and TO.
343 The text matches the regular expression PATTERN.
344 Optional 4th argument STRING, if non-nil, is a string containing text
347 The return value is number of composed characters."
348 (when (and (not thai-auto-composition-mode
)
350 (with-category-table thai-category-table
352 (if (eq (string-match thai-composition-pattern string from
) from
)
353 (thai-compose-syllable from
(match-end 0) nil string
))
356 (and (looking-at thai-composition-pattern
)
357 (setq to
(match-end 0))))
358 (thai-compose-syllable from to
))))))
360 (defun thai-auto-composition (beg end len
)
361 (with-category-table thai-category-table
363 (while (and (> beg
(point-min))
364 (setq category-set
(char-category-set (char-after (1- beg
))))
365 (or (aref category-set ?v
) (aref category-set ?u
)))
367 (if (and (> beg
(point-min))
368 (aref (char-category-set (char-after (1- beg
))) ?c
))
370 (while (and (< end
(point-max))
371 (setq category-set
(char-category-set (char-after end
)))
372 (or (aref category-set ?v
) (aref category-set ?u
)))
375 (thai-compose-region beg end
)))))
377 (put 'thai-auto-composition-mode
'permanent-local t
)
380 (define-minor-mode thai-auto-composition-mode
381 "Minor mode for automatically correct Thai character composition."
383 (cond ((null thai-auto-composition-mode
)
384 (remove-hook 'after-change-functions
'thai-auto-composition
))
386 (add-hook 'after-change-functions
'thai-auto-composition
))))
388 ;; Thai-word-mode requires functions in the feature `thai-word'.
391 (defvar thai-word-mode-map
392 (let ((map (make-sparse-keymap)))
393 (define-key map
[remap forward-word
] 'thai-forward-word
)
394 (define-key map
[remap backward-word
] 'thai-backward-word
)
395 (define-key map
[remap kill-word
] 'thai-kill-word
)
396 (define-key map
[remap backward-kill-word
] 'thai-backward-kill-word
)
397 (define-key map
[remap transpose-words
] 'thai-transpose-words
)
399 "Keymap for `thai-word-mode'.")
401 (define-minor-mode thai-word-mode
402 "Minor mode to make word-oriented commands aware of Thai words.
403 The commands affected are \\[forward-word], \\[backward-word], \\[kill-word], \\[backward-kill-word], \\[transpose-words], and \\[fill-paragraph]."
404 :global t
:group
'mule
405 (cond (thai-word-mode
406 ;; This enables linebreak between Thai characters.
407 (modify-category-entry (make-char 'thai-tis620
) ?|
)
408 ;; This enables linebreak at a Thai word boundary.
409 (put-charset-property 'thai-tis620
'fill-find-break-point-function
410 'thai-fill-find-break-point
))
412 (modify-category-entry (make-char 'thai-tis620
) ?| nil t
)
413 (put-charset-property 'thai-tis620
'fill-find-break-point-function
416 ;; Function to call on entering the Thai language environment.
417 (defun setup-thai-language-environment-internal ()
420 ;; Function to call on exiting the Thai language environment.
421 (defun exit-thai-language-environment-internal ()
427 ;;; arch-tag: 59425d6a-8cf9-4e06-a6ab-8ab7dc7a7a97
428 ;;; thai-util.el ends here