comparison etc/NEWS @ 30296:8454f2730931

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jul 2000 14:42:30 +0000
parents 5d592031fd61
children 84ff1994e9d1
comparison
equal deleted inserted replaced
30295:5031a796f62d 30296:8454f2730931
40 by M-x prefer-coding-system.) Thus if you visit an ASCII file and 40 by M-x prefer-coding-system.) Thus if you visit an ASCII file and
41 insert a non-ASCII character from your current language environment, 41 insert a non-ASCII character from your current language environment,
42 the file will be saved silently with the appropriate coding. 42 the file will be saved silently with the appropriate coding.
43 Previously you would be prompted for a safe coding system. 43 Previously you would be prompted for a safe coding system.
44 44
45 ** New variable `inhibit-iso-escape-detection' determines if the 45 ** New variable `inhibit-iso-escape-detection' determines if Emacs'
46 coding system detector pays attention to ISO2022's escape sequences. 46 coding system detection algorithm should pay attention to ISO2022's
47 If this variable is non-nil, the detector ignores such escape 47 escape sequences. If this variable is non-nil, the algorithm ignores
48 sequences. The default value is nil, and it is recommended not to 48 such escape sequences. The default value is nil, and it is
49 change it except for such a special case that you always want to read 49 recommended not to change it except for the special case that you
50 any escape code verbatimly. If you just want to read a specific file 50 always want to read any escape code verbatimly. If you just want to
51 without decoding escape codes, use C-x RET c 51 read a specific file without decoding escape codes, use C-x RET c
52 (`universal-coding-system-argument'). 52 (`universal-coding-system-argument').
53 53
54 ** Variable `default-korean-keyboard' is initialized properly from the 54 ** Variable `default-korean-keyboard' is initialized properly from the
55 environment variable `HANGUL_KEYBOARD_TYPE'. 55 environment variable `HANGUL_KEYBOARD_TYPE'.
56 56