lisp中使用中文函數名配置

(set-language-environment "utf-8")unix

(set-buffer-file-coding-system 'utf-8)ip

(set-terminal-coding-system 'utf-8)utf-8

(set-keyboard-coding-system 'utf-8)terminal

(set-selection-coding-system 'utf-8)io

(set-default-coding-systems 'utf-8)cli

(set-clipboard-coding-system 'utf-8) coding


(setq ansi-color-for-comint-mode t)file

(setq-default pathname-coding-system 'utf-8)  select

(setq default-process-coding-system '(utf-8 . utf-8))  im

(setq locale-coding-system 'utf-8)

(setq file-name-coding-system 'utf-8) 

(setq default-buffer-file-coding-system 'utf-8)  

(setq slime-net-coding-system 'utf-8-unix)


(modify-coding-system-alist 'process "*" 'utf-8)  

(prefer-coding-system 'utf-8)

相關文章
相關標籤/搜索