all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Elena <egarrulo@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Boldifing all faces?
Date: Fri, 27 Mar 2009 04:42:15 -0700 (PDT)	[thread overview]
Message-ID: <2fe78d1d-6bfb-4b3c-a864-c0991ffc15ff@h5g2000yqh.googlegroups.com> (raw)
In-Reply-To: mailman.4002.1238065689.31690.help-gnu-emacs@gnu.org

Yes, it does: all faces become bold, no matter what font I've choosen.

I have Lucida Console with a bold variant on XP. I swear   ^_^

On Mar 26, 11:07 am, David Engster <d...@randomsample.de> wrote:
> Elena <egarr...@gmail.com> writes:
> > On Mar 20, 6:53 pm, Elena <egarr...@gmail.com> wrote:
> >> Hi,
>
> >> can you boldify (make bold) all faces, without having to customize
> >> each one?
>
> > I've found out that setting the default font as bold works with some
> > fonts (e.g. DejaVu Sans Mono), it doesn't with others (e.g. Lucida
> > Console). Therefore I'll have to restrict my choices within fonts
> > which work.
>
> Maybe this little snippet works for you?
>
> (mapc
>  (lambda (face)
>    (set-face-attribute face nil :weight 'bold))
>  (face-list))
>
> -David



      parent reply	other threads:[~2009-03-27 11:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-20 18:53 Boldifing all faces? Elena
2009-03-20 19:58 ` Drew Adams
2009-03-20 23:06 ` Peter Dyballa
     [not found] ` <mailman.3668.1237590437.31690.help-gnu-emacs@gnu.org>
2009-03-21  0:43   ` Elena
2009-03-21  3:52     ` Drew Adams
2009-03-26 10:39 ` Elena
2009-03-26 11:07   ` David Engster
2009-03-26 12:05   ` Peter Dyballa
2009-03-26 16:08   ` Drew Adams
     [not found]   ` <mailman.4019.1238083756.31690.help-gnu-emacs@gnu.org>
2009-03-26 17:56     ` Elena
2009-03-26 20:40       ` Peter Dyballa
2009-03-27  0:28       ` B. T. Raven
     [not found]   ` <mailman.4002.1238065689.31690.help-gnu-emacs@gnu.org>
2009-03-27 11:42     ` Elena [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=2fe78d1d-6bfb-4b3c-a864-c0991ffc15ff@h5g2000yqh.googlegroups.com \
    --to=egarrulo@gmail.com \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.