comparison etc/NEWS @ 30206:0f93b32d6add

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 14 Jul 2000 02:08:34 +0000
parents e596e66d3044
children 87d8ca1f4b52
comparison
equal deleted inserted replaced
30205:e596e66d3044 30206:0f93b32d6add
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 42 ** New variable `inhibit-iso-eacape-detection' determines if the
43 coding system detector pays attention to ISO2022's escape sequences. 43 coding system detector pays attention to ISO2022's escape sequences.
44 If this variable is non-nil, the detector ignores such escape 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 45 sequences. The default value is nil, and it is recommended not to
46 change it except for such a special case that you always want to read 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 47 any escape code verbatimly. If you just want to read a specific file
48 without decoding escape codes, use C-x RET c 48 without decoding escape codes, use C-x RET c
49 (`universal-coding-system-argument'). 49 (`universal-coding-system-argument').
50 50