help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-23 ipython tab completion broken?


From: Thierry Volpiatto
Subject: Re: emacs-23 ipython tab completion broken?
Date: Wed, 22 Jul 2009 20:55:55 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

Hi,

Neal Becker <ndbecker2@gmail.com> writes:

> I'm using emacs "23.0.96.1" and ipython "$Revision: 2927 $".  Not sure when 
> this started, but hitting TAB no longer works in *Python* buffer.  I always 
> get "Can't find completion for xxx"
Same problem for me.
Here what i found on google:

http://www.nabble.com/TAB-Completion-for-emacs-with-python-2.6-td22025019.html

So just add that to .emacs and it should work.

(setq ipython-completion-command-string 
"print(';'.join(__IP.Completer.all_completions('%s')))\n")

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





reply via email to

[Prev in Thread] Current Thread [Next in Thread]