Mercurial > emacs
comparison etc/NEWS @ 38126:64a45ba0553f
Document line-number-display-limit-width.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 20 Jun 2001 10:42:10 +0000 |
parents | 5829df320f15 |
children | 24fa5ae5fd91 |
comparison
equal
deleted
inserted
replaced
38125:8bca08a060e8 | 38126:64a45ba0553f |
---|---|
2438 ** If the variable `message-truncate-lines' is bound to t around a | 2438 ** If the variable `message-truncate-lines' is bound to t around a |
2439 call to `message', the echo area will not be resized to display that | 2439 call to `message', the echo area will not be resized to display that |
2440 message; it will be truncated instead, as it was done in 20.x. | 2440 message; it will be truncated instead, as it was done in 20.x. |
2441 Default value is nil. | 2441 Default value is nil. |
2442 | 2442 |
2443 +++ | |
2443 ** The user option `line-number-display-limit' can now be set to nil, | 2444 ** The user option `line-number-display-limit' can now be set to nil, |
2444 meaning no limit. | 2445 meaning no limit. |
2446 | |
2447 +++ | |
2448 ** The new user option `line-number-display-limit-width' controls | |
2449 the maximum width of lines in a buffer for which Emacs displays line | |
2450 numbers in the mode line. The default is 200. | |
2445 | 2451 |
2446 ** `select-safe-coding-system' now also checks the most preferred | 2452 ** `select-safe-coding-system' now also checks the most preferred |
2447 coding-system if buffer-file-coding-system is `undecided' and | 2453 coding-system if buffer-file-coding-system is `undecided' and |
2448 DEFAULT-CODING-SYSTEM is not specified, | 2454 DEFAULT-CODING-SYSTEM is not specified, |
2449 | 2455 |