From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelina Carlton Newsgroups: gmane.emacs.help Subject: Adding additional font-lock face to info files Date: Sat, 16 Dec 2006 13:03:44 -0500 Message-ID: <87bqm33egv.fsf@magma.ca> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166292298 20368 80.91.229.10 (16 Dec 2006 18:04:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Dec 2006 18:04:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 16 19:04:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gvdtw-0004zA-H0 for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Dec 2006 19:04:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gvdtv-0002S1-RK for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Dec 2006 13:04:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gvdth-0002RX-62 for help-gnu-emacs@gnu.org; Sat, 16 Dec 2006 13:04:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gvdte-0002QD-6b for help-gnu-emacs@gnu.org; Sat, 16 Dec 2006 13:04:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gvdtd-0002Q5-Vj for help-gnu-emacs@gnu.org; Sat, 16 Dec 2006 13:04:30 -0500 Original-Received: from [209.217.78.163] (helo=mx2-4.spamtrap.magma.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gvdtd-0002uI-IS for help-gnu-emacs@gnu.org; Sat, 16 Dec 2006 13:04:29 -0500 Original-Received: from mail4.magma.ca (mail4.internal.magma.ca [10.0.10.14]) by mx2-4.spamtrap.magma.ca (8.13.1/8.13.1) with ESMTP id kBGI4Qvf023462 for ; Sat, 16 Dec 2006 13:04:26 -0500 Original-Received: from localhost.localdomain (ottawa-hs-209-217-84-70.d-ip.magma.ca [209.217.84.70]) by mail4.magma.ca (Magma's Mail Server) with ESMTP id kBGI4NeM016815 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Sat, 16 Dec 2006 13:04:26 -0500 Original-Received: from orchid by localhost.localdomain with local (Exim 4.50) id 1Gvdt0-00016i-6n for help-gnu-emacs@gnu.org; Sat, 16 Dec 2006 13:03:50 -0500 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org X-Subliminal-Message: I'm sorry darling, we need to see other people. User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) X-magma-MailScanner-Information: Magma Mailscanner Service X-magma-MailScanner: Clean 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:39636 Archived-At: Hi, When reading info files, I would like to highlight strings that are quoted by the author with `' For example in the excellent book emacs-lisp-intro this snippet: ,---- | Both the examples just mentioned work identically to move point forward | three sentences. (Since `multiply-by-seven' is not bound to a key, it | could not be used as an example of key binding.) `---- The string `multiply-by-seven' is what I would want font locked. Unfortunately I am not far enough into this book to learn how to do this. :-) The only faces I see that I am able to customize are: info-header-node info-header-xref info-menu-header info-menu-star info-node info-title-1 info-title-2 info-title-3 info-title-4 info-xref info-xref-visited Thanks! -- -----Angelina Carlton----- orchid on irc.freenode.net brat@magma.ca http://bzgirl.org --------------------------