Takaaki ISHIKAWA <[email protected]> writes:

> Dear Bernt,
>
> Hi. Thank you for your comment!
> Could you give me a function name assigned to `C-u C-x ='?
> For me, it is `what-cursor-position'.

That's what mine is set to.  The C-u just gives it a prefix argument

,----
| C-x = runs the command what-cursor-position, which is an interactive
| compiled Lisp function.
| 
| It is bound to C-x =.
| 
| (what-cursor-position &optional DETAIL)
| 
| Print info on cursor position (on screen and within buffer).
| Also describe the character after point, and give its character code
| in octal, decimal and hex.
| 
| For a non-ASCII multibyte character, also give its encoding in the
| buffer's selected coding system if the coding system encodes the
| character safely.  If the character is encoded into one byte, that
| code is shown in hex.  If the character is encoded into more than one
| byte, just "..." is shown.
| 
| In addition, with prefix argument, show details about that character
| in *Help* buffer.  See also the command `describe-char'.
`----

-Bernt

Reply via email to