Gnus development mailing list
 help / color / mirror / Atom feed
From: ssSslang <sssslang@163.com>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: font display problem in Gnus(No Gnus v0.6)
Date: Wed, 30 May 2007 15:16:53 +0800	[thread overview]
Message-ID: <87646akcgq.fsf@gmail.com> (raw)
In-Reply-To: <b4mbqg3knk4.fsf@jpl.org> (Katsumi Yamaoka's message of "Wed\, 30 May 2007 12\:17\:15 +0900")

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> In this case, the face which is set to the variable
> `widget-mouse-face' is used.   The default value is the face
> `highlight'.  You can customize it as well.  Otherwise, you can
> use your custom face as follows:
>
> (eval-after-load "wid-edit"
>   '(progn
>      ;; I like the font used for the `widget-button' face.
>      (copy-face 'widget-button 'my-highlight)
>      (setq widget-mouse-face 'my-highlight)
>      (set-face-background 'my-highlight "Yellow")
>      (set-face-foreground 'my-highlight "Red")))

It works, thank you :-)

-- 
ssSslang




      reply	other threads:[~2007-05-30  7:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-29  4:41 ssSslang
2007-05-30  3:17 ` Katsumi Yamaoka
2007-05-30  7:16   ` ssSslang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87646akcgq.fsf@gmail.com \
    --to=sssslang@163.com \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).