* Color 'problem' with robin-hood theme
@ 2006-04-16 15:57 LuisGLopez
2006-04-16 17:08 ` Herbert Euler
[not found] ` <mailman.480.1145207418.9609.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 3+ messages in thread
From: LuisGLopez @ 2006-04-16 15:57 UTC (permalink / raw)
Hi!
I hope I'm posting this in the right place; please excuse me if I
don't.
I'm using color-theme-selection, and *love* the robin-hood theme, but
when I edit .html files, the <a>...</a> rendering is... weird: red
color on red background. I made this screenshot:
http://www.cnba.uba.ar/~llopez/emacs-robin-hood.png so you can see what
I mean. One of the anchors is selected, so you can see that the text
*is* there...
Would you tell me how can I fix this?
Thank you!!!
Luis.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Color 'problem' with robin-hood theme
2006-04-16 15:57 Color 'problem' with robin-hood theme LuisGLopez
@ 2006-04-16 17:08 ` Herbert Euler
[not found] ` <mailman.480.1145207418.9609.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Euler @ 2006-04-16 17:08 UTC (permalink / raw)
Cc: help-gnu-emacs
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
>From: "LuisGLopez" <luis.g.lopez@gmail.com>
>To: help-gnu-emacs@gnu.org
>Subject: Color 'problem' with robin-hood theme
>Date: 16 Apr 2006 08:57:14 -0700
>
>Hi!
>
>I hope I'm posting this in the right place; please excuse me if I
>don't.
>
>I'm using color-theme-selection, and *love* the robin-hood theme, but
>when I edit .html files, the <a>...</a> rendering is... weird: red
>color on red background. I made this screenshot:
>http://www.cnba.uba.ar/~llopez/emacs-robin-hood.png so you can see what
>I mean. One of the anchors is selected, so you can see that the text
>*is* there...
>
>Would you tell me how can I fix this?
>
>Thank you!!!
>
>Luis.
>
>_______________________________________________
>help-gnu-emacs mailing list
>help-gnu-emacs@gnu.org
>http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Color 'problem' with robin-hood theme
[not found] ` <mailman.480.1145207418.9609.help-gnu-emacs@gnu.org>
@ 2006-04-17 0:53 ` LuisGLopez
0 siblings, 0 replies; 3+ messages in thread
From: LuisGLopez @ 2006-04-17 0:53 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-17 0:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-16 15:57 Color 'problem' with robin-hood theme LuisGLopez
2006-04-16 17:08 ` Herbert Euler
[not found] ` <mailman.480.1145207418.9609.help-gnu-emacs@gnu.org>
2006-04-17 0:53 ` LuisGLopez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).