|
|
启动emacs22(unicode-2 branch)的时候出现这个错误而没法正常启动:
Wrong type argument: listp, 233729312
我现在的
~/.Xresource:
Emacs.Fontset-0: -*-fixed-medium-r-normal-*-15-140-*-*-*-*-fontset-14,\
chinese-gbk:-misc-simsun-medium-r-normal-*-gbk-0
Emacs.Font: fontset-14
如果改成:
Emacs.Fontset-0: -*-fixed-medium-r-normal-*-15-140-*-*-*-*-fontset-14,\
gbk:-misc-simsun-medium-r-normal-*-gbk-0
Emacs.Font: fontset-14
则可以胜利启动,可是自己确不是我想要的:
character: 目 (073356, 30446, 0x76ee)
preferred charset: unicode (Unicode (ISO10646))
code point: 0x76EE
syntax: w which means: word
category: C:Chinese (Han) characters of 2-byte character sets
c:Chinese h:Korean j:Japanese
|:While filling, we can break a line at this character.
buffer code: 0xE7 0x9B 0xAE
file code: 0xC4 0xBF (encoded by coding system chinese-gbk)
display: by this font (glyph code)
-unknown-lisu-medium-r-normal--14-140-72-72-c-140-gbk-0 (0xC4BF)
There are text properties here:
charset chinese-gbk
face [font-latex-math-face]
fontified t
lazy-lock t
这个问题困扰我很久了,一直不知道怎么解决 |
|