作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 xterm 并将其外观设置为 ~/.Xdefaults
:
XTerm*background: paleTurquoise
XTerm*foreground: black
~/.emacs
中设置了不同的外观:
(set-background-color "black")
(set-foreground-color "yellow")
emacs -nw
在终端模拟器中运行 emacs ,而不是创建一个单独的 X 窗口。出于某种原因,这不适用于 emacs23;相反,emacs 保留了我的 xterm 窗口的淡绿松石背景。看着
what's new in emacs23 ,我注意到:
** When running in a new enough xterm (newer than version 242), Emacs asks xterm what the background color is and it sets up faces accordingly for a dark background if needed (the current default is to consider the background light).
~/.emacs
中的设置反而?
-nw
选项)。 M-x set-background-color
内emacs23 -nw
没有效果。 $TERM=cygwin
也存在同样的问题, 例如。 -fg
和
-bg
命令行选项...
最佳答案
设置 TERM=xterm-256color
是你所需要的。
关于emacs - 如何更改在终端模拟器中运行的 emacs23 中的颜色设置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3027084/
我是一名优秀的程序员,十分优秀!