From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gebser@ameritech.net Newsgroups: gmane.emacs.help Subject: Text highlighting (font-lock-mode) for html? Date: Sun, 9 Feb 2003 06:02:33 -0500 (EST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: Reply-To: gebser@ameritech.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044788542 29501 80.91.224.249 (9 Feb 2003 11:02:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Feb 2003 11:02:22 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hpE4-0007fh-00 for ; Sun, 09 Feb 2003 12:02:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hpFC-0007Cn-00 for gnu-help-gnu-emacs@m.gmane.org; Sun, 09 Feb 2003 06:03:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hpEl-0006hs-00 for help-gnu-emacs@gnu.org; Sun, 09 Feb 2003 06:03:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hpER-00068D-00 for help-gnu-emacs@gnu.org; Sun, 09 Feb 2003 06:02:43 -0500 Original-Received: from mailhost1-bcvloh.bcvloh.ameritech.net ([66.73.20.42] helo=mailhost.bcv1.ameritech.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hpEI-0005xp-00 for help-gnu-emacs@gnu.org; Sun, 09 Feb 2003 06:02:34 -0500 Original-Received: from heidegger.mousecar.net ([65.43.208.89]) by mailhost.bcv1.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP <20030209110227.LKPP28756.mailhost.bcv1.ameritech.net@heidegger.mousecar.net> for ; Sun, 9 Feb 2003 06:02:27 -0500 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6479 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6479 Hey, group! Happy Sunday. Text highlighting is working good for *.c files. I'd really like to do the same for html files. I've been through "Help | Customize | Top Level ... | Faces" a few times and haven't found a way to turn it on there. Is it possible for emacs to highlight html buffers? If so, how do I turn it on? Here's what the Customizing put in my .emacs: ============================================ ... custom-set-faces) (custom-set-variables '(font-lock-support-mode (quote fast-lock-mode)) '(global-font-lock-mode t nil (font-lock))) ============================================ Thanks. ken