/[emacs]/emacs/man/basic.texi
ViewVC logotype

Diff of /emacs/man/basic.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by walters, Sun Jun 9 21:58:46 2002 UTC revision 1.35 by rms, Wed Jun 26 22:38:34 2002 UTC
# Line 605  current page. Line 605  current page.
605    
606  @kindex C-x =  @kindex C-x =
607  @findex what-cursor-position  @findex what-cursor-position
608    The command @kbd{C-x =} (@code{what-cursor-position}) can be used to find out    The command @kbd{C-x =} (@code{what-cursor-position}) shows what
609  the column that the cursor is in, and other miscellaneous information about  column the cursor is in, and other miscellaneous information about
610  point.  It displays a line in the echo area that looks like this:  point and the character after it.  It displays a line in the echo area
611    that looks like this:
612    
613  @smallexample  @smallexample
614  Char: c (0143, 99, 0x63)  point=21044 of 26883(78%)  column 53  Char: c (0143, 99, 0x63)  point=21044 of 26883(78%)  column 53
# Line 665  identify the character within that chara Line 666  identify the character within that chara
666  identified as belonging to the @code{ascii} character set.  It also  identified as belonging to the @code{ascii} character set.  It also
667  shows the character's syntax, categories, and encodings both  shows the character's syntax, categories, and encodings both
668  internally in the buffer and externally if you save the file.  It also  internally in the buffer and externally if you save the file.  It also
669  shows the character's text properties, if any, and the font used to  shows the character's text properties (@pxref{Text Properties,,,
670  display it.  elisp, the Emacs Lisp Reference Manual}), and any overlays containing it
671    (@pxref{Overlays,,, elisp, the same manual}).
672    
673    Here's an example showing the Latin-1 character A with grave accent,    Here's an example showing the Latin-1 character A with grave accent,
674  in a buffer whose coding system is @code{iso-2022-7bit}, whose  in a buffer whose coding system is @code{iso-2022-7bit}, whose
# Line 686  displays the character as @samp{@`A}), a Line 688  displays the character as @samp{@`A}), a
688  terminal code: C0  terminal code: C0
689    
690  Text properties  Text properties
691    face: font-lock-variable-name-face    font-lock-face: font-lock-variable-name-face
692    fontified: t    fontified: t
693  @end smallexample  @end smallexample
694    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26