Use the remote locale for terminal & keyboard coding system.
authorKaroly Lorentey <lorentey@elte.hu>
Sun, 23 May 2004 03:56:10 +0000 (03:56 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sun, 23 May 2004 03:56:10 +0000 (03:56 +0000)
commit14de9163b46dbdaaf75e3caf617f69c1956d024b
tree8d5102414965649964e47334dbc71816108fa648
parent44070fdf1af9b9fd6e5ada81759c9dc749a05ab7
Use the remote locale for terminal & keyboard coding system.

lisp/international/mule-cmds.el (set-locale-translation-file-name)
(get-locale-real-name, get-locale-coding-system)
(configure-display-for-locale): New functions.
(set-locale-environment): Factored contents into separate functions.

lisp/server.el (server-process-filter): Call
configure-display-for-locale after creating a new terminal frame.

lisp/startup.el (command-line): Call set-locale-translation-file-name.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-171
lisp/international/mule-cmds.el
lisp/server.el
lisp/startup.el