bughtml-helper-mode - Bugs: bug #30448, html-helper-mode with ASP-files...

 
 

bug #30448: html-helper-mode with ASP-files does not work

Submitter:  Victor <kamus>
Submitted:  Wed 14 Jul 2010 06:57:52 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 14 Jul 2010 06:59:42 PM UTC, comment #1: 
Victor <kamus>
Wed 14 Jul 2010 06:57:52 PM UTC, original submission:  

This report was originally filled at:
https://bugs.edge.launchpad.net/ubuntu/+source/html-helper-mode/+bug/172790


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.

Victor <kamus>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kamus (Submitted the item)
  • -email is unavailable- added by kamus
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-07-14 kamus Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code