comparison lisp/international/mule-cmds.el @ 88521:44d01a64b846

(set-locale-environment): Comment out set-keyboard-coding-system stuff.
author Dave Love <fx@gnu.org>
date Wed, 15 May 2002 18:20:19 +0000
parents edebd2ea0273
children 2bc44e88e6b5
comparison
equal deleted inserted replaced
88520:380a8808a7b1 88521:44d01a64b846
1952 ;; we are using single-byte characters, 1952 ;; we are using single-byte characters,
1953 ;; so the display table and terminal coding system are irrelevant. 1953 ;; so the display table and terminal coding system are irrelevant.
1954 (when default-enable-multibyte-characters 1954 (when default-enable-multibyte-characters
1955 (set-display-table-and-terminal-coding-system language-name)) 1955 (set-display-table-and-terminal-coding-system language-name))
1956 1956
1957 ;; Set the `keyboard-coding-system' if appropriate. 1957 ;;; encoded-kbd-mode doesn't work properly at present, and i don't
1958 (let ((kcs (or coding-system 1958 ;;; think this is the right thing to do anyhow. -- fx
1959 (car (get-language-info language-name 1959 ;;; ;; Set the `keyboard-coding-system' if appropriate.
1960 'coding-system))))) 1960 ;;; (let ((kcs (or coding-system
1961 (if (memq kcs standard-keyboard-coding-systems) 1961 ;;; (car (get-language-info language-name
1962 (set-keyboard-coding-system kcs))) 1962 ;;; 'coding-system)))))
1963 ;;; (if (memq kcs standard-keyboard-coding-systems)
1964 ;;; (set-keyboard-coding-system kcs)))
1963 1965
1964 (setq locale-coding-system 1966 (setq locale-coding-system
1965 (car (get-language-info language-name 'coding-priority)))) 1967 (car (get-language-info language-name 'coding-priority))))
1966 1968
1967 (when coding-system 1969 (when coding-system