5
votes
5answers
264 views
Is there any way to create a “project file” in emacs?
I say "project file" in the loosest sense. I have a few python projects that I work on with ropemacs using emacs W32 for Windows. What would be ideal is if I could have an icon I …
1
vote
1answer
67 views
Tracking down max-specpdl-size errors in emacs
I've been randomly getting the following error in emacs:
Variable binding depth exceeds max-specpdl-size
...and I've been getting it at very random moments. After researchin …
0
votes
1answer
155 views
How do I do cross-project refactorings with ropemacs?
I have a file structure that looks something like this:
project1_root/
tests/
...
src/
.ropeproject/
project1/
... (project1 source cod …
