Pymacs problem

Skip Montanaro skip at pobox.com
Thu Oct 21 17:00:18 EDT 2004


    Alberto> So, maybe try

    Alberto>     (defun py-complete ()
    Alberto>       (interactive)
    Alberto>       (let ((pymacs-forget-mutability t)) 
    Alberto>    (pycomplete-pycomplete (py-symbol-near-point)
    Alberto>                                (py-find-global-imports))))

Thanks.  Worked like a charm...

Skip



More information about the Python-list mailing list