[EMAIL PROTECTED] (Andreas Fuchs) writes:

> On 2001-05-19, Stephen Molitor <[EMAIL PROTECTED]> wrote:
> > Which face does the 'private' keyword fall under?  I'm 
> > trying to change the color.
> > Thanks.
> 
> Try this function:
> 
> (defun describe-face-at-point ()
>   "Return face used at point."
>   (interactive)
>   (hyper-describe-face (get-char-property (point) 'face)))
> 
> and bind it to a key that is convenient to you. When you are over the
> keyword whose face you want to change, use it, and be happy.

The function hyper-describe-face is not defined in my Emacs (20.7).

-- 
Jim Davidson
jdavidson @ acm.org

Reply via email to