Mercurial > hg > xemacs-beta
comparison lisp/mule/hebrew.el @ 3970:949ac151a10d
[xemacs-hg @ 2007-05-20 20:09:20 by aidan]
Test that all listed langenv input methods exist; comment out those we can't
support while using 21.4 to compile our packages.
author | aidan |
---|---|
date | Sun, 20 May 2007 20:09:40 +0000 |
parents | 2923009caf47 |
children | f4c3ffe60a4f |
comparison
equal
deleted
inserted
replaced
3969:a7c03016302e | 3970:949ac151a10d |
---|---|
71 | 71 |
72 (set-language-info-alist | 72 (set-language-info-alist |
73 "Hebrew" '((charset hebrew-iso8859-8) | 73 "Hebrew" '((charset hebrew-iso8859-8) |
74 (coding-system iso-8859-8) | 74 (coding-system iso-8859-8) |
75 (coding-priority iso-8859-8) | 75 (coding-priority iso-8859-8) |
76 (input-method . "hebrew") | 76 ;; Not available in packages. |
77 ;; (input-method . "hebrew") | |
77 (sample-text . "Hebrew [2],Hylem[0](B") | 78 (sample-text . "Hebrew [2],Hylem[0](B") |
78 (documentation . "Right-to-left writing is not yet supported.") | 79 (documentation . "Right-to-left writing is not yet supported.") |
79 )) | 80 )) |
80 | 81 |
81 ;;; hebrew.el ends here | 82 ;;; hebrew.el ends here |