kazu-yamamoto / Firemacs

An extension to add Emacs's editing features to Firefox
http://www.mew.org/~kazu/proj/firemacs/
107 stars 12 forks source link

FF 4 compatibility #4

Closed diegov closed 13 years ago

diegov commented 13 years ago

I made a couple of changes to make firemacs work with FF4. I basically just hacked around until it worked, but in the end I think it was just explicitly adding the firemacs.xul overlay to chrome.manifest that fixed it. I don't know much about FF extensions but I'm guessing firemacs.xul was getting loaded automatically in FF3 (based on addon name match?) and this isn't happening in FF4.

The changes are so small that it might be quicker for you to apply them manually than it would be to pull them, but here they are anyway.

Cheers Diego

kazu-yamamoto commented 13 years ago

I really really appreciate for this pull request. Thank you very much.