IPython ZMQ layer
as IPython is a huge project of it's own, seems worth some considerations when dealing with it from python-mode.
For the moment the following bug-report from Sat, 03 Sep 2011 12:16:04 +0200, <email address hidden>:
;;;;;;;;;;;;;;;
On 3 September 2011 04:12, Pedro Kroger <email address hidden> wrote:
> > But, ipython.el is broken in 0.11 (I tested with emacs 23.3).
> > This pull request uses the new --color=foo syntax:
> >
> > https:/
> >
> > Also, completion is not working on ipython.el shell. I get things like
> > "Can't find completion for "os.path.""
> >
Thanks, Pedro. If you're comfortable working with emacs lisp, feel free to
make more extensive changes to ipython.el, or to write a new one. Paul
Ivanov recently wrote a very nice IPython integration layer for vim, using
the new ZMQ protocol. I'm sure emacs users would love something similar, but
so far no-one's been motivated to write it.
Best wishes,
Thomas
;;;;;;;;;;;;;;;;
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Medium
- Drafter:
- Andreas Roehler
- Direction:
- Needs approval
- Assignee:
- Andreas Roehler
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Good progress
- Milestone target:
- None
- Started by
- Andreas Roehler
- Completed by
Related branches
Related bugs
Bug #835151: py-shell invoking python not ipython | Fix Released |
Bug #878288: run-hook-with-args: Symbol's function definition is void: shell-directory-tracker | Fix Released |
Sprints
Whiteboard
ipython.el comments:
;; It also enables a
;; persistent py-shell command history across sessions (if you exit python
;; with C-d in py-shell)
Think that's not IPython related, Will take it from ipython.el into python-mode.el