Wednesday 18 October 2017

window - emacs workgroups and interpreters


I have installed workgroups2 from melpa and am trying to configure my ideal workgroups. For my first work group, I wish to have 4 windows. In the first window will by an R script (code written in R) in the window next to it will be an R interpreter. In the 3rd window will be python code and likewise, the window next to it will be a python interpreter.


I created this setting in emacs:enter image description here


Next, I saved the workgroup and then proceeded to test it. I closed emacs, reopened it and loaded the workgroup. To my surprise, neither of the interpreters were loaded.



  1. How can I get both the python interpreter and R interpreter to be saved in a workgroup?

  2. Is it possible to save interpreters in workgroups?


Note that I use emacs 24.3 and Ubuntu 12.04 LTS. Thanks for all the help!



Answer



That's called special buffers. (Not a file or dir to restore) Right now only default shells, Magit status, Agenda (and a few other buffer types) are restored.


I'm going to dig now to write support for these interpreters.


And you can help:



  • what commands do you use to start those buffers (especially R)


We can continue discussion on Github


Update:



  1. Pushed basic support for restoring Python shell


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...