Mercurial > hg > xemacs-beta
comparison lisp/mule/korean-hooks.el @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | 0d2f883870bc |
children | fe104dbd9147 |
comparison
equal
deleted
inserted
replaced
101:a0ec055d74dd | 102:a145efe76779 |
---|---|
96 (set-process-output-coding-system proc 'euc-korea)))) | 96 (set-process-output-coding-system proc 'euc-korea)))) |
97 (set-file-coding-system-for-read 'autodetect) | 97 (set-file-coding-system-for-read 'autodetect) |
98 (set-default-file-coding-system 'euc-korea) | 98 (set-default-file-coding-system 'euc-korea) |
99 (setq keyboard-coding-system 'euc-korea) | 99 (setq keyboard-coding-system 'euc-korea) |
100 (setq terminal-coding-system 'euc-korea) | 100 (setq terminal-coding-system 'euc-korea) |
101 (set-charset-registry 'ascii "ksc5636") | 101 (when (eq 'x (device-type (selected-device))) |
102 (x-use-halfwidth-roman-font 'korean-ksc5601 "ksc5636")) | |
102 | 103 |
103 ;; EGG specific setup 97.02.05 jhod | 104 ;; EGG specific setup 97.02.05 jhod |
104 (when (featurep 'egg) | 105 (when (featurep 'egg) |
105 (when (not (featurep 'egg-kor)) | 106 (when (not (featurep 'egg-kor)) |
106 (provide 'egg-kor) | 107 (provide 'egg-kor) |