On Sun, Nov 01, 2009 at 03:13:52PM -0800, Reckoner wrote: > > these might interest you: > > > http://advice.mechanicalkern.com/question/3/how-can-i-integrate-vim-with-ipython > http://petro.tanrei.ca/2009/10/5/working-with-vim-and-ipython > http://vim.wikia.com/index.php?title=IPython_integration&diff=23850&oldid=prev > http://www.nabble.com/A-useful-couple-of-scripts-td15795814.html >
Hi, Thanks, they are indeed very interesting. But they only tell me, how I can send my current file (or current line) to ipython from vim. That is cool, but I already have that. What I want now, is that all the breakpoints enabled in ipython/pdb are visible in gvim. And I am wondering if they could communicate through a "breakpoint-list-file". Regards, Nathan > On Nov 1, 9:36 am, Nathan Huesken <[email protected]> wrote: > > Hi, > > > > I am trying to figure out how to connect ipython with gvim. > > > > I start gvim in server mode: > > gvim --servername ipython > > > > and jump to a certain position in a file with: > > gvim --servername ipython --remote +%d %s > > > > where %d and %s are replaced linenumber and filename. > > > > Now, I want to display the error position and debug points in gvim. > > I need to figure out a way to send this information from ipython to > > gvim. > > > > So how could gvim "receive" this information? Is the quickfix list a > > good idea? How would that work? > > > > (I am just asking for the gvim side). > > > > Thanks! > > Nathan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
