GNU bug report logs -
#5146
Malayalam conjuncts are not formed inside 'call editor' buffer of po-mode
Previous Next
Reported by: Praveen A <pravi.a <at> gmail.com>
Date: Mon, 7 Dec 2009 17:00:04 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
In article <3f2beab60912070854v3b818613ka526cd42f2617ac9 <at> mail.gmail.com>, Praveen A <pravi.a <at> gmail.com> writes:
> While in po-mode, editor is called by pressing enter when cursor is in
> msgstr. Though conjuncts are formed in the main editor window, the pop
> up 'Call Editor' window does not form conjuncts. Attached screen shot
> shows difference between the two renderings.
> http://websvn.kde.org/*checkout*/trunk/l10n-kde4/ml/messages/kdebase/plasma=
> _applet_clock.po
> can be used for testing this. Move cursor to any msgstr line and press
> enter. Compare rendering in the main editor window and new pop up
> window.
It seems that in the editor buffer, auto-composition-mode is
turned off. Perhaps that's because the buffer is in
fundamental mode. This will fix that problem.
(add-hook 'po-subedit-mode-hook 'text-mode)
By the way, I don't know why auto-composition-mode is not
turned on in that buffer even if
global-auto-composition-mode is on. I'll file another bug
report.
---
Kenichi Handa
handa <at> m17n.org
This bug report was last modified 15 years and 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.