From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Boldifing all faces? Date: Fri, 20 Mar 2009 12:58:24 -0700 Message-ID: <004501c9a996$3afc1f80$0200a8c0@us.oracle.com> References: <8480d7ee-c0e1-4d94-a0eb-e84b93493b8e@j38g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237579150 21501 80.91.229.12 (20 Mar 2009 19:59:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2009 19:59:10 +0000 (UTC) To: "'Elena'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 20 21:00:27 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 1LkktG-0005um-7M for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Mar 2009 21:00:26 +0100 Original-Received: from localhost ([127.0.0.1]:53300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lkkrr-0007Op-D3 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Mar 2009 15:58:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkkrT-0007Oi-2m for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 15:58:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkkrN-0007OV-N6 for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 15:58:33 -0400 Original-Received: from [199.232.76.173] (port=53856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkkrN-0007OS-HP for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 15:58:29 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:23451 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LkkrN-0007j1-3n for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 15:58:29 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n2KK1MaC028955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Mar 2009 20:01:23 GMT Original-Received: from acsmt707.oracle.com (acsmt707.oracle.com [141.146.40.85]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n2KJwPUw010869; Fri, 20 Mar 2009 19:58:26 GMT Original-Received: from dradamslap1 (/141.144.83.134) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 20 Mar 2009 12:58:19 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acmpk71rJnMX0a3EQq+/SsfJ3/UnbAAAkoKA In-Reply-To: <8480d7ee-c0e1-4d94-a0eb-e84b93493b8e@j38g2000yqa.googlegroups.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt707.oracle.com [141.146.40.85] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A0B0202.49C3F55E.00B8:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:63141 Archived-At: > can you boldify (make bold) all faces, without having to customize > each one? Dunno if there's a simple way to do that. But you could customize the `default' face to make it bold. Other faces that inherit from it and do not override the boldness attribute should then also be bold.