Mercurial > emacs
comparison lisp/language/hebrew.el @ 17841:084d922fcd78
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 May 1997 00:59:09 +0000 |
parents | 550afdbb31d8 |
children | 73869115ae0a |
comparison
equal
deleted
inserted
replaced
17840:2517414676ed | 17841:084d922fcd78 |
---|---|
52 (set-keyboard-coding-system 'iso-8859-8) | 52 (set-keyboard-coding-system 'iso-8859-8) |
53 | 53 |
54 (setq default-input-method '("Hebrew" . "quail-hebrew")) | 54 (setq default-input-method '("Hebrew" . "quail-hebrew")) |
55 ) | 55 ) |
56 | 56 |
57 (defun describe-hebrew-support () | |
58 "Describe how Emacs supports Hebrew." | |
59 (interactive) | |
60 (describe-language-support-internal "Hebrew")) | |
61 | |
62 (set-language-info-alist | 57 (set-language-info-alist |
63 "Hebrew" '((setup-function . setup-hebrew-environment) | 58 "Hebrew" '((setup-function . setup-hebrew-environment) |
64 (describe-function . describe-hebrew-support) | 59 (describe-function . describe-hebrew-support) |
65 (charset . (hebrew-iso8859-8)) | 60 (charset . (hebrew-iso8859-8)) |
66 (coding-system . (iso-8859-8)) | 61 (coding-system . (iso-8859-8)) |
67 (sample-text . "Hebrew ,Hylem(B") | 62 (sample-text . "Hebrew ,Hylem(B") |
68 (documentation . "Right-to-left writing is not yet supported."))) | 63 (documentation . ("Right-to-left writing is not yet supported.")) |
64 )) | |
69 | 65 |
70 ;;; hebew.el ends here | 66 ;;; hebew.el ends here |