From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: definition lines in Info - 1) link, 2) highlight Date: Sun, 13 Aug 2006 07:10:44 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155478293 13510 80.91.229.2 (13 Aug 2006 14:11:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2006 14:11:33 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 13 16:11:31 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 1GCGgV-0005Ec-FZ for ged-emacs-devel@m.gmane.org; Sun, 13 Aug 2006 16:11:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCGgU-0001x5-Uh for ged-emacs-devel@m.gmane.org; Sun, 13 Aug 2006 10:11:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCGgF-0001ua-VD for emacs-devel@gnu.org; Sun, 13 Aug 2006 10:11:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCGgE-0001r2-6D for emacs-devel@gnu.org; Sun, 13 Aug 2006 10:11:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCGgE-0001qq-0L for emacs-devel@gnu.org; Sun, 13 Aug 2006 10:11:06 -0400 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GCGlp-0001zN-3s for emacs-devel@gnu.org; Sun, 13 Aug 2006 10:16:53 -0400 Original-Received: from rgmgw3.us.oracle.com (rgmgw3.us.oracle.com [138.1.186.112]) by agminet01.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k7DEB4t8029572 for ; Sun, 13 Aug 2006 09:11:04 -0500 Original-Received: from dradamslap (dhcp-amer-csvpn-gw1-141-144-64-220.vpn.oracle.com [141.144.64.220]) by rgmgw3.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id k7DEB3O8004516 for ; Sun, 13 Aug 2006 08:11:03 -0600 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 In-Reply-To: Importance: Normal X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE 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:58353 Archived-At: Richard, is this what you had in mind? Frankly, it sounds too complicated to me to install at this point. 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. That's exactly what I was trying to say. I just suggested putting the loop in a separate function, to be called from Info-fontify-node.