From: Kenichi Handa Date: Fri, 14 Jul 2000 02:03:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26ae8525739b1fef4e1438510d22b2c03c518f1a;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 51edc097265..b7449264275 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -39,6 +39,15 @@ insert a non-ASCII character from your current language environment, 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'.