# HG changeset patch # User Kenichi Handa # Date 963540214 0 # Node ID e596e66d30448c65c62a1d6dc2cac646b87a9d4f # Parent 35aec8514228dd99993f4a358411a0eb48c47d68 *** empty log message *** diff -r 35aec8514228 -r e596e66d3044 etc/NEWS --- a/etc/NEWS Fri Jul 14 01:56:14 2000 +0000 +++ b/etc/NEWS Fri Jul 14 02:03:34 2000 +0000 @@ -39,6 +39,15 @@ the file will be saved silently with the appropriate coding. Previously you would be prompted for a safe coding system. +** New variable `inhibit-iso-eacape-detection' determines if the +coding system detector pays attention to ISO2022's escape sequences. +If this variable is non-nil, the detector ignores such escape +sequences. The default value is nil, and it is not recommended to +change it except for such a special case that you always want to read +any escape code verbatimly. If you just want to read a specific file +without decoding escape codes, use C-x RET c +(`universal-coding-system-argument'). + ** Variable `default-korean-keyboard' is initialized properly from the environment variable `HANGUL_KEYBOARD_TYPE'.