Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3400084
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:50:57+00:00 2026-05-18T04:50:57+00:00

I am enjoying learning the EMACS text editor…but I can’t help thinking that the

  • 0

I am enjoying learning the EMACS text editor…but I can’t help thinking that the HTML mode could use some work.

I am currently programming in Legacy ASP/Javascript/CSS/HTML and was wondering if there is a mode that works with this. If possible, I was also hoping the mode wouldn’t be from 10+ years ago or in a buggy state.

Thanks for your help!
Will

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T04:50:58+00:00Added an answer on May 18, 2026 at 4:50 am

    nXhtml supports classic ASP JavaScript, is frequently updated and is not very buggy. It has better ASP support (except debugging) than current versions of Visual Studio IMO; I just use VS2010 for server-side debugging when necessary.

    Here are the relevant sections of my .emacs:

    (load "autostart" t)
    (eval-after-load "mumamo-fun"
      '(define-mumamo-multi-major-mode asp-html-mumamo-mode
         "Turn on multiple major modes for ASP with main mode `nxhtml-mode'.
    This also covers inlined style and JavaScript."
         ("ASP Html Family" nxhtml-mode
          (mumamo-chunk-asp%
           mumamo-asp-chunk-inlined-script
           mumamo-chunk-inlined-script
           mumamo-chunk-style=
           mumamo-chunk-onjs=
           ))))
    (add-to-list 'auto-mode-alist '("\\.inc$" . asp-html-mumamo-mode))
    
    ; XXX this is a total hack, see:
    ; http://www.mail-archive.com/nxhtml@lists.launchpad.net/msg00197.html
    (defun tab-width-4 ()
      (setq tab-width 4))
    (add-hook 'mumamo-after-change-major-mode-hook 'tab-width-4 t)
    

    Update: For newer versions of nXhtml, you may need to change mumamo-asp-chunk-inlined-script to mumamo-chunk-asp-server-script.

    (The last bit is necessary because the ASP code I’m working on assumes 4-space tabs; feel free to ignore it if this isn’t a problem for you.)

    If you have ASP that ends in anything other than .asp or .inc, you’ll need to edit auto-mode-alist further.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm enjoying Ruby on Rails but one thing that seems overwhelming is the shear
Is there any fun, educational game (maybe a flash game, etc.) that help learning
I'm in the process of learning F# and am enjoying it so far. Almost
I know a bunch of people that are really enjoying the improvements that ASP.NET
I keep hearing that Lisp is a really productive language, and I'm enjoying SICP
I am compiling my 1st NSIS script, and enjoying the learning curve. The app
I'll start off by saying I'm new to jQuery but I am really enjoying
I am kind of new to C# .Net and I am enjoying the learning
I'm currently learning WPF. I really am enjoying it so far. I love how
I'm currently learning Ruby, and am enjoying most everything except a small string comparason

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.