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: A very strange thing about Emacs working with flyspell! Date: Mon, 20 Nov 2006 13:22:24 +0900 Message-ID: References: <20061114074507.GA26493@localdomain> <20061116113746.GA5373@localdomain> <20061118025413.GB25925@localdomain> <20061118032327.GA27684@localdomain> <20061120030401.GB5498@localdomain> <20061120040501.GA7539@localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1163996525 3091 80.91.229.2 (20 Nov 2006 04:22:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 04:22:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 20 05:22:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gm0fN-00053r-GF for ged-emacs-devel@m.gmane.org; Mon, 20 Nov 2006 05:21:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm0fM-0006z1-UG for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2006 23:21:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gm0fA-0006yw-P5 for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:21:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gm0f8-0006yO-Aq for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:21:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm0f8-0006yL-4z for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:21:42 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gm0f7-0006PL-Nx for emacs-devel@gnu.org; Sun, 19 Nov 2006 23:21:42 -0500 Original-Received: from smtp2.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id kAK4LdZb004391; Mon, 20 Nov 2006 13:21:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id kAK4LdkM027794; Mon, 20 Nov 2006 13:21:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Gm0fo-0003ic-00; Mon, 20 Nov 2006 13:22:24 +0900 Original-To: Hongsheng In-reply-to: <20061120040501.GA7539@localdomain> (message from Hongsheng on Mon, 20 Nov 2006 12:05:01 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:62534 Archived-At: In article <20061120040501.GA7539@localdomain>, Hongsheng writes: > (gdb) br xic_create_fontset > Function "xic_create_fontset" not defined. > Make breakpoint pending on future shared library load? (y or [n]) y ??? This means that xic_create_fontset is not compiled into your Emacs, and that means that HAVE_X_I18N is not defined in your src/config.h. Can you use SCIM if you run Emacs without --enable-font-backend? If no, the problem is not related to font-backend code. Could you run configure script again and show me the all output and the contents of generated src/config.h. --- Kenichi Handa handa@m17n.org