active questions tagged ropemacs - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T10:21:26Z http://stackoverflow.com/feeds/tag/ropemacs http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1322591/tracking-down-max-specpdl-size-errors-in-emacs 1 Tracking down max-specpdl-size errors in emacs Jason Baker 2009-08-24T13:54:14Z 2009-08-24T17:04:35Z <p>I've been randomly getting the following error in emacs:</p> <blockquote> <p>Variable binding depth exceeds max-specpdl-size</p> </blockquote> <p>...and I've been getting it at very random moments. After researching this, it seems as though some elisp somewhere is recursing too deeply. Are there any strategies for tracking this down? I'm totally at a loss as far as what is actually causing this.</p> <p>I've gotten some errors indicating something along the lines of infinite recursion with ropemacs (but these are usually Python errors). Could something be misconfigured with ropemacs?</p> <p><strong>Update</strong>: Interestingly enough, I've found that I always get this error if I do a "C-h a" for "speedbar" but not for "rope-".</p> http://stackoverflow.com/questions/1160057/how-do-i-do-cross-project-refactorings-with-ropemacs 0 How do I do cross-project refactorings with ropemacs? Jason Baker 2009-07-21T15:46:33Z 2009-07-29T20:45:32Z <p>I have a file structure that looks something like this:</p> <pre><code>project1_root/ tests/ ... src/ .ropeproject/ project1/ ... (project1 source code) project2_root/ tests/ ... src/ .ropeproject/ project2/ ... (project2 source) </code></pre> <p>I'm frequently switching back and forth between these two projects, and project2 depends on project1. What is the best way to set up ropemacs to handle this? It would be nice if I could facilitate cross-project refactorings (which I see mentioned in the rope library reference), but I'll be happy if I can at least keep both projects open at once without having to switch back and forth.</p> http://stackoverflow.com/questions/1052969/is-there-any-way-to-create-a-project-file-in-emacs 5 Is there any way to create a "project file" in emacs? Jason Baker 2009-06-27T14:56:04Z 2009-06-28T21:58:15Z <p>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 my desktop to open up emacs, open up the rope project, and set the speed bar in the top-level directory of that project. Then I could also maybe have a way to open up the next project in its own emacs set up the same way (but for that project). Of course, it's also acceptable if there were an emacs command or a shell command I could use to achieve the same effect instead of an icon on my desktop.</p> <p>Is there any way to do this? I have absolutely no elisp-fu. :-(</p>