1. eshell-mode: 和标准的shell不太兼容,执行某些脚本会出错
2. shell-mode: 没有tab补全,backspace会把前缀都删掉
3. terminal-emulator: 一启动就是满屏的红色,因为我的配置开启了空格显亮
其他好像没啥terminal了,主要是各shell输出均往emacs buffer写,有点不舒服
我们可以这样干:
(defun call-guake ()
(interactive)
(shell-command "guake -t -e \"clear;cd `pwd`\""))
然后绑定一个快捷键就行了。
emacser.com上不去了,到这里来吼吼
2. shell-mode: 没有tab补全,backspace会把前缀都删掉
3. terminal-emulator: 一启动就是满屏的红色,因为我的配置开启了空格显亮
其他好像没啥terminal了,主要是各shell输出均往emacs buffer写,有点不舒服
我们可以这样干:
(defun call-guake ()
(interactive)
(shell-command "guake -t -e \"clear;cd `pwd`\""))
然后绑定一个快捷键就行了。
emacser.com上不去了,到这里来吼吼