comparison man/basic.texi @ 46040:3c219fd68a91

Update info on C-u C-x =.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jun 2002 22:38:34 +0000
parents 6bc9049644e2
children 23a1cea22d13
comparison
equal deleted inserted replaced
46039:3c5d96a2d05f 46040:3c219fd68a91
603 @xref{Pages}, for the command @kbd{C-x l} which counts the lines in the 603 @xref{Pages}, for the command @kbd{C-x l} which counts the lines in the
604 current page. 604 current page.
605 605
606 @kindex C-x = 606 @kindex C-x =
607 @findex what-cursor-position 607 @findex what-cursor-position
608 The command @kbd{C-x =} (@code{what-cursor-position}) can be used to find out 608 The command @kbd{C-x =} (@code{what-cursor-position}) shows what
609 the column that the cursor is in, and other miscellaneous information about 609 column the cursor is in, and other miscellaneous information about
610 point. It displays a line in the echo area that looks like this: 610 point and the character after it. It displays a line in the echo area
611 that looks like this:
611 612
612 @smallexample 613 @smallexample
613 Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53 614 Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53
614 @end smallexample 615 @end smallexample
615 616
663 character, including the character set name and the codes that 664 character, including the character set name and the codes that
664 identify the character within that character set; ASCII characters are 665 identify the character within that character set; ASCII characters are
665 identified as belonging to the @code{ascii} character set. It also 666 identified as belonging to the @code{ascii} character set. It also
666 shows the character's syntax, categories, and encodings both 667 shows the character's syntax, categories, and encodings both
667 internally in the buffer and externally if you save the file. It also 668 internally in the buffer and externally if you save the file. It also
668 shows the character's text properties, if any, and the font used to 669 shows the character's text properties (@pxref{Text Properties,,,
669 display it. 670 elisp, the Emacs Lisp Reference Manual}), and any overlays containing it
671 (@pxref{Overlays,,, elisp, the same manual}).
670 672
671 Here's an example showing the Latin-1 character A with grave accent, 673 Here's an example showing the Latin-1 character A with grave accent,
672 in a buffer whose coding system is @code{iso-2022-7bit}, whose 674 in a buffer whose coding system is @code{iso-2022-7bit}, whose
673 terminal coding system is @code{iso-latin-1} (so the terminal actually 675 terminal coding system is @code{iso-latin-1} (so the terminal actually
674 displays the character as @samp{@`A}), and which has font-lock-mode 676 displays the character as @samp{@`A}), and which has font-lock-mode
684 buffer code: 0x81 0xC0 686 buffer code: 0x81 0xC0
685 file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit) 687 file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
686 terminal code: C0 688 terminal code: C0
687 689
688 Text properties 690 Text properties
689 face: font-lock-variable-name-face 691 font-lock-face: font-lock-variable-name-face
690 fontified: t 692 fontified: t
691 @end smallexample 693 @end smallexample
692 694
693 @node Arguments 695 @node Arguments
694 @section Numeric Arguments 696 @section Numeric Arguments