aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-01-05 23:36:05 +0000
committerDave Love2000-01-05 23:36:05 +0000
commit67675c0f0d310fd71ab8fd38f15b121eeeb919d4 (patch)
tree51ded216dd4a129c24a25eeffeb3e1590564437e
parenta3ddb43a4d93a5609bf348ea354c38ab11f2e07a (diff)
downloademacs-67675c0f0d310fd71ab8fd38f15b121eeeb919d4.tar.gz
emacs-67675c0f0d310fd71ab8fd38f15b121eeeb919d4.zip
Reference column-number-mode, hl-line-mode, blink-cursor-mode.
-rw-r--r--man/basic.texi20
1 files changed, 18 insertions, 2 deletions
diff --git a/man/basic.texi b/man/basic.texi
index f1819d83723..bda60c4029f 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -1,5 +1,5 @@
1@c This is part of the Emacs manual. 1@c This is part of the Emacs manual.
2@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997 Free Software Foundation, Inc. 2@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000 Free Software Foundation, Inc.
3@c See file emacs.texi for copying conditions. 3@c See file emacs.texi for copying conditions.
4@node Basic, Minibuffer, Exiting, Top 4@node Basic, Minibuffer, Exiting, Top
5@chapter Basic Editing Commands 5@chapter Basic Editing Commands
@@ -504,13 +504,17 @@ Print page number of point, and line number within page.
504@item M-x what-line 504@item M-x what-line
505Print line number of point in the buffer. 505Print line number of point in the buffer.
506@item M-x line-number-mode 506@item M-x line-number-mode
507Toggle automatic display of current line number. 507@itemx M-x column-number-mode
508Toggle automatic display of current line number or column number.
509@xref{Optional Mode Line}.
508@item M-= 510@item M-=
509Print number of lines in the current region (@code{count-lines-region}). 511Print number of lines in the current region (@code{count-lines-region}).
510@xref{Mark}, for information about the region. 512@xref{Mark}, for information about the region.
511@item C-x = 513@item C-x =
512Print character code of character after point, character position of 514Print character code of character after point, character position of
513point, and column of point (@code{what-cursor-position}). 515point, and column of point (@code{what-cursor-position}).
516@item M-x hl-line-mode
517Highlighting the current line.
514@end table 518@end table
515 519
516@findex what-page 520@findex what-page
@@ -610,6 +614,18 @@ as the actual glyph of A with grave accent.}:
610Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64) 614Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64)
611@end example 615@end example
612 616
617@findex hl-line-mode
618@findex blink-cursor-mode
619@cindex cursor, locating visually
620@cindex cursor, blinking
621@kbd{M-x hl-line-mode} turns on a global minor mode which highlights the
622line about point in the selected window (on terminals which support
623highlighting). Some people find this convenient. If you find the
624cursor difficult to spot, you might try changing its color by
625customizing the @code{cursor} face or rely on (the default)
626@code{blink-cursor-mode}. Cursor color and blinking can be conrolled
627via the @code{cursor} Custom group.
628
613@node Arguments 629@node Arguments
614@section Numeric Arguments 630@section Numeric Arguments
615@cindex numeric arguments 631@cindex numeric arguments