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
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
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