From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: Boldifing all faces? Date: Fri, 27 Mar 2009 04:42:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2fe78d1d-6bfb-4b3c-a864-c0991ffc15ff@h5g2000yqh.googlegroups.com> References: <8480d7ee-c0e1-4d94-a0eb-e84b93493b8e@j38g2000yqa.googlegroups.com> <3aba6921-5906-42f2-bdc8-68a4efb17d9c@c11g2000yqj.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1238157655 5583 80.91.229.12 (27 Mar 2009 12:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 12:40:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 27 13:42:13 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LnBNy-0005TO-7h for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Mar 2009 13:42:10 +0100 Original-Received: from localhost ([127.0.0.1]:58644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnBMb-0002iQ-59 for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Mar 2009 08:40:45 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h5g2000yqh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 81.208.92.182 Original-X-Trace: posting.google.com 1238154135 5264 127.0.0.1 (27 Mar 2009 11:42:15 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 27 Mar 2009 11:42:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h5g2000yqh.googlegroups.com; posting-host=81.208.92.182; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 lismix06b.int.lisit.it:8080 (squid/2.6.STABLE13) Original-Xref: news.stanford.edu gnu.emacs.help:168041 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63328 Archived-At: 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=A0am, David Engster wrote: > Elena writes: > > On Mar 20, 6:53=A0pm, Elena 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 > =A0(lambda (face) > =A0 =A0(set-face-attribute face nil :weight 'bold)) > =A0(face-list)) > > -David