Great stuff!

Here are some suggestions that might be useful:
 - named fields:
consider this java-template: "Iterator $${it} =
$${list}.iterator();\nwhile( $${it}.hasNext() ) {\n$${Object} $${obj} =
$${it}.next();\n"

 - indentation (i've seen your commented "indent-region" and commented
it out)

pressing shift + TAB did not work for me, I recommend you to replace
your "S-iso-lefttab" by "S-tab"...

Your package is very intuitive and easy to use...
As far as I remember (and as far as I understand) there is something
comparable called tempo (tempo.el). But I didn't have a look at it
because it seems to be quite complex...

Good job!

_______________________________________________
Gnu-emacs-sources mailing list
Gnu-emacs-sources@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to