From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#12352: 24.2.50; Failure to compose characters in mode-line input method indicator Date: Sat, 22 Sep 2012 11:21:41 +0300 Message-ID: <83lig2wjqi.fsf@gnu.org> References: <87zk4id7po.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1348302197 2455 80.91.229.3 (22 Sep 2012 08:23:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Sep 2012 08:23:17 +0000 (UTC) Cc: 12352@debbugs.gnu.org To: Kenichi Handa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 22 10:23:21 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TFKzh-00036O-JA for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Sep 2012 10:23:21 +0200 Original-Received: from localhost ([::1]:40713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKzc-0005Oc-U8 for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Sep 2012 04:23:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKz5-0005O9-JS for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:23:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFKyi-0001II-O1 for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:22:43 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKyi-0001ID-LF for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:22:20 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TFL0L-0003gW-TO for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:24:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Sep 2012 08:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12352 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12352-submit@debbugs.gnu.org id=B12352.134830222514139 (code B ref 12352); Sat, 22 Sep 2012 08:24:01 +0000 Original-Received: (at 12352) by debbugs.gnu.org; 22 Sep 2012 08:23:45 +0000 Original-Received: from localhost ([127.0.0.1]:48013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TFL01-0003fw-6a for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:23:45 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:33947) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TFKzw-0003fl-GD for 12352@debbugs.gnu.org; Sat, 22 Sep 2012 04:23:40 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MAQ00G00S87B400@a-mtaout23.012.net.il> for 12352@debbugs.gnu.org; Sat, 22 Sep 2012 11:21:53 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MAQ00G6YSKGBA10@a-mtaout23.012.net.il>; Sat, 22 Sep 2012 11:21:53 +0300 (IDT) In-reply-to: <87zk4id7po.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:64718 Archived-At: > From: Kenichi Handa > Cc: handa@gnu.org > Date: Sat, 22 Sep 2012 13:04:03 +0900 > > In article <876279dvv7.fsf@gnu.org>, Kenichi Handa writes: > > > I think I tracked down the problem to the function > > composition_reseat_it which calls autocmp_chars. This bug > > happens when a Hebrew (or any other R2L script) syllable has > > N characters and a font selected for the last character of > > the syllable is different from a font selected for the first > > character. But, autocmp_chars was not coded to work on such > > a situation. I'm now trying to find a solution. > > I've just installed a fix to the trunk. Could you please > try it? Thanks, it works now the same in both buffer and mode-line display. I think you can close this bug now. The last character, HEBREW ACCENT OLE, is still not composed with the first two, both in the buffer display and on the mode line. But I understand that this is because that character is taken from a different font, and we don't currently support compositions for characters that come from different fonts, is that right? If I use the "Keter YG" font for Hebrew, then all 3 of the characters are composed.