From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: info faces for strings and quotations Date: Thu, 07 Oct 2004 08:57:36 +0300 Organization: JURTA Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <87hdp7135b.fsf@mail.jurta.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097128768 7449 80.91.229.6 (7 Oct 2004 05:59:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2004 05:59:28 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, teirllm@dms.auburn.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 07 07:59:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CFRJB-0004MZ-00 for ; Thu, 07 Oct 2004 07:59:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFRPu-0000ww-J8 for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2004 02:06:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFRPo-0000wm-2a for emacs-devel@gnu.org; Thu, 07 Oct 2004 02:06:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFRPn-0000wZ-Lp for emacs-devel@gnu.org; Thu, 07 Oct 2004 02:06:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFRPn-0000wV-IK for emacs-devel@gnu.org; Thu, 07 Oct 2004 02:06:11 -0400 Original-Received: from [66.33.219.6] (helo=knife.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFRIa-0000B3-Nj for emacs-devel@gnu.org; Thu, 07 Oct 2004 01:58:45 -0400 Original-Received: from mail.jurta.org (80-235-33-254-dsl.mus.estpak.ee [80.235.33.254]) by knife.dreamhost.com (Postfix) with ESMTP id 4F76AE412E; Wed, 6 Oct 2004 22:58:41 -0700 (PDT) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Wed, 6 Oct 2004 00:07:49 -0700") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28017 "Drew Adams" writes: > EMACS FAQ -- several nodes have `...' or "..." in node titles. These are > highlighted. > > WIDGET -- several nodes have `...' in titles > > REFTEX -- node fancyref (LaTeX package): `fancyref' in title highlighted Quotes highlighted in titles are not a problem. Just place the code for quote fontification above the title fontification to override the `font-lock-face' property with quote faces by title faces. -- Juri Linkov http://www.jurta.org/emacs/