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

can't search chinese word in emacs..



Here are part of my .emacs for the use of chinese...
(set-language-environment 'chinese-big5)
(set-buffer-file-coding-system 'chinese-big5)
(set-keyboard-coding-system 'chinese-big5)
(set-clipboard-coding-system 'chinese-big5)
(set-terminal-coding-system 'chinese-big5)
(set-default-font "-*-Courier New-normal-r-*-*-13-97-96-96-c-*-iso8859-1")

that's fine for me to type and display the chinese..
However ,when I use the ctrl-s to search for chinese word..
the word it display in the mini-bufer that I type the chinese
is two special ascii character....and so it thnk that it don't match
with the chinese word in the document and so the search is failed?
anyway to solve it?




Reply to: