From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.help Subject: Re: Info nodes titles font size customization Date: Sun, 05 Oct 2008 17:17:14 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <87r66vuid1.fsf@gmail.com> References: <87ej2v5njx.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223221292 22650 80.91.229.12 (5 Oct 2008 15:41:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2008 15:41:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 17:42:29 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 1KmVka-0008Lb-42 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 17:42:28 +0200 Original-Received: from localhost ([127.0.0.1]:47691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmVjW-0004fD-V3 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 11:41:22 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:boKiaOB0oLMpM2cqyei/PVlT7Yw= Original-Lines: 38 Original-NNTP-Posting-Host: 151.80.217.235 Original-X-Trace: news.sunsite.dk DXC=lS73_283HdNGal0:\7MlDHYSB=nbEKnkKjL0kO3l6odN:AocXk=\=_DT7bXfBO; G:EKAib\KDO`hBm=c5DAkLCDL]_T6RI67; 0O=`W80M]Tl9N Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:163041 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:58380 Archived-At: Rodolfo Medina writes: > In Info mode, node titles are hilightened by default. Scrolling the manual, > I couldn't find out how to customize those font sizes. > > Is it possible, and how? Peter Dyballa writes: > 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 (in GNU Emacs 23.0.60 from CVS it's a bit simpler). Thanks. After customizing the font size, in my .emacs appeared the following stuff: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(info-menu-header ((t (:inherit variable-pitch :weight bold :height 1)))) '(info-title-1 ((t (:inherit info-title-2 :height 1)))) '(info-title-3 ((t (:inherit info-title-4 :height 1)))) '(info-xref ((t (:inherit link :height 1))))) . How can I replace the `custom-set-faces' issue by some other command to achieve the same result? `setq' does not work. Thanks Rodolfo