Tagged Questions
6
votes
7answers
868 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 could click on on ...
4
votes
1answer
889 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 researching this, it seems as ...
1
vote
1answer
256 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 code)
project2_root/
...
0
votes
1answer
42 views
Can you pipe ropemacs suggestions to another command?
is there a way of getting the completions suggestions from ropemacs' rope-code-assist (bound to "M-/" in ropemode) to use in another command?
What I'm trying to do is something like this:
(defun ...