# HG changeset patch # User Kenichi Handa # Date 963540514 0 # Node ID 0f93b32d6add7f179e648bbdcdfb0d598ef0b854 # Parent e596e66d30448c65c62a1d6dc2cac646b87a9d4f *** empty log message *** diff -r e596e66d3044 -r 0f93b32d6add etc/NEWS --- a/etc/NEWS Fri Jul 14 02:03:34 2000 +0000 +++ b/etc/NEWS Fri Jul 14 02:08:34 2000 +0000 @@ -42,7 +42,7 @@ ** 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 +sequences. The default value is nil, and it is recommended not 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 diff -r e596e66d3044 -r 0f93b32d6add src/ChangeLog --- a/src/ChangeLog Fri Jul 14 02:03:34 2000 +0000 +++ b/src/ChangeLog Fri Jul 14 02:08:34 2000 +0000 @@ -1,3 +1,10 @@ +2000-07-14 Kenichi Handa + + * coding.c (inhibit_iso_escape_detection): New variable. + (syms_of_coding): Make it a Lisp variable. + (detect_coding_iso2022): If inhibit_iso_escape_detection is + nonzero, ignore ISO2022's escape sequence. + 2000-07-14 Gerd Moellmann * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)