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!
This entry was posted
on Wednesday, March 21st, 2007 at 8:33 pm and is filed under Dev Environment, Actionscript, Emacs.
June 12th, 2007 at 1:47 pm
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.