]> code.delx.au - gnu-emacs/commitdiff
Set syntaxes of Ethiopic characters.
authorKenichi Handa <handa@m17n.org>
Wed, 18 Jun 1997 12:55:57 +0000 (12:55 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 18 Jun 1997 12:55:57 +0000 (12:55 +0000)
lisp/international/characters.el

index 4820d910e73054c408a2d28be4b7e2de8acc625d..087b0ff92fcdb2f7227a0e36fa4962fff188f4b0 100644 (file)
 ;; Ethiopic character set
 
 (modify-category-entry (make-char 'ethiopic) ?e)
+(modify-syntax-entry (make-char 'ethiopic) "w")
+(let ((chars '(?\e$(3$h\e(B ?\e$(3$i\e(B ?\e$(3$j\e(B ?\e$(3$k\e(B ?\e$(3$l\e(B ?\e$(3$m\e(B ?\e$(3$n\e(B ?\e$(3$o\e(B ?\e$(3%i\e(B ?\e$(3%t\e(B ?\e$(3%u\e(B ?\e$(3%v\e(B ?\e$(3%w\e(B ?\e$(3%x\e(B)))
+  (while chars
+    (modify-syntax-entry (car chars) ".")
+    (setq chars (cdr chars))))
 
 ;; European character set (Latin-1,2,3,4,5)