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: Sat, 18 Nov 2006 12:04:59 +0900 Message-ID: References: <20061114074507.GA26493@localdomain> <20061116113746.GA5373@localdomain> <20061118025413.GB25925@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 1163819074 31486 80.91.229.2 (18 Nov 2006 03:04:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Nov 2006 03:04:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 18 04:04:32 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 1GlGVL-0006PW-RG for ged-emacs-devel@m.gmane.org; Sat, 18 Nov 2006 04:04:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlGVL-0000xS-D9 for ged-emacs-devel@m.gmane.org; Fri, 17 Nov 2006 22:04:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GlGV8-0000w6-G5 for emacs-devel@gnu.org; Fri, 17 Nov 2006 22:04:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GlGV6-0000vX-7H for emacs-devel@gnu.org; Fri, 17 Nov 2006 22:04:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlGV6-0000vU-4J for emacs-devel@gnu.org; Fri, 17 Nov 2006 22:04:16 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GlGV5-00058L-DO for emacs-devel@gnu.org; Fri, 17 Nov 2006 22:04:15 -0500 Original-Received: from smtp1.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id kAI34DY6007572; Sat, 18 Nov 2006 12:04:13 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id kAI34CBs000137; Sat, 18 Nov 2006 12:04:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GlGVn-0000S6-00; Sat, 18 Nov 2006 12:04:59 +0900 Original-To: zhaohs In-reply-to: <20061118025413.GB25925@localdomain> (message from zhaohs on Sat, 18 Nov 2006 10:54:13 +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:62408 Archived-At: In article <20061118025413.GB25925@localdomain>, zhaohs writes: > On Fri, Nov 17, 2006 at 08:11:40PM +0900, Kenichi Handa wrote: > > In article <20061116113746.GA5373@localdomain>, zhaohs writes: > > > > > Though I can use the following command to run emacs and display full unicode chinese characters correctly: > > > > > ====================== > > > emacs --enable-font-backend -fn "Dejavu Sans Mono-14" > > > ====================== > > > > > But I find that if I use the above command, the *SCIM* input method won't be > > > activated by *Ctrl+SPACE*, > > > > Again, I can't reproduce that bug, but I suspect that your > > emacs fails to create a fontset for XIC (XInputContext). > > As I've just installed some workaround for such a case, > > please try again with the latest code. > I have done this, but the problem is still the same. > So I Run emacs under gdb again, the following is the debuging results: > ==================================================== > zhaohs@ubuntu-edgy:~/cvs-svn/emacs$ cd src/ > zhaohs@ubuntu-edgy:~/cvs-svn/emacs/src$ gdb emacs > GNU gdb 6.4.90-debian > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i486-linux-gnu"...Using host libthread_db > library "/lib/tls/i686/cmov/libthread_db.so.1". > DISPLAY = :0.0 > TERM = xterm > Breakpoint 1 at 0x81035b6: file emacs.c, line 464. > Breakpoint 2 at 0x811c3c6: file sysdep.c, line 1385. > (gdb) run --enable-font-backend No, no, the workaround I installed is against the problem of activating SCIM input method. So, please run Emacs as this % emacs --enable-font-backend -fn "Dejavu Sans Mono-14" and check if C-SPC activates SCIM. --- Kenichi Handa handa@m17n.org