Public bug reported:

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-set-variables
 '(html-helper-mode-global-JSP-not-ASP nil nil (html-helper-mode))
 '(html-helper-mode-uses-visual-basic t nil (html-helper-mode)))

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

First of all, if the speedbar isn't active, an error appears in the
Messages log, when trying to switch to the asp-html-helper-mode. However
I don't think this causes any functional problems.

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.

** Affects: html-helper-mode (Ubuntu)
     Importance: Undecided
         Status: New

-- 
html-helper-mode with ASP-files does not work
https://bugs.launchpad.net/bugs/172790
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to