I've tried the past few days build by myself a fully functional Python IDE with Emacs and ECB. The last step I'm trying to reach is to save the ECB session with all ongoing process (like Python Shell and Backtrace buffer).
I've tried with windows.el and revive.el but both can't restore ECB and process, they only restore the file and the windows' splits positions & sizes.
Does anyone has an idea how to do this for save the schema above?
+--------------------------------------------------+
|ECB path w| |
+----------| |
|ECB W0 | My python file |
+----------| |
|ECB W1 | |
+----------|---------------------------------------+
|ECB W2 | *Backtrace* | Python Shell +
+--------------------------------------------------+