help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HTML helper won't highlight


From: vAm
Subject: HTML helper won't highlight
Date: Thu, 13 Nov 2003 13:40:37 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030727 Thunderbird/0.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]