From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: definition lines in Info - 1) link, 2) highlight Date: Mon, 14 Aug 2006 22:42:37 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1155609822 19531 80.91.229.2 (15 Aug 2006 02:43:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Aug 2006 02:43:42 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 15 04:43:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCoti-00044Z-Kj for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2006 04:43:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCoth-00062u-Ug for ged-emacs-devel@m.gmane.org; Mon, 14 Aug 2006 22:43:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCot5-0005sB-Ai for emacs-devel@gnu.org; Mon, 14 Aug 2006 22:42:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCot4-0005rs-AG for emacs-devel@gnu.org; Mon, 14 Aug 2006 22:42:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCot4-0005rp-5k for emacs-devel@gnu.org; Mon, 14 Aug 2006 22:42:38 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GCoz0-0003k3-Hk for emacs-devel@gnu.org; Mon, 14 Aug 2006 22:48:46 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GCot3-00049A-84; Mon, 14 Aug 2006 22:42:37 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sun, 13 Aug 2006 21:48:03 +0300) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58399 Archived-At: > I think it could be a lot simpler. Just add a loop to > Info-fontify-node which would search for that regexp and apply some > faces to the parts that match. Introducing new faces is never simple. It doesn't need to use new faces. Surely there is some existing font lock face that would be usable.