[IPython-user] python-mode tab completion problem
Stefan van der Walt
stefan at sun.ac.za
Wed Dec 7 15:38:54 CST 2005
I installed pymacs and pycomplete and loaded both -- they don't seem
to influence this in any way. Do you have access to a machine with a
newer version of emacs, or can you upgrade yours?
Stéfan
On Wed, Dec 07, 2005 at 03:39:00PM -0500, Kamen Todorov wrote:
> Stefan van der Walt <stefan at sun.ac.za> writes:
>
> > Can you describe exactly what it is that doesn't work (and a way to
> > reproduce it)?
>
> Tab-completion does not work for me.
>
> I have:
>
> (add-to-list 'load-path "~/el/lib/")
>
> ;;;; Python Mode
> (setq load-path (append load-path '("~/el/lib/python-mode-1.0/")))
> (require 'python-mode)
> (require 'pycomplete)
> (require 'ipython)
>
> My ipython.el resides in ~/el/lib/
>
> When I open a .py file and do C-c C-! a new *Python* buffer is created
> in [[(Comint:run minor)]] mode. ipython runs ok with exception to the
> the tab-completion. Hitting tab just adds spaces. M-tab gives a "No
> tags table loaded; Try M-x visit-tags-table" message.
>
> Kamen
More information about the IPython-user
mailing list