From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: composition bug Date: Tue, 09 Sep 2008 16:20:07 +0900 Message-ID: References: <87hc8rn3ws.fsf@cyd.mit.edu> <87r67u3k52.fsf@elegiac.orebokech.com> <87iqt53mk7.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1220944841 24620 80.91.229.12 (9 Sep 2008 07:20:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 07:20:41 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Romain Francoise Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 09 09:21:36 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcxXX-0003p1-KI for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 09:21:31 +0200 Original-Received: from localhost ([127.0.0.1]:54538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcxWS-0006OF-Hc for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 03:20:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcxWN-0006Na-HC for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:20:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcxWM-0006NC-3p for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:20:19 -0400 Original-Received: from [199.232.76.173] (port=37907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcxWL-0006N9-UI for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:20:17 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:45315) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KcxWL-0006XC-GH for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:20:17 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcxWH-00075V-Nm for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:20:14 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m897K7Lw019840; Tue, 9 Sep 2008 16:20:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m897K7b5028780; Tue, 9 Sep 2008 16:20:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m897K7qY023296; Tue, 9 Sep 2008 16:20:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KcxWB-0006Ur-2N; Tue, 09 Sep 2008 16:20:07 +0900 In-reply-to: <87iqt53mk7.fsf@elegiac.orebokech.com> (message from Romain Francoise on Tue, 09 Sep 2008 07:39:20 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by mx20.gnu.org: Solaris 9 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103722 Archived-At: In article <87iqt53mk7.fsf@elegiac.orebokech.com>, Romain Francoise writes: > Thanks, it fixes the segfault but the original problem with cursor > movement is still present. I'm surprised that you cannot reproduce > it. What could be a factor in this? My locale (en_US.UTF-8)? The > fact that I'm building without libotf? Ah, perhaps that is. I'll try without libotf too. --- Kenichi Handa handa@ni.aist.go.jp