> I would like to write wx code in emacs. For now I'm using python-mode
> but I hope they are stuff which make it easier. I mean some
> autocompletion or abbrevs of such things as wx.ALIGN* wx.EVT_* ... 

Create a TAGS-file using e.g.

find <path-to-wx-installation> -type f | xargs -L1 etags --append

Then use the emacs completion-feature M-/

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to