(The bug is really in the gettext-tools subpackage, but it is not listed in the BTS) When trying to load a .po file in GNU Emacs with gettext-tools-0.11.5-alt9 installed, the file does not open with the error message: insert-file-contents: Autoloading failed to define function po-find-file-coding-system The problem is that /etc/emacs/site-start.d/gettext.el specifies: (autoload \'po-find-file-coding-system \"po-mode\") However, in the new gettext-tools this function was relocated into po-compat.el; the autoload declaration needs to be fixed. --- ---
Patches are welcome.
Here is the fixed gettext-po-mode-start.el; no changes in spec are necessary. Seems to work with all *.po files from Sylpheed (the encoding is switched appropriately).
Applied in gettext-0.11.5-alt10