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

Re: 子ocale下Emacs/XEmacs]置 - FAQ



scheme 写道:
> \Question{中文locale下的Emacs/XEmacs设置}
>    \Contributor{Scheme}{scheme@cmmail.com}{2001/09/10}
>    当locale设置LC_ALL为zh_CN或zh_TW等,Emacs/XEmacs的
>    dired模式下的buffer不能被正确解读,导致该模式下的文件系
>    统操作失败。
>    .
>    从Fumitoshi Ukai等朋友处得到帮助后,归纳为如下解决方案:
>    .
>    如果使用的是Emacs20,可在~/.emacs文件中加入
>    .
>    ;; To ensure proper functioning under the dired mode
>    ;; with zh_CN/zh_TW  locale settings
>    (load "ls-lisp")
>    .
>    如果使用的是XEmacs21,由于XEmacs21的发布中没有ls-lisp
>    程序,需要先把ls-lisp.el文件从Emacs20的发布中复制到XEmacs21
>    的路径下,建议复制到~/.xemacs/下,并在~/.xemacs/init.el
>    中加入以上内容。为了运行提高效率,可以在XEmacs21中编译
>    ls-lisp.el文件。
>    .
>
> --

Hi:
    I got a work-around for this. Add the 'LC_TIME=C' to your script of setting the locale environment. This setting will reset the date display to English, and make Emacs happy.

-- 
To UNSUBSCRIBE, email to debian-chinese-big5-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

-- 
| This message was re-posted from debian-chinese-big5@lists.debian.org
| and converted from big5 to gb2312 by an automatic gateway.



Reply to: