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: [Torsten Bronger] 23.0.60; Unicode display problems Date: Wed, 10 Sep 2008 17:11:50 +0900 Message-ID: References: <871w022tmy.fsf@cyd.mit.edu> <87myilc8tg.fsf@physik.rwth-aachen.de> <87sks9eqxt.fsf@physik.rwth-aachen.de> <87prncctrp.fsf@physik.rwth-aachen.de> 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 1221034336 7606 80.91.229.12 (10 Sep 2008 08:12:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 08:12:16 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Torsten Bronger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 10 10:13:11 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 1KdKp2-0002Ai-KH for ged-emacs-devel@m.gmane.org; Wed, 10 Sep 2008 10:13:08 +0200 Original-Received: from localhost ([127.0.0.1]:46180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdKo1-0007Rz-Uv for ged-emacs-devel@m.gmane.org; Wed, 10 Sep 2008 04:12:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdKny-0007Rs-DL for emacs-devel@gnu.org; Wed, 10 Sep 2008 04:12:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdKnw-0007Qr-Nc for emacs-devel@gnu.org; Wed, 10 Sep 2008 04:12:01 -0400 Original-Received: from [199.232.76.173] (port=48768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdKnw-0007Qm-IK for emacs-devel@gnu.org; Wed, 10 Sep 2008 04:12:00 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:44451) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KdKnw-0004uq-A7 for emacs-devel@gnu.org; Wed, 10 Sep 2008 04:12:00 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdKns-00082W-CJ for emacs-devel@gnu.org; Wed, 10 Sep 2008 04:11:56 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m8A8Bp24017017; Wed, 10 Sep 2008 17:11:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m8A8BoRN018927; Wed, 10 Sep 2008 17:11:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m8A8BoT0015455; Wed, 10 Sep 2008 17:11:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KdKnm-0005rF-8U; Wed, 10 Sep 2008 17:11:50 +0900 In-reply-to: <87prncctrp.fsf@physik.rwth-aachen.de> (message from Torsten Bronger on Wed, 10 Sep 2008 10:03:22 +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:103751 Archived-At: In article <87prncctrp.fsf@physik.rwth-aachen.de>, Torsten Bronger writes: > I installed the -dev and -bin packages for Ubuntu of both libraries, > and now Emacs quits with a seg fault when I move the cursor over an > accented character. However, I can't tell whether the libraries are > properly installed because I don't know how to test it. Which version of m17n-flt/libotf are they? Perhaps: % pkg-config --modversion m17n-flt % pkg-config --modversion libotf will tell it. Anyway, please run Emacs under gdb and find at which point it segfaults. It seems that composition_adjust_point still has a bug. --- Kenichi Handa handa@ni.aist.go.jp