mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(term-setup-hook): Add IT-setup-unicode-display.
This commit is contained in:
parent
4e39768886
commit
051a608df8
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
|
||||
|
||||
2001-11-04 Miles Bader <miles@gnu.org>
|
||||
|
||||
* startup.el (fancy-splash-head): Reapply Gerd's hack to make the
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue