2

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   +
+--------------------------------------------------+
Artjom B.
  • 61,146
  • 24
  • 125
  • 222
chuugar
  • 73
  • 5
  • You can try `workgroups2` extension https://github.com/pashinin/workgroups2 but it has an open issue about ECB. If you drop a comment there - I'll spend more time on this problem. – Sergey May 21 '14 at 11:17
  • I've got a strange error output: `This \`cl-labels' requires \`lexical-binding' to be non-nil [4 times] or: Wrong number of arguments: #[(cl-item cl-seq cl-start &optional cl-end cl-from-end)` plus a lot of randoms symbols. I guess this is because I'm running emacs 23 on Debian Wheezy. Workgroups2 seems to be a recent fork and might be only compatible with emacs24... – chuugar May 21 '14 at 13:15
  • yes, that's true, I didn't test it on 23, sorry – Sergey May 21 '14 at 14:18

0 Answers0