diff options
| author | Lars Magne Ingebrigtsen | 2011-07-13 00:37:20 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-13 00:37:20 +0200 |
| commit | 4cb4f3ba22e773c756ed58db2b8527f93e6081c6 (patch) | |
| tree | fdf342c9baceec9cd30914d937ecb2e68b8f9660 | |
| parent | b7527639316b53c6d66f6fe80d6865526566aef2 (diff) | |
| download | emacs-4cb4f3ba22e773c756ed58db2b8527f93e6081c6.tar.gz emacs-4cb4f3ba22e773c756ed58db2b8527f93e6081c6.zip | |
Manual fixes related to clarifying cursor shapes
Fixes: debbugs:4345
| -rw-r--r-- | doc/emacs/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/screen.texi | 30 |
3 files changed, 27 insertions, 14 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d762ea11654..cc35e79c135 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * display.texi (Cursor Display): Mention `cursor-type'. | ||
| 4 | |||
| 5 | * screen.texi (Point): Clarify that it's only if you use a block | ||
| 6 | cursor that it appears to be on a character (bug#4345). | ||
| 7 | |||
| 1 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | 8 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * misc.texi (Amusements): Move dissociated press here, from its | 10 | * misc.texi (Amusements): Move dissociated press here, from its |
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 210b1b636a1..bfbfb355c9c 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1211,6 +1211,10 @@ terminal itself blinks the cursor, and Emacs has no control over it.) | |||
| 1211 | You can control how the cursor appears when it blinks off by setting | 1211 | You can control how the cursor appears when it blinks off by setting |
| 1212 | the variable @code{blink-cursor-alist}. | 1212 | the variable @code{blink-cursor-alist}. |
| 1213 | 1213 | ||
| 1214 | @vindex cursor-type | ||
| 1215 | You can change the shape of the cursor from the default ``box'' look | ||
| 1216 | to a bar by altering the @code{cursor-type} variable. | ||
| 1217 | |||
| 1214 | @vindex visible-cursor | 1218 | @vindex visible-cursor |
| 1215 | Some text terminals offer two different cursors: the normal cursor | 1219 | Some text terminals offer two different cursors: the normal cursor |
| 1216 | and the very visible cursor, where the latter may be e.g. bigger or | 1220 | and the very visible cursor, where the latter may be e.g. bigger or |
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi index 145687270ca..59f65fac8af 100644 --- a/doc/emacs/screen.texi +++ b/doc/emacs/screen.texi | |||
| @@ -73,14 +73,14 @@ different places in the buffer; for example, you can place point by | |||
| 73 | clicking mouse button 1 (normally the left button) at the desired | 73 | clicking mouse button 1 (normally the left button) at the desired |
| 74 | location. | 74 | location. |
| 75 | 75 | ||
| 76 | While the cursor appears to be @emph{on} a character, you should | 76 | If you use a block cursor, the cursor appears to be @emph{on} a |
| 77 | think of point as @emph{between} two characters; it points @emph{before} | 77 | character, but you should think of point as @emph{between} two |
| 78 | the character that appears under the cursor. For example, if your text | 78 | characters; it points @emph{before} the character that appears under |
| 79 | looks like @samp{frob} with the cursor over the @samp{b}, then point is | 79 | the cursor. For example, if your text looks like @samp{frob} with the |
| 80 | between the @samp{o} and the @samp{b}. If you insert the character | 80 | cursor over the @samp{b}, then point is between the @samp{o} and the |
| 81 | @samp{!} at that position, the result is @samp{fro!b}, with point | 81 | @samp{b}. If you insert the character @samp{!} at that position, the |
| 82 | between the @samp{!} and the @samp{b}. Thus, the cursor remains over | 82 | result is @samp{fro!b}, with point between the @samp{!} and the |
| 83 | the @samp{b}, as before. | 83 | @samp{b}. Thus, the cursor remains over the @samp{b}, as before. |
| 84 | 84 | ||
| 85 | Sometimes people speak of ``the cursor'' when they mean ``point,'' or | 85 | Sometimes people speak of ``the cursor'' when they mean ``point,'' or |
| 86 | speak of commands that move point as ``cursor motion'' commands. | 86 | speak of commands that move point as ``cursor motion'' commands. |
| @@ -92,12 +92,14 @@ it again later. When Emacs displays multiple windows, each window has | |||
| 92 | its own point location. If the same buffer appears in more than one | 92 | its own point location. If the same buffer appears in more than one |
| 93 | window, each window has its own point position in that buffer. | 93 | window, each window has its own point position in that buffer. |
| 94 | 94 | ||
| 95 | On a graphical display, Emacs shows a cursor in each window; the | 95 | On a graphical display, Emacs shows a cursor in each window. The |
| 96 | selected window's cursor is solid and blinking, and the other cursors | 96 | selected window's cursor will be blinking. If you use the default, |
| 97 | are hollow. On a text-only terminal, there is just one cursor, in the | 97 | @code{box} cursor type, the selected window's cursor will be solid, |
| 98 | selected window; even though the unselected windows have their own | 98 | and the other cursors are hollow. On a text-only terminal, there is |
| 99 | point positions, they do not display a cursor. @xref{Cursor Display}, | 99 | just one cursor, in the selected window; even though the unselected |
| 100 | for customizable variables that control cursor display. | 100 | windows have their own point positions, they do not display a cursor. |
| 101 | @xref{Cursor Display}, for customizable variables that control cursor | ||
| 102 | display. | ||
| 101 | 103 | ||
| 102 | @node Echo Area | 104 | @node Echo Area |
| 103 | @section The Echo Area | 105 | @section The Echo Area |