Mercurial > hg > xemacs-beta
comparison lisp/mule/chinese.el @ 810:0f42d0a17667
[xemacs-hg @ 2002-04-07 17:10:48 by daiki]
* mule/japanese.el: Don't quote function expressions listed as
`native-coding-system'.
* mule/chinese.el: Likewise.
author | daiki |
---|---|
date | Sun, 07 Apr 2002 17:10:50 +0000 |
parents | 2923009caf47 |
children | c112a340ac91 |
comparison
equal
deleted
inserted
replaced
809:285f13b079f3 | 810:0f42d0a17667 |
---|---|
324 (coding-system cn-gb-2312 iso-2022-7bit hz-gb-2312) | 324 (coding-system cn-gb-2312 iso-2022-7bit hz-gb-2312) |
325 (coding-priority cn-gb-2312 big5 iso-2022-7bit) | 325 (coding-priority cn-gb-2312 big5 iso-2022-7bit) |
326 (cygwin-locale "zh") | 326 (cygwin-locale "zh") |
327 (locale "zh_CN.eucCN" "zh_CN.EUC" "zh_CN" | 327 (locale "zh_CN.eucCN" "zh_CN.EUC" "zh_CN" |
328 "chinese-s" "zh" | 328 "chinese-s" "zh" |
329 #'(lambda (arg) | 329 (lambda (arg) |
330 (and arg (let ((case-fold-search t)) | 330 (and arg (let ((case-fold-search t)) |
331 (string-match "^zh_.*.GB.*" arg))))) | 331 (string-match "^zh_.*.GB.*" arg))))) |
332 (mswindows-locale ("CHINESE" . "CHINESE_SIMPLIFIED")) | 332 (mswindows-locale ("CHINESE" . "CHINESE_SIMPLIFIED")) |
333 (native-coding-system cn-gb-2312) | 333 (native-coding-system cn-gb-2312) |
334 (input-method . "chinese-py-punct") | 334 (input-method . "chinese-py-punct") |
397 (coding-system big5 iso-2022-7bit) | 397 (coding-system big5 iso-2022-7bit) |
398 (coding-priority big5 cn-gb-2312 iso-2022-7bit) | 398 (coding-priority big5 cn-gb-2312 iso-2022-7bit) |
399 (cygwin-locale "zh_TW") | 399 (cygwin-locale "zh_TW") |
400 (locale "zh_TW.Big5" "zh_TW.big5" "zh_CN.big5" "zh_TW" | 400 (locale "zh_TW.Big5" "zh_TW.big5" "zh_CN.big5" "zh_TW" |
401 "chinese-t" | 401 "chinese-t" |
402 #'(lambda (arg) | 402 (lambda (arg) |
403 (and arg (let ((case-fold-search t)) | 403 (and arg (let ((case-fold-search t)) |
404 (string-match "^zh_.*.BIG5.*" arg))))) | 404 (string-match "^zh_.*.BIG5.*" arg))))) |
405 (mswindows-locale ("CHINESE" . "CHINESE_TRADITIONAL")) | 405 (mswindows-locale ("CHINESE" . "CHINESE_TRADITIONAL")) |
406 (native-coding-system big5) | 406 (native-coding-system big5) |
407 (input-method . "chinese-py-punct-b5") | 407 (input-method . "chinese-py-punct-b5") |