我正在使用mintty + msys。我想用它來使用emacs。但沒有GUI。
我在cygwin中看到了這樣的行爲。但我不明白他們是如何做到的。如何在windows下使用mintty在CLI模式下運行emacs?
$ emacs -nw
emacs: standard input is not a tty
$ stty.exe -a
speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = ^Z; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc ixany imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -tostop echoctl echoke
$ echo $TERM
xterm
TERM設置爲什麼? 'stty -a'是什麼意思? – hpavc
hmz適用於我,在xterm和甚至在mintty。感謝params btw,因爲我找不到如何在xterm上獲得emacs cli :) – holms