Is it possible to configure Emacs, so that it saves all files when the emacs window loses focus?
|
|
In that case, instead of switching to the browser application, order Emacs to load the browser application (
And hook it to a convenient binding. Or you can still use the |
|||||
|
|
I use this, it will only work if emacs is running under X (like it probably would in something like ubuntu).
|
||||
|
|
Not sure if this is what you want.
From: http://www.dribin.org/dave/blog/archives/2003/09/10/emacs/ EDIT: It only seems to work in XEmacs |
||||
|
|
You can use `auto-save-interval' to save every n characters you type. Mine is set to 100. So about every 2-3 lines of code, maybe?
This doesn't answer your original question; it's just a way to achieve something similar. |
|||
|