Ok here is what i though would be awesome to have: Firefox to log all <code> tags in a file so that emacs can find autocompletions from there. This should be done without asking permission or bothering the user otherwise. Also, lazy as I am, if creating an entire extension for that can be avoided i would embrace that. Any ideas on how that can happen or if something like that already exists(like an extension) to get ideas from?

link|improve this question

38% accept rate
FWIW, the description of the idea makes very little sense. – Nickolay Dec 3 '11 at 22:34
i find it is quite simple and straightforward: the desired behavior is that whenever ff renders a <code> html tag it writes the contents in a file. – fakedrake Dec 3 '11 at 22:58
feedback

1 Answer

You can't do automatic writes to file without an extension. This shouldn't be too hard to write in the Addon SDK: use page-mod to get notified of new pages, pass the data you want to save to the main add-on, then use the internal file module to write the data.

link|improve this answer
I will try that thank you! – fakedrake Dec 4 '11 at 13:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.