From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Guo Wei-Wei" Newsgroups: gmane.emacs.help Subject: Re: emacs conflits with SCIM Date: Thu, 25 May 2006 17:10:34 +0800 Message-ID: References: <86hd3ey0js.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148548252 5640 80.91.229.2 (25 May 2006 09:10:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 09:10:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 25 11:10:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjBrk-0001Kz-BT for geh-help-gnu-emacs@m.gmane.org; Thu, 25 May 2006 11:10:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjBrj-0005zn-Lw for geh-help-gnu-emacs@m.gmane.org; Thu, 25 May 2006 05:10:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjBrZ-0005zi-M2 for help-gnu-emacs@gnu.org; Thu, 25 May 2006 05:10:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjBrX-0005zW-9i for help-gnu-emacs@gnu.org; Thu, 25 May 2006 05:10:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjBrX-0005zT-4O for help-gnu-emacs@gnu.org; Thu, 25 May 2006 05:10:35 -0400 Original-Received: from [64.233.162.206] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FjBwA-0005rR-Cv for help-gnu-emacs@gnu.org; Thu, 25 May 2006 05:15:22 -0400 Original-Received: by nz-out-0102.google.com with SMTP id i11so1750605nzi for ; Thu, 25 May 2006 02:10:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MsWY8ZFiMxG8KRlxEfjJHsdZLApKfdL+THtBAJvcoi+VnuZDNvP4tIogVjqkcxdCjWygi2Hb3mKlPXvMwfbz1LyoeMB8yPiWe6GAj339wbv2I7+ZNxnZge0T6xXGCUyutL3zziW9elw0GnSr1FIKq0K3IUmJlrHUJ2N4qynCSJY= Original-Received: by 10.64.152.20 with SMTP id z20mr3927900qbd; Thu, 25 May 2006 02:10:34 -0700 (PDT) Original-Received: by 10.65.244.3 with HTTP; Thu, 25 May 2006 02:10:34 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <86hd3ey0js.fsf@gmail.com> Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35236 Archived-At: Leon and Jijun Ma, thank you. I'm using Gentoo. I just emerge emacs-cvs. SCIM worked fine before I reinstall my whole system. I don't know whether it is compiled with "--without-xim" or not. I don't know how to check the make config. Can you tell me? And I also did some test. Someone said the problem might be related with .font.conf, locale and xim environment. I set locale as zh_CN.utf-8 in .xinitrc, so do xim. And I also wandered it might also related with my window manager. Then my test is following: First, run "startx" without .font.conf, .fvwm, and .xinitrc. The default wm start and I run "scim -d" manually. scim started successfully but emacs cannot toggle scim. Second, run "startx" with .font.conf and .xinitrc (which calls fvwm), and without .fvwm. The default fvwm start and I run "scim -d", scoket-frontend start and x11-frontend failed. If x11-frontend start fisrt, stocket-frontend failed. And emacs failed to toggle scim under both situations. Third, run "startx" with .font.conf, .xinitrc, and .fvwm. Things go the same as previous situation. So I think the problem is both on SCIM and on emacs. Could anyone give me any hint? My SCIM version is 1.4.4. My .xinitrc is : export LANG=3D"zh_CN.UTF-8" LANG=3D"zh_CN.UTF-8" scim -d export XMODIFIERS=3D@im=3DSCIM export GTK_IM_MODULE=3D"scim" export QT_IM_MODULE=3D"scim" fvwm 2006/5/25, Jijun MA : > "Guo Wei-Wei" writes: > > > Someone said it is gnome-setting-daemon that causes the problem, but I = use > > fvwm and there is no gnome-setting-daemon. Could anyone give me any > > suggestion? > I am using Emacs 22.0.50 in fvwm and with gnome-setting-daemon started > SCIM works well. > > > I'm using Emacs 23 on X and my locale is zh_CN.UTF-8. > > -- > > Regards, Jijun MA > College of software engineering, Zhejiang University > http://jjmmma.googlepages.com > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs >