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: Herbert Euler
Subject: RE: Color 'problem' with robin-hood theme
Date: Mon, 17 Apr 2006 01:08:42 +0800

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/





reply via email to

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