actionscript-mode for EmacsW32

Ben Leiting just sent me his modifications of actionscript-mode.el to get it to work with EmacsW32. I don’t have time right now to merge the two versions together, but you can download his version here. You’ll want to remove the “.w32″ from the end of the filename after you download it. Thanks Ben!

One Response to “actionscript-mode for EmacsW32”

  1. Vagn Says:

    May I you suggest some colors for people running with light backgrounds:

    Add the following

    (if (equal (frame-parameter nil ‘background-mode) ‘light)
    (setq red “darkred” green “green4″ yellow “darkmagenta” blue “blue”
    magenta “turquoise4″ cyan “navy”))

    After the line ” (white “#f0f0f0″))” (Line 328)

    The proper way to support this is probably by using the “background” attribute in the defface calls.