Windows下面试试修改Emacs的默认编码为UTF-8
(set-default-coding-systems 'utf-8-unix) (set-buffer-file-coding-system 'utf-8-unix)