html-helper-mode with ASP-files does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
html-helper-mode (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: html-helper-mode
I'm using gutsy. My emacs package version is 22.1-0ubuntu5.1 and my html-helper-mode package version is 3.0.4kilo-2.
I have enabled the following in my .emacs to make html-helper-mode default to using visual-basic-mode when editing .asp-files:
(custom-
'(html-
'(html-
(autoload 'asp-html-
(setq auto-mode-alist (cons '("\\.asp$" . asp-html-
First of all, if the speedbar isn't active, an error appears in the Messages log, when trying to switch to the asp-html-
But when switching to vbscript-mode by pressing F4, the indentation functionality in visual-basic-mode does not work correctly, and causes the error "Invalid regular expression" whenever the tab-button is pressed.
Furthermore the highlighting in visual-basic-mode is case sensitive, which is a bit strange considering that the language is case insensitive.
Attached is a fix for this problem.