help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Color 'problem' with robin-hood theme


From: LuisGLopez
Subject: Re: Color 'problem' with robin-hood theme
Date: 16 Apr 2006 17:53:34 -0700
User-agent: G2/0.2

Herbert Euler wrote:
> First, you should know what the property of font-lock of
> the weird strings is; then you can fix it by altering setting for
> that property.
>
> 1. Move point in between content whose color you want to
>    change (the ones red forground on red background here).
> 2. Type M-: to invoke the 'eval-expression' command.
> 3. Type
>
>     (text-properties-at (point))
>
>    and hit RET.  Then you can find something like
>
>     (auto-composed t face font-lock-string-face fontified t)
>
>    in the echo area.  The value of 'face' is the property of
>    font-lock of the content.  In the above example, the
>    value of the property is 'font-lock-string-face'.
> 4. Now you which setting to be modified.  Type
>
>     M-x customize-group RET font-lock-faces RET
>
>    Scroll to find the corresponding setting and modify
>    it.  After that, you can press 'Set for Current Session'
>    to view effect or press 'Save for Future Sessions' to
>    permentally change the setting.  Both buttons are at
>    the beginning of the customize buffer.
>
> Regards,
> Guanpeng Xu
>
>

Dear Guanpeng,

You are *great*! It worked fantastic! THANK YOU!!!!

And now I even know more about configuring emacs... :)

Regards,

Luis.



reply via email to

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