diff options
| author | Kenichi Handa | 2000-07-14 02:03:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-07-14 02:03:34 +0000 |
| commit | 26ae8525739b1fef4e1438510d22b2c03c518f1a (patch) | |
| tree | a49ddad8520be048f70da99de3d67ea4c0ed5d95 | |
| parent | 74383408f31d0b7cdb54990295b83d17f80db298 (diff) | |
| download | emacs-26ae8525739b1fef4e1438510d22b2c03c518f1a.tar.gz emacs-26ae8525739b1fef4e1438510d22b2c03c518f1a.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -39,6 +39,15 @@ 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 | 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'). | ||
| 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 | ||