Implemented Skeletons after GNU/Emacs python.el
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:05 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:05 +0000 (00:03 -0300)
commite2803784cfbd622a60874f3a1d20a0e0decd7161
tree068344525fec4af7ae73aa7b5ba16e4d05f5f135
parent67845102b2dc195067a6048631a8319d735497a3
Implemented Skeletons after GNU/Emacs python.el

6 basic skeletons are defined: class, def, for, if, try and while.

While these skeletons are strongly based on GNU/Emacs' current
python.el a better definition macro, a generic template for
try/except/finally/else blocks and a cool menu display is included.
lisp/progmodes/python.el