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: Info nodes titles font size customization Date: Sun, 5 Oct 2008 09:42:11 -0700 Message-ID: <010601c92709$517bda30$0200a8c0@us.oracle.com> References: <87ej2v5njx.fsf@gmail.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 1223224975 576 80.91.229.12 (5 Oct 2008 16:42:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2008 16:42:55 +0000 (UTC) Cc: 'GNU Emacs List' To: "'Peter Dyballa'" , "'Rodolfo Medina'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 18:43:51 2008 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 1KmWhp-000249-Lp for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 18:43:41 +0200 Original-Received: from localhost ([127.0.0.1]:59025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmWgm-0004BK-A7 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 12:42:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmWgS-0004B9-Vn for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 12:42:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmWgR-0004Af-F6 for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 12:42:16 -0400 Original-Received: from [199.232.76.173] (port=38397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmWgR-0004AU-7r for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 12:42:15 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:45368) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmWgQ-0007r7-60 for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 12:42:14 -0400 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m95Gg51J025366; Sun, 5 Oct 2008 10:42:05 -0600 Original-Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m95Gg1kj003901; Sun, 5 Oct 2008 10:42:04 -0600 Original-Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 05 Oct 2008 09:42:01 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ackm5j6EoGi65QISSmmIjSCxU04VgQAHQlMg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:58382 Archived-At: > > Is it possible, and how? > > Position the cursor on one of the characters and type C-u C-x =. In > the *Help* buffer you'll see the character's (and title's) face name > reported, which you can customise Yes, that's how to find out about nearly any face you want to customize. And `M-x customize-face' is how to customize one. Or click the face-name link near the end of the `C-u C-x =' display, then click the `(customize this face)' link near the top of the *Help* display. FYI - The info title faces are: info-title-1, info-title-2, info-title-3, and info-title-4. Or, in Emacs prior to release 22: Info-title-1-face, Info-title-2-face, Info-title-3-face, and Info-title-4-face. Additional Info faces you can customize: info-header-node - nodes in header info-header-xref - cross references in header info-menu-header - menu titles (headers) info-menu-star - every 3rd menu item (see `info-menu-5' prior to Emacs 22) info-node - node names info-xref - unvisited cross-references info-xref-visited - previously visited cross-references ---- If you use library `info+.el', there are more Info faces that you can customize: info-quoted-name - quoted names (`...') info-string - strings ("...") info-menu - menu items info-file - file heading labels And for reference items in the Elisp manual, you can customize these faces: info-elisp-user-option-ref-item - label `User Option' info-elisp-variable-ref-item - label `Variable' info-elisp-command-ref-item - label `Command' info-elisp-function-ref-item - label `Function' info-elisp-macro-ref-item - label `Macro' info-elisp-special-form-ref-item - label `Special Form' info-elisp-syntax-class-item - label `Syntax Class' info-elisp-reference-item - other reference labels `info+.el' is here: http://www.emacswiki.org/cgi-bin/wiki/info%2b.el