unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Scim can't be activated when the arg --enable-font-backend is used.
@ 2006-12-05 10:51 Hongyi Zhao
  2006-12-07 12:26 ` Kenichi Handa
  0 siblings, 1 reply; 8+ messages in thread
From: Hongyi Zhao @ 2006-12-05 10:51 UTC (permalink / raw)
  Cc: Emacs-devel

Dear Kenichi,

I've been bewildered by this problem, when I run emacs with:

=============
% emacs --enable-font-backend
=============

then, I can't activate the SCIM by C-SPC, when I run this:

============= 
% M-x shell
=============

and run the command under shell environment of emacs like this:

=========
scim -d
=========

the emacs will say:

=====================
zhaohs@ubuntu-edgy:~$ scim -d
Smart Common Input Method 1.4.4

Launching a SCIM process with x11...
Loading socket Config module ...
Creating backend ...
Loading x11 FrontEnd module ...
Failed to launch SCIM.
====================

Sigh, what should I do?

-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
赵弘毅
--

《古从军行》
作者:李颀
白日登山望烽火,黄昏饮马傍交河。
行人刁斗风沙暗,公主琵琶幽怨多。
野营万里无城郭,雨雪纷纷连大漠。
胡雁哀鸣夜夜飞,胡儿眼泪双双落。
闻道玉门犹被遮,应将性命逐轻车。
年年战骨埋荒外,空见葡萄入汉家。

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-05 10:51 Scim can't be activated when the arg --enable-font-backend is used Hongyi Zhao
@ 2006-12-07 12:26 ` Kenichi Handa
  2006-12-07 15:11   ` Hongyi Zhao
  2006-12-08  2:58   ` Hongyi Zhao
  0 siblings, 2 replies; 8+ messages in thread
From: Kenichi Handa @ 2006-12-07 12:26 UTC (permalink / raw)
  Cc: Emacs-devel

In article <20061205105104.GA14529@localdomain>, Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> Dear Kenichi,
> I've been bewildered by this problem, when I run emacs with:

> =============
> % emacs --enable-font-backend
> =============

> then, I can't activate the SCIM by C-SPC, when I run this:

> ============= 
> % M-x shell
> =============

> and run the command under shell environment of emacs like this:

> =========
> scim -d
> =========

> the emacs will say:

> =====================
> zhaohs@ubuntu-edgy:~$ scim -d
> Smart Common Input Method 1.4.4

> Launching a SCIM process with x11...
> Loading socket Config module ...
> Creating backend ...
> Loading x11 FrontEnd module ...
> Failed to launch SCIM.
> ====================

This typically happens when you have already running scim.

By the way, I've just commited another debugging code in
xfns.c.

Please update your cvs working directory and make emacs as
this:

% cd .../emacs
% make CFLAGS='-g -DDEBUG_XIC_FONTSET'

With this Emacs I get this kind of debugging information:

% LANG=zh_CN XMODIFIERS=@im=SCIM emacs-unicode --enable-font-backend
XIC Fontset failed: -*-*-medium-r-normal--21-*-*-*-*-*
  missing: ISO8859-1
  missing: GB2312.1980-0
XIC Fontset created: -*-*-medium-r-normal--20-*-*-*-*-*

And I can activate scim by C-SPC.  What is your case?

