Mercurial > emacs
comparison etc/NEWS @ 30205:e596e66d3044
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 14 Jul 2000 02:03:34 +0000 |
parents | 34881d6fc1f6 |
children | 0f93b32d6add |
comparison
equal
deleted
inserted
replaced
30204:35aec8514228 | 30205:e596e66d3044 |
---|---|
36 contents. (The most preferred is set by set-language-environment or | 36 contents. (The most preferred is set by set-language-environment or |
37 by M-x prefer-coding-system.) Thus if you visit an ASCII file and | 37 by M-x prefer-coding-system.) Thus if you visit an ASCII file and |
38 insert a non-ASCII character from your current language environment, | 38 insert a non-ASCII character from your current language environment, |
39 the file will be saved silently with the appropriate coding. | 39 the file will be saved silently with the appropriate coding. |
40 Previously you would be prompted for a safe coding system. | 40 Previously you would be prompted for a safe coding system. |
41 | |
42 ** New variable `inhibit-iso-eacape-detection' determines if the | |
43 coding system detector pays attention to ISO2022's escape sequences. | |
44 If this variable is non-nil, the detector ignores such escape | |
45 sequences. The default value is nil, and it is not recommended to | |
46 change it except for such a special case that you always want to read | |
47 any escape code verbatimly. If you just want to read a specific file | |
48 without decoding escape codes, use C-x RET c | |
49 (`universal-coding-system-argument'). | |
41 | 50 |
42 ** Variable `default-korean-keyboard' is initialized properly from the | 51 ** Variable `default-korean-keyboard' is initialized properly from the |
43 environment variable `HANGUL_KEYBOARD_TYPE'. | 52 environment variable `HANGUL_KEYBOARD_TYPE'. |
44 | 53 |
45 ** C-u C-x = provides detailed information about the character at | 54 ** C-u C-x = provides detailed information about the character at |