help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] oh god


From: lee
Subject: [h-e-w] oh god
Date: Thu, 31 Jan 2002 12:56:33 +0900

ok , today i redownload   emacs-21.1-bin-i386.tar.gz
and i use a empty .emacs setting file and no setting at all.
guess what ? when i use C-h h ,i can not see chinese GB character
but i try to move cursor to the position then  C-u C-x =  , it reports that
 
  character: $(AM((B (0123250, 42664, 0xa6a8)
    charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58)
 code point: 77 40
     syntax: word
   category: C:Chinese (Han) characters of 2-byte character sets   c:Chinese 
      |:While filling, we can break a line at this character. 
buffer code: 0x91 0xCD 0xA8
  file code: ESC 24 41 4D 28 (encoded by coding system iso-2022-7bit-unix)
       font:
      -raster-7X13B-normal-r-normal-normal-13-97-96-96-c-70-gb2312.1980*-*
 
then i added below lines,no other lines at all
 
(add-to-list 'default-frame-alist
    `(font . ,(create-font-from-ascii-font
  "-raster-7X13B-normal-r-normal-normal-13-97-96-96-c-70-gb2312.1980*-*")))
but emacs report error
"Symbol's function definition is void: create-font-from-ascii-font"
(i try other font ,the same error occur , is there any error with lisp?)
 
even with that error  if i use command
 
(x-list-fonts "-*-gb2312-*")
it report as that

("-raster-TIMI18-normal-r-normal-normal-22-165-96-96-p-80-gb2312-*" "-raster-COURO14-normal-r-normal-normal-16-120-96-96-p-60-gb2312-*" "-raster-COURR14-normal-r-normal-normal-16-120-96-96-p-60-gb2312-*" "-raster-COURB12-normal-r-normal-normal-14-105-96-96-p-60-gb2312-*" "-raster-TIMR10-normal-r-normal-normal-13-97-96-96-p-40-gb2312-*" "-raster-TIMB18-normal-r-normal-normal-21-157-96-96-p-80-gb2312-*" "-raster-TIMB14-normal-r-normal-normal-18-135-96-96-p-60-gb2312-*" "-raster-TIMR14-normal-r-normal-normal-17-127-96-96-p-60-gb2312-*" "-raster-TIMB24-normal-r-normal-normal-28-210-96-96-p-110-gb2312-*" "-raster-TIMR24-normal-r-normal-normal-28-210-96-96-p-100-gb2312-*" "-raster-COURR12-normal-r-normal-normal-14-105-96-96-p-50-gb2312-*" "-raster-TIMR18-normal-r-normal-normal-21-157-96-96-p-80-gb2312-*" ...)
but it can not display chinese GB anyway , oh ,god ,how can i do next?

 
> >        font: address@hidden*-*
>
> OK, then we will try to use that font in place of MS Song
> in your previous examples. But do not include the @ symbol
> since that is what indicates a vertical font.
>
>
> (add-to-list 'default-frame-alist
>     `(font . ,(create-font-from-ascii-font
>   "-*-Terminal-normal-r-*-*-12-*-*-*-c-60-gb2312*-*")))
>
>
> Your other problem with the character under the cursor
> appearing incorrectly has not been reported before.
> Perhaps some other setting in your .emacs is causing it.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]