---
Kenichi Handa
handa@m17n.org

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-07 12:26 ` Kenichi Handa
@ 2006-12-07 15:11   ` Hongyi Zhao
  2006-12-08  2:58   ` Hongyi Zhao
  1 sibling, 0 replies; 8+ messages in thread
From: Hongyi Zhao @ 2006-12-07 15:11 UTC (permalink / raw)
  Cc: emacs-devel

> Please update your cvs working directory and make emacs as
> this:
> 
> % cd .../emacs
> % make CFLAGS='-g -DDEBUG_XIC_FONTSET'
> 
> With this Emacs I get this kind of debugging information:
> 
> % LANG=zh_CN XMODIFIERS=@im=SCIM emacs-unicode --enable-font-backend
> XIC Fontset failed: -*-*-medium-r-normal--21-*-*-*-*-*
>   missing: ISO8859-1
>   missing: GB2312.1980-0
> XIC Fontset created: -*-*-medium-r-normal--20-*-*-*-*-*
> 
> And I can activate scim by C-SPC.  What is your case?

After updating the Emacs from CVS, I make Emacs as this:

% cd .../emacs
% make CFLAGS='-g -DDEBUG_XIC_FONTSET' (The first way)
% make bootstrap CFLAGS='-g -DDEBUG_XIC_FONTSET' (The second way)

Then I install it by sudo make install.

When I run Emacs as this:

% LANG=zh_CN XMODIFIERS=@im=SCIM emacs --enable-font-backend

I meet the error message:

========================================
(emacs:8090): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
XIC Fontset created: -*-*-medium-r-normal--15-*-*-*-*-*
========================================

So I run the command locale, and find this:

=====================
zhaohs@ubuntu-edgy:~$ locale
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN:zh:en_US:en
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
=====================

Then, I run Emacs as this:

% LANG=zh_CN.UTF-8 XMODIFIERS=@im=SCIM emacs --enable-font-backend

But this time, I meet the following error message:

==================================
XIC Fontset failed: -*-*-medium-r-normal--15-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--14-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--17-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--18-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--12-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--11-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--20-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--10-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--8-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--24-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--26-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--34-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
==================================

As the result, the SCIM can't be activated still.

Furthmore, if I run Emacs as this:

% emacs --enable-font-backend

The error message is the same as the previous.

-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
赵弘毅
--

《送杨氏女》
作者:韦应物
永日方戚戚,出行复悠悠。
女子今有行,大江溯轻舟。
尔辈苦无恃,抚念益慈柔。
幼为长所育,两别泣不休。
对此结中肠,义往难复留。
自小阙内训,事姑贻我忧。
赖兹托令门,任恤庶无尤。
贫俭诚所尚,资从岂待周。
孝恭遵妇道,容止顺其猷。
别离在今晨,见尔当何秋。
居闲始自遣,临感忽难收。
归来视幼女,零泪缘缨流。

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-07 12:26 ` Kenichi Handa
  2006-12-07 15:11   ` Hongyi Zhao
@ 2006-12-08  2:58   ` Hongyi Zhao
  2006-12-08  3:58     ` Kenichi Handa
  1 sibling, 1 reply; 8+ messages in thread
From: Hongyi Zhao @ 2006-12-08  2:58 UTC (permalink / raw)
  Cc: emacs-devel

> Please update your cvs working directory and make emacs as
> this:
> 
> % cd .../emacs
> % make CFLAGS='-g -DDEBUG_XIC_FONTSET'
> 
> With this Emacs I get this kind of debugging information:
> 
> % LANG=zh_CN XMODIFIERS=@im=SCIM emacs-unicode --enable-font-backend
> XIC Fontset failed: -*-*-medium-r-normal--21-*-*-*-*-*
>   missing: ISO8859-1
>   missing: GB2312.1980-0
> XIC Fontset created: -*-*-medium-r-normal--20-*-*-*-*-*
> 
> And I can activate scim by C-SPC.  What is your case?

After updating the Emacs from CVS, I make Emacs as this:

% cd .../emacs
% make CFLAGS='-g -DDEBUG_XIC_FONTSET' (The first way)
% make bootstrap CFLAGS='-g -DDEBUG_XIC_FONTSET' (The second way)

Then I install it by sudo make install.

When I run Emacs as this:

% LANG=zh_CN XMODIFIERS=@im=SCIM emacs --enable-font-backend

I meet the error message:

========================================
(emacs:8090): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
XIC Fontset created: -*-*-medium-r-normal--15-*-*-*-*-*
========================================

So I run the command locale, and find this:

=====================
zhaohs@ubuntu-edgy:~$ locale
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN:zh:en_US:en
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
=====================

Then, I run Emacs as this:

% LANG=zh_CN.UTF-8 XMODIFIERS=@im=SCIM emacs --enable-font-backend

But this time, I meet the following error message:

==================================
XIC Fontset failed: -*-*-medium-r-normal--15-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--14-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--17-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--18-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--12-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--11-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--20-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--10-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--8-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--24-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--26-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--34-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
==================================

As the result, the SCIM can't be activated still.

Furthmore, if I run Emacs as this:

% emacs --enable-font-backend

The error message is the same as the previous.

-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
赵弘毅
--

题目:《惠崇春江晚景》
作者:苏轼(1036-1101)
竹外桃花三两枝,春江水暖鸭先知。
萎蒿满地芦芽短,正是河豚欲上时。

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-08  2:58   ` Hongyi Zhao
@ 2006-12-08  3:58     ` Kenichi Handa
  2006-12-08  5:00       ` Hongyi Zhao
  0 siblings, 1 reply; 8+ messages in thread
From: Kenichi Handa @ 2006-12-08  3:58 UTC (permalink / raw)
  Cc: emacs-devel

In article <20061208025858.GA5541@localdomain>, Hongyi Zhao <hongyi.zhao@gmail.com> writes:


> But this time, I meet the following error message:

> ==================================
> XIC Fontset failed: -*-*-medium-r-normal--15-*-*-*-*-*
>   missing: ISO8859-1
>   missing: ISO8859-1
>   missing: GB2312.1980-0
>   missing: GBK-0
>   missing: ISO10646-1
> XIC Fontset failed: -*-*-medium-r-normal--14-*-*-*-*-*
>   missing: ISO8859-1
>   missing: ISO8859-1
>   missing: GB2312.1980-0
>   missing: GBK-0
>   missing: ISO10646-1
[...]

Ummm, strange.  Please send me the result of:
% xlsfonts

The output may be very big.  In that case, please compress
and attach it.


