From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Re: just comments fontified in latex mode? Date: Fri, 14 Nov 2003 20:20:14 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <27441.1068859214@mixed> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068859362 16359 80.91.224.253 (15 Nov 2003 01:22:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2003 01:22:42 +0000 (UTC) Cc: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 15 02:22:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKp92-0003GD-01 for ; Sat, 15 Nov 2003 02:22:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKq51-0001ki-Ro for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2003 21:22:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AKq4d-0001kD-Kz for help-gnu-emacs@gnu.org; Fri, 14 Nov 2003 21:22:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AKq47-0001g0-10 for help-gnu-emacs@gnu.org; Fri, 14 Nov 2003 21:22:06 -0500 Original-Received: from [66.110.136.11] (helo=mixed.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKq46-0001fx-MK for help-gnu-emacs@gnu.org; Fri, 14 Nov 2003 21:21:34 -0500 Original-Received: by mixed.dyndns.org (Postfix, from userid 1000) id 0517671A34; Fri, 14 Nov 2003 20:20:16 -0500 (EST) Original-Received: from mixed (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix) with ESMTP id 0287271A32; Fri, 14 Nov 2003 20:20:16 -0500 (EST) Original-To: Joe Corneli In-Reply-To: Message from Joe Corneli of "Fri, 14 Nov 2003 15:31:12 CST." X-Mailer: MH-E 7.4.2+cvs; nmh 1.1-RC1; GNU Emacs 21.3.1 X-Image-URL: http://people.debian.org/~psg/face.png X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:14238 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14238 Joe Corneli wrote: > I'm using the same .emacs as I used on my (broken) iBook, now working > on a linux machine. Just the comments are fontified by font-lock in > my TeX files. I asked my system administrator about this and he > suggested using the hilit-LaTeX package. I'd suggest _not_ using hilit-LaTeX and I'm the one who wrote it. The hilit19 interface is obsolete. > It highlights stuff, but I > didn't like the way it behaved (uses different colors, doesn't > automatically rehighlight new $$'s, etc.). Can anyone tell me how to > get normal font-lock working again? It should just work. You might also give font-latex.el a try. It's my hilit-LaTeX replacement and is used in AUC-TeX (but can be used outside of AUC-TeX): http://savannah.gnu.org/cgi-bin/viewcvs/auctex/auctex/font-latex.el?rev=HEAD&content-type=text/vnd.viewcvs-markup Peter