/[emacs]/emacs/lisp/term/internal.el
ViewVC logotype

Diff of /emacs/lisp/term/internal.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by eliz, Fri Dec 7 17:55:42 2001 UTC revision 1.30 by eliz, Mon Dec 24 16:52:50 2001 UTC
# Line 607  display tables, and the language environ Line 607  display tables, and the language environ
607       (setq default-terminal-coding-system (intern (concat cp       (setq default-terminal-coding-system (intern (concat cp
608                                                            "-unix"))))                                                            "-unix"))))
609      (IT-display-table-setup cp)      (IT-display-table-setup cp)
610        ;; It's time: too many input methods in leim/quail produce
611        ;; Unicode characters.  Let the user see them.
612        (IT-setup-unicode-display)
613      (prefer-coding-system (intern (concat cp "-dos")))      (prefer-coding-system (intern (concat cp "-dos")))
614      (if default-enable-multibyte-characters      (if default-enable-multibyte-characters
615          ;; We want this in multibyte version only, since unibyte version          ;; We want this in multibyte version only, since unibyte version
# Line 705  list.  You can (and should) also run it Line 708  list.  You can (and should) also run it
708        ;; Assume they support non-ASCII Latin characters like the IBM        ;; Assume they support non-ASCII Latin characters like the IBM
709        ;; codepage 437 does.        ;; codepage 437 does.
710        (IT-display-table-setup "cp437")        (IT-display-table-setup "cp437")
711          ;; It's time: too many input methods in leim/quail produce
712          ;; Unicode characters.  Let the user see them.
713          (IT-setup-unicode-display)
714        (prefer-coding-system coding-dos)        (prefer-coding-system coding-dos)
715        (if default-enable-multibyte-characters        (if default-enable-multibyte-characters
716            (setq unibyte-display-via-language-environment t))            (setq unibyte-display-via-language-environment t))
# Line 714  list.  You can (and should) also run it Line 720  list.  You can (and should) also run it
720  ;; until after the terminal is set and user's .emacs is processed,  ;; until after the terminal is set and user's .emacs is processed,
721  ;; because people might define their `dos-codepage-setup-hook' there.  ;; because people might define their `dos-codepage-setup-hook' there.
722  (add-hook 'term-setup-hook 'dos-codepage-setup)  (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)  
723    
724  ;; In multibyte mode, we want unibyte buffers to be displayed using  ;; In multibyte mode, we want unibyte buffers to be displayed using
725  ;; the terminal coding system, so that they display correctly on the  ;; the terminal coding system, so that they display correctly on the

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26