comparison etc/ONEWS.1 @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents a473fce1ed3a
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
328 the string is used as input instead of what was actually 328 the string is used as input instead of what was actually
329 typed. If the actual input character is >= the length of 329 typed. If the actual input character is >= the length of
330 the string, it is used unchanged. 330 the string, it is used unchanged.
331 331
332 One way this feature can be used is to fix bad keyboard 332 One way this feature can be used is to fix bad keyboard
333 designes. For example, on some terminals, Delete is 333 designes. For example, on some terminals, Delete is
334 Shift-Underscore. Since Delete is a more useful character 334 Shift-Underscore. Since Delete is a more useful character
335 than Underscore, it is an improvement to make the unshifted 335 than Underscore, it is an improvement to make the unshifted
336 character Delete and the shifted one Underscore. This can 336 character Delete and the shifted one Underscore. This can
337 be done with 337 be done with
338 338
551 display anything; it merely returns the list of symbols found. 551 display anything; it merely returns the list of symbols found.
552 552
553 C-h a now runs the new function command-apropos rather than 553 C-h a now runs the new function command-apropos rather than
554 apropos, and shows only symbols with definitions as commands. 554 apropos, and shows only symbols with definitions as commands.
555 555
556 * M-x shell sends the command 556 * M-x shell sends the command
557 if (-f ~/.emacs_NAME)source ~/.emacs_NAME 557 if (-f ~/.emacs_NAME)source ~/.emacs_NAME
558 invisibly to the shell when it starts. Here NAME 558 invisibly to the shell when it starts. Here NAME
559 is replaced by the name of shell used, 559 is replaced by the name of shell used,
560 as it came from your ESHELL or SHELL environment variable 560 as it came from your ESHELL or SHELL environment variable
561 but with directory name, if any, removed. 561 but with directory name, if any, removed.
953 of why the debugger was entered: function entry, function exit, 953 of why the debugger was entered: function entry, function exit,
954 error, or simply that the user called the function `debug'. 954 error, or simply that the user called the function `debug'.
955 955
956 To exit the debugger and return to top level, type `q'. 956 To exit the debugger and return to top level, type `q'.
957 957
958 In the debugger, you can evaluate Lisp expressions by 958 In the debugger, you can evaluate Lisp expressions by
959 typing `e'. This is equivalent to `M-ESC'. 959 typing `e'. This is equivalent to `M-ESC'.
960 960
961 When the debugger is entered due to an error, that is 961 When the debugger is entered due to an error, that is
962 all you can do. When it is entered due to function entry 962 all you can do. When it is entered due to function entry
963 (such as, requested by debug-on-entry), you have two 963 (such as, requested by debug-on-entry), you have two
1051 It is intended for editing files that are structured as 1051 It is intended for editing files that are structured as
1052 outlines, with heading lines (lines that begin with one 1052 outlines, with heading lines (lines that begin with one
1053 or more asterisks) and text lines (all other lines). 1053 or more asterisks) and text lines (all other lines).
1054 The number of asterisks in a heading line are its level; 1054 The number of asterisks in a heading line are its level;
1055 the subheadings of a heading line are all following heading 1055 the subheadings of a heading line are all following heading
1056 lines at higher levels, until but not including the next 1056 lines at higher levels, until but not including the next
1057 heading line at the same or a lower level, regardless 1057 heading line at the same or a lower level, regardless
1058 of intervening text lines. 1058 of intervening text lines.
1059 1059
1060 In outline mode, you have commands to hide (remove from display) 1060 In outline mode, you have commands to hide (remove from display)
1061 or show the text or subheadings under each heading line 1061 or show the text or subheadings under each heading line
1064 if you kill the hading line and yank it back elsewhere 1064 if you kill the hading line and yank it back elsewhere
1065 all the invisible lines accompany it. 1065 all the invisible lines accompany it.
1066 1066
1067 All editing commands treat hidden outline-mode lines 1067 All editing commands treat hidden outline-mode lines
1068 as part of the preceding visible line. 1068 as part of the preceding visible line.
1069 1069
1070 * C-x C-z runs save-buffers-kill-emacs 1070 * C-x C-z runs save-buffers-kill-emacs
1071 offers to save each file buffer, then exits. 1071 offers to save each file buffer, then exits.
1072 1072
1073 * C-c's function is now called suspend-emacs. 1073 * C-c's function is now called suspend-emacs.
1074 1074