all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs conflits with SCIM
@ 2006-05-21 16:22 Guo Wei-Wei
  2006-05-22 13:46 ` Leon
  0 siblings, 1 reply; 4+ messages in thread
From: Guo Wei-Wei @ 2006-05-21 16:22 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 482 bytes --]

Hi, every one.

Does any use SCIM as emacs input method? My emacs conflits with SCIM. When I
start SCIM first, emacs cannot call SCIM out; when I start emacs first,
emacs is closed as soon as I run "scim -d". SCIM works with all my
applications except emacs.

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'm using Emacs 23 on X and my locale is zh_CN.UTF-8.

[-- Attachment #1.2: Type: text/html, Size: 503 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: emacs conflits with SCIM
  2006-05-21 16:22 emacs conflits with SCIM Guo Wei-Wei
@ 2006-05-22 13:46 ` Leon
  0 siblings, 0 replies; 4+ messages in thread
From: Leon @ 2006-05-22 13:46 UTC (permalink / raw)


"Guo Wei-Wei" <wwguocn@gmail.com> writes:

> Hi, every one.
>
> Does any use SCIM as emacs input method? My emacs conflits with SCIM. When I start SCIM first,
> emacs cannot call SCIM out; when I start emacs first, emacs is closed as soon as I run "scim
> -d". SCIM works with all my applications except emacs.
>
> 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'm using Emacs 23 on X and my locale is zh_CN.UTF-8.
>

I'm not sure if this is related. But did you compiled emacs with
"--without-xim"?

-- 
Leon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: emacs conflits with SCIM
       [not found] <mailman.2127.1148228528.9609.help-gnu-emacs@gnu.org>
@ 2006-05-25  8:24 ` Jijun MA
  2006-05-25  9:10   ` Guo Wei-Wei
  0 siblings, 1 reply; 4+ messages in thread
From: Jijun MA @ 2006-05-25  8:24 UTC (permalink / raw)


"Guo Wei-Wei" <wwguocn@gmail.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: emacs conflits with SCIM
  2006-05-25  8:24 ` Jijun MA
@ 2006-05-25  9:10   ` Guo Wei-Wei
  0 siblings, 0 replies; 4+ messages in thread
From: Guo Wei-Wei @ 2006-05-25  9:10 UTC (permalink / raw)


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="zh_CN.UTF-8"
LANG="zh_CN.UTF-8" scim -d
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE="scim"
export QT_IM_MODULE="scim"
fvwm

2006/5/25, Jijun MA <jjmmma@gmail.com>:
> "Guo Wei-Wei" <wwguocn@gmail.com> 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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-25  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-21 16:22 emacs conflits with SCIM Guo Wei-Wei
2006-05-22 13:46 ` Leon
     [not found] <mailman.2127.1148228528.9609.help-gnu-emacs@gnu.org>
2006-05-25  8:24 ` Jijun MA
2006-05-25  9:10   ` Guo Wei-Wei

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.