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

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

html-helper and asp help


From: So Hok Chun, Bill
Subject: html-helper and asp help
Date: Mon, 7 Jul 2003 05:21:59 +0800

Dear all,

I found many discussions about editing asp file in html-helper mode.

I tried to do what others suggest to do in previous discussions... however,
I can't make it work.

My problem:

VB script code inside <% ... %> block is always highlighted to pink when a
ASP file is opened.  Once I started editing the code inside the <%..%>
block, the characters I typed onwards is in black.  (No syntax
highlighting).

I am using emacs 21 in Win2k. I think html-helper 3.0.4jolly.

Please help me.

Attached is my .emacs configuration

Many thanks,
Bill

My .emacs configuration:

(autoload 'visual-basic-mode "visual-basic-mode" "Visual Basic mode." t)
(setq auto-mode-alist (append '(("\\.\\(vbs\\|kix\\|cls\\)$" .
visual-basic-mode)) auto-mode-alist))

(setq html-helper-mode-global-JSP-not-ASP nil)
(setq html-helper-mode-uses-KG-style t)
(setq html-helper-mode-uses-visual-basic t)

(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\\.html$" . html-helper-mode)
auto-mode-alist))
(setq auto-mode-alist (cons '("\\.asp$" . html-helper-mode)
auto-mode-alist))





reply via email to

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