From: Eli Zaretskii Date: Sun, 4 Nov 2001 18:52:30 +0000 (+0000) Subject: (term-setup-hook): Add IT-setup-unicode-display. X-Git-Tag: ttn-vms-21-2-B4~18829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=051a608df8160954beaf36e9d3baee18e2480dee;p=emacs.git (term-setup-hook): Add IT-setup-unicode-display. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6045a074a9..98102130fa4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-04 Eli Zaretskii + + * term/internal.el (term-setup-hook): Add IT-setup-unicode-display. + 2001-11-04 Miles Bader * startup.el (fancy-splash-head): Reapply Gerd's hack to make the diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 2c7076264cd..6885bc8f936 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -714,6 +714,9 @@ list. You can (and should) also run it whenever the value of ;; until after the terminal is set and user's .emacs is processed, ;; because people might define their `dos-codepage-setup-hook' there. (add-hook 'term-setup-hook 'dos-codepage-setup) +;; It's time: too many input methods in leim/quail produce +;; Unicode characters. Let the user see them. +(add-hook 'term-setup-hook 'IT-setup-unicode-display t) ;; In multibyte mode, we want unibyte buffers to be displayed using ;; the terminal coding system, so that they display correctly on the