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 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 -~----------~----~----~----~------~----~------~--~---
