Mercurial > emacs
comparison etc/NEWS @ 30357:2696b797cd2f
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 21 Jul 2000 06:59:01 +0000 |
parents | 70d759570f7a |
children | 2047c9586451 |
comparison
equal
deleted
inserted
replaced
30356:b600a31684db | 30357:2696b797cd2f |
---|---|
50 ** New variable `inhibit-iso-escape-detection' determines if Emacs' | 50 ** New variable `inhibit-iso-escape-detection' determines if Emacs' |
51 coding system detection algorithm should pay attention to ISO2022's | 51 coding system detection algorithm should pay attention to ISO2022's |
52 escape sequences. If this variable is non-nil, the algorithm ignores | 52 escape sequences. If this variable is non-nil, the algorithm ignores |
53 such escape sequences. The default value is nil, and it is | 53 such escape sequences. The default value is nil, and it is |
54 recommended not to change it except for the special case that you | 54 recommended not to change it except for the special case that you |
55 always want to read any escape code verbatimly. If you just want to | 55 always want to read any escape code verbatim. If you just want to |
56 read a specific file without decoding escape codes, use C-x RET c | 56 read a specific file without decoding escape codes, use C-x RET c |
57 (`universal-coding-system-argument'). | 57 (`universal-coding-system-argument'). For instance, C-x RET c latin-1 |
58 RET C-x C-f filename RET. | |
58 | 59 |
59 ** Variable `default-korean-keyboard' is initialized properly from the | 60 ** Variable `default-korean-keyboard' is initialized properly from the |
60 environment variable `HANGUL_KEYBOARD_TYPE'. | 61 environment variable `HANGUL_KEYBOARD_TYPE'. |
61 | 62 |
62 ** C-u C-x = provides detailed information about the character at | 63 ** C-u C-x = provides detailed information about the character at |
1283 *** ph.el has been obsoleted by EUDC and removed. | 1284 *** ph.el has been obsoleted by EUDC and removed. |
1284 | 1285 |
1285 | 1286 |
1286 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 1287 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
1287 (Display-related features are described in a page of their own below.) | 1288 (Display-related features are described in a page of their own below.) |
1289 | |
1290 ** Function `aset' stores any multibyte character in any string | |
1291 without signaling "Attempt to change char length of a string". It may | |
1292 convert a unibyte string to multibyte if necessary. | |
1288 | 1293 |
1289 ** The value of the `help-echo' text property is called as a function | 1294 ** The value of the `help-echo' text property is called as a function |
1290 or evaluated, if it is not a string already, to obtain a help string. | 1295 or evaluated, if it is not a string already, to obtain a help string. |
1291 | 1296 |
1292 ** Function `make-obsolete' now has an optional arg to say when the | 1297 ** Function `make-obsolete' now has an optional arg to say when the |