comparison lisp/language/indian.el @ 17772:550afdbb31d8

Make functions setup-LANGUAGE-environment interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal.
author Kenichi Handa <handa@m17n.org>
date Mon, 12 May 1997 07:00:16 +0000
parents f438ebf1c679
children 084d922fcd78
comparison
equal deleted inserted replaced
17771:1db36f7e82d1 17772:550afdbb31d8
48 ;; 48 ;;
49 ;; In this file, charsets other than charset-ascii and charset-indian-is13194 49 ;; In this file, charsets other than charset-ascii and charset-indian-is13194
50 ;; should not be used except in the comment. 50 ;; should not be used except in the comment.
51 51
52 ;;; Code: 52 ;;; Code:
53
54 (defun describe-indian-support ()
55 "Describe how Emacs support Indian languages."
56 (interactive)
57 (describe-language-support-internal "Indian"))
58
59 (set-language-info-alist
60 "Indian" '((describe-function . describe-indian-support)
61 (charset . (indian-is13194))
62 (documentation . "\
63 Among Indian languages, such languages using Devanagari scripts as
64 Hindi and Marathi are supproted. For them, please specify Devanagari
65 for more detail.")
66 ))
53 67
54 ;; Followings are what you see when you refer to the Emacs 68 ;; Followings are what you see when you refer to the Emacs
55 ;; representations of IS 13194 charcters. However, this is merely 69 ;; representations of IS 13194 charcters. However, this is merely
56 ;; tentative apperance, and you must convert them by 70 ;; tentative apperance, and you must convert them by
57 ;; indian-to-xxxxxx(specific script) function to use them. 71 ;; indian-to-xxxxxx(specific script) function to use them.