bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

po-mode: text-mode in subedit buffer not a good idea


From: Yavor Doganov
Subject: po-mode: text-mode in subedit buffer not a good idea
Date: Wed, 01 Sep 2010 10:51:49 +0300
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

This change

2010-05-08  Bruno Haible  <address@hidden>

        * po-mode.el (po-edit-string): Assign major mode text-mode to the
        subedit buffer.
        Reported by Kenichi Handa <address@hidden>.


is causing me grief.  I have

 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))

which is quite a reasonable customization.  When translating long
messages, this automatically auto-fills the translation in the subedit
buffer, inserting superfluous newlines ("\n") where the corresponding
msgid doesn't have them.  Turning off auto-fill-mode for every long
message is rather annoying, as is manually undoing the "helpfully"
auto-filled text.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]