flymake / emacs-flymake

Continuous syntax checking for Emacs. Fork to add max parallel invocations and other bug fixes.
http://www.illusori.co.uk/projects/emacs-flymake/
GNU General Public License v3.0
184 stars 36 forks source link

add support for gettext po files with msgfmt -c #4

Closed alikins closed 12 years ago

alikins commented 12 years ago

Show errors that msgfmt -c finds in a gettext po file. Seems to work with the built in regexes.

illusori commented 12 years ago

Looks good, thanks for the patch. :)