comparison lisp/language/indian.el @ 17993:73869115ae0a

Most of setup-LANGUAGE-environment functions are moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 May 1997 03:39:03 +0000
parents 084d922fcd78
children c68a9d56c2c2
comparison
equal deleted inserted replaced
17992:191bef5a0922 17993:73869115ae0a
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 53
54 (set-language-info-alist 54 (define-prefix-command 'describe-indian-support-map)
55 "Indian" '((describe-function . describe-indian-support) 55 (define-key-after describe-language-support-map [Indian]
56 (charset . (indian-is13194)) 56 '("Indian" . describe-indian-support-map)
57 (documentation . ("\ 57 t)
58 Among Indian languages, such languages using Devanagari scripts as 58
59 Hindi and Marathi are supproted. For them, please specify Devanagari 59 (define-prefix-command 'setup-indian-environment-map)
60 for more detail.")) 60 (define-key-after setup-language-environment-map [Indian]
61 )) 61 '("Indian" . setup-indian-environment-map)
62 t)
62 63
63 ;; Followings are what you see when you refer to the Emacs 64 ;; Followings are what you see when you refer to the Emacs
64 ;; representations of IS 13194 charcters. However, this is merely 65 ;; representations of IS 13194 charcters. However, this is merely
65 ;; tentative apperance, and you must convert them by 66 ;; tentative apperance, and you must convert them by
66 ;; indian-to-xxxxxx(specific script) function to use them. 67 ;; indian-to-xxxxxx(specific script) function to use them.