在Cygwin下练习使用Emacs,敲了C-x C-c后不退出。
google “emacs cygwin quit”,发现不只我遇到这个问题,呵呵。
解决办法:修改启动Cygwin的批处理文件 cygwin.bat。
在@echo off后面加上这一行
set CYGWIN=binmode tty ntsec
改好以后是这样的:
@echo off
set CYGWIN=binmode tty ntsec
C:\
chdir C:\cygwin\bin
bash --login -i
Ref: http://lists.gnu.org/archive/html/help-gnu-emacs/2005-01/msg00499.html
CYGWIN这个环境变量的详细介绍在Cygwin的User Guide里可以找到。
Related posts
Published on
4 years, 1 month ago in
OSS.
http://www.foobar2000.org/
其实早就知道foobar2000了,记得好像有人叫它”程序员的播放器”。
Related posts
Published on
4 years, 1 month ago in
OSS.

终于可以踢掉UltraEdit和EditPlus了:)
更重要的是,感觉PSPad对Unicode的支持比其他的好,这下可以开始翻译docbook文档了,呵呵。
强烈推荐!!
http://www.pspad.com/en/download.php
Related posts
Recent Comments