Re: python-mode tab completion problem

2005-02-03 Thread Fernando Perez
Skip Montanaro wrote: > > test1dellboy3> I am exploring python-mode on emacs. When I open foo.py > test1dellboy3> in emacs and hit C-!, it starts the python interpreter in > test1dellboy3> another window. Next, I execute - > > ... > > That's not really intended to be used as an

Re: python-mode tab completion problem

2005-02-03 Thread Skip Montanaro
test1dellboy3> I am exploring python-mode on emacs. When I open foo.py test1dellboy3> in emacs and hit C-!, it starts the python interpreter in test1dellboy3> another window. Next, I execute - ... That's not really intended to be used as an interactive session with all sorts of b

python-mode tab completion problem

2005-02-03 Thread test1dellboy3
Hi, I am exploring python-mode on emacs. When I open foo.py in emacs and hit C-!, it starts the python interpreter in another window. Next, I execute - import rlcompleter, readline readline.parse_and_bind('tab: complete') Now I will test the completion by trying to complete sys.v (which could be