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 17:44:16 +0900 Message-ID: References: <20061116113746.GA5373@localdomain> <20061118025413.GB25925@localdomain> <20061118032327.GA27684@localdomain> <20061120030401.GB5498@localdomain> <20061120040501.GA7539@localdomain> <20061120053240.GB12383@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 1164012239 5989 80.91.229.2 (20 Nov 2006 08:43:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 08:43:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 20 09:43:57 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 1Gm4ks-0005WW-M8 for ged-emacs-devel@m.gmane.org; Mon, 20 Nov 2006 09:43:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm4kr-00083J-3F for ged-emacs-devel@m.gmane.org; Mon, 20 Nov 2006 03:43:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gm4kb-00082K-57 for emacs-devel@gnu.org; Mon, 20 Nov 2006 03:43:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gm4kZ-00081c-G3 for emacs-devel@gnu.org; Mon, 20 Nov 2006 03:43:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm4kZ-00081Y-CY for emacs-devel@gnu.org; Mon, 20 Nov 2006 03:43:35 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gm4kY-0005Xq-Tw for emacs-devel@gnu.org; Mon, 20 Nov 2006 03:43:35 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id kAK8hVmG001269; Mon, 20 Nov 2006 17:43:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp (mail.aist.go.jp [150.29.246.12]) by rqsmtp2.aist.go.jp with ESMTP id kAK8hVBP025058; Mon, 20 Nov 2006 17:43:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id kAK8hUuX025597; Mon, 20 Nov 2006 17:43:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Gm4lE-00077q-00; Mon, 20 Nov 2006 17:44:16 +0900 Original-To: Hongsheng In-reply-to: <20061120053240.GB12383@localdomain> (message from Hongsheng on Mon, 20 Nov 2006 13:32:40 +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:62543 Archived-At: In article <20061120053240.GB12383@localdomain>, Hongsheng writes: > [1 ] > > > (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? > Yes, I can. > BTW, when compiling the Emacs, I configured the Emacs with the following arguments: > =============== > ./configure --prefix=/usr \ > --x-includes=/usr/include/X11 --x-libraries=/usr/lib/X11 \ > --enable-font-backend --enable-asserts \ > --enable-locallisppath=/usr/share/emacs/site-lisp:/etc/emacs-snapshot/site-start.d > \ > --enable-largefile --with-pop --with-sound \ > --with-x=yes --with-x-toolkit=gtk --with-toolkit-scroll-bars \ > --with-xpm --with-jpeg --with-tiff --with-gif --with-png \ > --with-freetype --with-xft --with-xim > =============== > > Could you run configure script again and show me the all > > output and the contents of generated src/config.h. > See the attachments, please. I couldn't find any problem with them. Sigh... Ok, then how about setting break point as this: (gdb) br create_frame_xic and use "s" command to step into the function xic_create_fontset. --- Kenichi Handa handa@m17n.org