comparison etc/NEWS @ 28323:c58dc3f08133

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 26 Mar 2000 16:27:11 +0000
parents 8bdd3f67b91a
children 012be509f4f4
comparison
equal deleted inserted replaced
28322:986882bafaf1 28323:c58dc3f08133
1065 1065
1066 Note that +++ before an item means the Lisp manual has been updated. 1066 Note that +++ before an item means the Lisp manual has been updated.
1067 --- means that I have decided it does not need to be in the Lisp manual. 1067 --- means that I have decided it does not need to be in the Lisp manual.
1068 When you add a new item, please add it without either +++ or --- 1068 When you add a new item, please add it without either +++ or ---
1069 so I will know I still need to look at it -- rms. 1069 so I will know I still need to look at it -- rms.
1070
1071 *** The buffer-local variable cursor-type can be used to specify the
1072 cursor to use in windows displaying a buffer. Values are interpreted
1073 as follows:
1074
1075 t use the cursor specified for the frame (default)
1076 nil don't display a cursor
1077 `bar' display a bar cursor with default width
1078 (bar . WIDTH) display a bar cursor with width WIDTH
1079 others display a box cursor.
1070 1080
1071 ** The variable open-paren-in-column-0-is-defun-start controls whether 1081 ** The variable open-paren-in-column-0-is-defun-start controls whether
1072 an open parenthesis in column 0 is considered to be the start of a 1082 an open parenthesis in column 0 is considered to be the start of a
1073 defun. If set, the default, it is considered a defun start. If not 1083 defun. If set, the default, it is considered a defun start. If not
1074 set, an open parenthesis in column 0 has no special meaning. 1084 set, an open parenthesis in column 0 has no special meaning.