---
Kenichi Handa
handa@m17n.org

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-08  3:58     ` Kenichi Handa
@ 2006-12-08  5:00       ` Hongyi Zhao
  2006-12-08 12:06         ` Kenichi Handa
  0 siblings, 1 reply; 8+ messages in thread
From: Hongyi Zhao @ 2006-12-08  5:00 UTC (permalink / raw)
  Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

> Ummm, strange.  Please send me the result of:
> % xlsfonts
> 
> The output may be very big.  In that case, please compress
> and attach it.

Attached.

-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
赵弘毅
--

题目:《送棋僧惟照》
作者:文同(1018-1079)
学成九章开方诀,诵得一行乘除诗,
自然天性晓绝艺,可敌国手应吾师。
窗前横榻拥炉处,门外大雪压屋时,
独翻旧局辨错着,冷笑古人心许谁?

[-- Attachment #2: xlsfonts.bz2 --]
[-- Type: application/octet-stream, Size: 5462 bytes --]

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

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

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-08  5:00       ` Hongyi Zhao
@ 2006-12-08 12:06         ` Kenichi Handa
  2006-12-08 16:22           ` Hongyi Zhao
  0 siblings, 1 reply; 8+ messages in thread
From: Kenichi Handa @ 2006-12-08 12:06 UTC (permalink / raw)
  Cc: emacs-devel

In article <20061208050015.GA9628@localdomain>, Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> [1  <text/plain; utf-8 (8bit)>]
> > Ummm, strange.  Please send me the result of:
> > % xlsfonts
> > 
> > The output may be very big.  In that case, please compress
> > and attach it.

> Attached.

Thank you.  It seems that you surely have all necessary
fonts.  You wrote that you can activate SCIM when you
started Emacs without --enable-font-backend.  So, I've just
installed a change that prints debug info even in that case.
Please update and build emacs again by the same way, and
start emacs without --enable-font-backend.

The change also includes a code that tries to create a
fontset without specifying any font size.  So, please try
with --enable-font-backend too.

---
Kenichi Handa
handa@m17n.org

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

* Re: Scim can't be activated when the arg --enable-font-backend is used.
  2006-12-08 12:06         ` Kenichi Handa
@ 2006-12-08 16:22           ` Hongyi Zhao
  0 siblings, 0 replies; 8+ messages in thread
From: Hongyi Zhao @ 2006-12-08 16:22 UTC (permalink / raw)
  Cc: emacs-devel

> Thank you.  It seems that you surely have all necessary
> fonts.  You wrote that you can activate SCIM when you
> started Emacs without --enable-font-backend.  So, I've just
> installed a change that prints debug info even in that case.
> Please update and build emacs again by the same way, and
> start emacs without --enable-font-backend.

See the following, please:

=============
zhaohs@ubuntu-edgy:~$ emacs
XIC Fontset failed:
-*-fixed-medium-r-normal-*-15-140-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal-*-15-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-15-*-*-*-*-*-*-*,-*-*-*-*-*-*-15-*-*-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset created: -*-fixed-medium-r-normal-*-15-140-*-*-*-*-iso8859-1
=============

> 
> The change also includes a code that tries to create a
> fontset without specifying any font size.  So, please try
> with --enable-font-backend too.

See the following, please:

====================
zhaohs@ubuntu-edgy:~$ emacs --enable-font-backend
XIC Fontset failed: -*-*-medium-r-normal--15-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--14-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--17-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--18-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--12-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--11-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--20-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--10-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--8-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--24-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--26-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset failed: -*-*-medium-r-normal--34-*-*-*-*-*
  missing: ISO8859-1
  missing: ISO8859-1
  missing: GB2312.1980-0
  missing: GBK-0
  missing: ISO10646-1
XIC Fontset created: -*-*-*-r-normal--*-*-*-*-*-*
====================

It looks wonderful!  This time, I can activate the SCIM, and at the same
time, the CJK-Ext B can also be displayed correctly. 


P.S.  If this change hasn't be installed and the following lisp code
doesn't be input into my .emacs:

=============
(if (display-graphic-p)
    (set-fontset-font ...))
=============

When I run Emacs with:

% emacs -nw

I'll meet the error: Fontset `tty' does not exist,  which has been solved by
your above lisp code; *nevertheless*, I can still dispaly CJK-Ext-B and activate
SCIM correctly.

-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
赵弘毅
--

题目:《春日》
作者:程颢(1032-1085)
云淡风轻近午天,傍花随柳过前川。
时人不识余心乐,将谓偷闲学少年。

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

end of thread, other threads:[~2006-12-08 16:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05 10:51 Scim can't be activated when the arg --enable-font-backend is used Hongyi Zhao
2006-12-07 12:26 ` Kenichi Handa
2006-12-07 15:11   ` Hongyi Zhao
2006-12-08  2:58   ` Hongyi Zhao
2006-12-08  3:58     ` Kenichi Handa
2006-12-08  5:00       ` Hongyi Zhao
2006-12-08 12:06         ` Kenichi Handa
2006-12-08 16:22           ` Hongyi Zhao

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).