comparison lisp/term/internal.el @ 40717:e4db08d8d79e

(term-setup-hook): Add IT-setup-unicode-display.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 04 Nov 2001 18:51:07 +0000
parents 0d25e59f6139
children a336dd383ca1
comparison
equal deleted inserted replaced
40716:56df8bf9764e 40717:e4db08d8d79e
712 712
713 ;; We want to delay the terminal and other codepage-related setup 713 ;; We want to delay the terminal and other codepage-related setup
714 ;; until after the terminal is set and user's .emacs is processed, 714 ;; until after the terminal is set and user's .emacs is processed,
715 ;; because people might define their `dos-codepage-setup-hook' there. 715 ;; because people might define their `dos-codepage-setup-hook' there.
716 (add-hook 'term-setup-hook 'dos-codepage-setup) 716 (add-hook 'term-setup-hook 'dos-codepage-setup)
717 ;; It's time: too many input methods in leim/quail produce
718 ;; Unicode characters. Let the user see them.
719 (add-hook 'term-setup-hook 'IT-setup-unicode-display t)
717 720
718 ;; In multibyte mode, we want unibyte buffers to be displayed using 721 ;; In multibyte mode, we want unibyte buffers to be displayed using
719 ;; the terminal coding system, so that they display correctly on the 722 ;; the terminal coding system, so that they display correctly on the
720 ;; DOS terminal; in unibyte mode we want to see all 8-bit characters 723 ;; DOS terminal; in unibyte mode we want to see all 8-bit characters
721 ;; verbatim. In both cases, we want the entire range of 8-bit 724 ;; verbatim. In both cases, we want the entire range of 8-bit