From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: vAm Newsgroups: gmane.emacs.help Subject: HTML helper won't highlight Date: Thu, 13 Nov 2003 13:40:37 +0530 Organization: Webplus NEWS server Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068711361 6906 80.91.224.253 (13 Nov 2003 08:16:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2003 08:16:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 13 09:15:57 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 1AKCdx-0004QG-01 for ; Thu, 13 Nov 2003 09:15:57 +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 1AKDaO-0000d0-MR for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2003 04:16:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!newsfeed.stueberl.de!news1.spb.su!news.wplus.net!newsfeed.wplus.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 216.236.98.130 Original-X-Trace: news.wplus.net 1068710807 90518 216.236.98.130 (13 Nov 2003 08:06:47 GMT) Original-X-Complaints-To: usenet@news.wplus.net Original-NNTP-Posting-Date: Thu, 13 Nov 2003 08:06:47 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030727 Thunderbird/0.1 X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:118195 Original-To: help-gnu-emacs@gnu.org 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:14136 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14136 hi, I've followed the instructions given. HTML helper mode is working but it's not highlighting(no colors) the tags. What could be the possible problem. The code I've added to my .emacs is (setq load-path (cons "/home/krishna/html-helper-mode/" load-path)) (autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t) (setq auto-mode-alist (cons '("\.html$" . html-helper-mode) auto-mode-alist)) I've no idea what this means. I don't know LISP and I've been using Emacs for the past couple of weeks. Any help is highly appreciated. vAm