emacs / autocompletion

luthi at vaw.baug.ethz.ch luthi at vaw.baug.ethz.ch
Thu Jan 18 11:23:07 EST 2001


This will give you some autocompletion, not only of Python variables, but of
anythin in any of your buffers (type the key several times in order to cycle
throug all possibilites). 

(global-set-key [f3]       'dabbrev-expand)

(put this in your .emacs file, choose another key than f3 if you like)

this-time-elisp-ingly-instead-of-python-ingly-yours

Martin Lüthi



More information about the Python-list mailing list