Kobayashi Noritada wrote on 2008-05-22: > po-mode provides po-auto-replace-revision-date, an option for users to > decide whether PO-Revision-Date field in the header should be > automatically updated or not. However, when users choose holding that > field, by setting that variable to "ask" and answering "n" to "May I set > PO-Revision-Date? (y or n) " or by setting that variable to "nil", the > field is not updated AND THE BUFFER IS NOT SAVED. I've confirmed that > this issue represents in Emacs 21 and Emacs 22. > > This may be a bug due to a fact[1] that Emacs considers the buffer is > saved when a hook in write-contents-hooks returns non-nil. So, I've > created a patch to fix the issue. Could you please apply it?
Thank you. Indeed this is a documented behaviour of Emacs: http://www.delorie.com/gnu/docs/elisp-manual-21/elisp_383.html I have applied your patch. Many thanks! Bruno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

