emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/internal.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/term/internal.el
Date: Mon, 24 Dec 2001 11:52:51 -0500

Index: emacs/lisp/term/internal.el
diff -c emacs/lisp/term/internal.el:1.29 emacs/lisp/term/internal.el:1.30
*** emacs/lisp/term/internal.el:1.29    Fri Dec  7 12:55:42 2001
--- emacs/lisp/term/internal.el Mon Dec 24 11:52:50 2001
***************
*** 607,612 ****
--- 607,615 ----
       (setq default-terminal-coding-system (intern (concat cp
                                                          "-unix"))))
      (IT-display-table-setup cp)
+     ;; It's time: too many input methods in leim/quail produce
+     ;; Unicode characters.  Let the user see them.
+     (IT-setup-unicode-display)
      (prefer-coding-system (intern (concat cp "-dos")))
      (if default-enable-multibyte-characters
        ;; We want this in multibyte version only, since unibyte version
***************
*** 705,710 ****
--- 708,716 ----
        ;; Assume they support non-ASCII Latin characters like the IBM
        ;; codepage 437 does.
        (IT-display-table-setup "cp437")
+       ;; It's time: too many input methods in leim/quail produce
+       ;; Unicode characters.  Let the user see them.
+       (IT-setup-unicode-display)
        (prefer-coding-system coding-dos)
        (if default-enable-multibyte-characters
          (setq unibyte-display-via-language-environment t))
***************
*** 714,722 ****
  ;; 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
--- 720,725 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]