[IPython-user] Emacs support: three problems
Prabhu Ramachandran
prabhu_r at users.sf.net
Mon Dec 13 13:30:46 CST 2004
>>>>> "JL" == John J Lee writes:
JL> OK, good tip. I wiped all my site-lisp .elc files, made a
JL> .emacs that contains just (require 'ipython), restarted emacs,
JL> and opened a Python source file. It opened in fundamental
JL> mode, and the 'python-mode' command wasn't
JL> loaded. ipython-complete and ipython-to-doctest were the only
JL> completions I got when I typed M-x ipy <TAB>.
[...]
JL> As you can see, ipython.el was accessed, but that's all.
A shot in the dark but what if you had (require 'python-mode) followed
by (require 'ipython)?
cheers,
prabhu
More information about the IPython-user
mailing list