emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to control face for plain links


From: Bernt Hansen
Subject: Re: [O] How to control face for plain links
Date: Fri, 16 Dec 2011 17:44:09 -0500
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

Takaaki ISHIKAWA <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]