writing wx code in emacs - how to make easier?

Diez B. Roggisch deets at nospam.web.de
Sun Nov 12 11:26:08 EST 2006


> 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



More information about the Python-list mailing list