From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Randy Haddox Newsgroups: gmane.emacs.help Subject: font-lock-mode help Date: Wed, 09 Jun 2004 12:42:34 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1086802954.4079.68.camel@haddox.ds.amrdec.army.mil> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086803008 13516 80.91.224.253 (9 Jun 2004 17:43:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2004 17:43:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 09 19:43:13 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 1BY76W-00073t-00 for ; Wed, 09 Jun 2004 19:43:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BY77B-0000kO-3n for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jun 2004 13:43:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BY774-0000k8-Pa for help-gnu-emacs@gnu.org; Wed, 09 Jun 2004 13:43:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BY773-0000jp-2X for help-gnu-emacs@gnu.org; Wed, 09 Jun 2004 13:43:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BY772-0000jm-Ub for help-gnu-emacs@gnu.org; Wed, 09 Jun 2004 13:43:45 -0400 Original-Received: from [136.205.157.100] (helo=pcgw1.redstone.army.mil) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BY766-0008Fc-4P for help-gnu-emacs@gnu.org; Wed, 09 Jun 2004 13:42:46 -0400 Original-Received: from mrdec-owa.ds.amrdec.army.mil (mrdec-exch.amrdec.army.mil [199.209.144.25]) by pcgw1.redstone.army.mil (8.12.9/8.12.9) with ESMTP id i59Hgi7s001388 for ; Wed, 9 Jun 2004 12:42:44 -0500 (CDT) Original-Received: from [10.0.144.50] (10.0.144.50 [10.0.144.50]) by mrdec-owa.ds.amrdec.army.mil with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id MLR7PRLN; Wed, 9 Jun 2004 12:42:39 -0500 Original-To: help-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18921 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18921 I'm trying to find out how I can set up .emacs to highlight a block of text between two user-defined keywords in a file. Thanks.