emacs - emacs启动后更改X11窗口标题

标签 emacs elisp x11

启动emacs时,可以使用--title =选项来控制保存emacs应用程序的x窗口的标题。从elisp启动emacs之后是否可以更改标题?

最佳答案

M-x set-frame-name NewName RET

并从elisp
(set-frame-name "NewName")

关于emacs - emacs启动后更改X11窗口标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2337431/

相关文章:

ruby-on-rails - Emacs 做 ruby​​ on rails 有哪些有用的包?

sorting - 根据自定义比较器对 emacs dired 缓冲区进行排序

linux - 单个 Qt 应用程序可以在多个 X 显示器上打开窗口吗?

elisp:从内部函数捕获变量

linux - 如何确定 X Windows/Linux 中 Windows 的可见区域?

c++ - 检测键盘/条形码扫描仪事件的来源

emacs - 在 Emacs 中模拟迷你缓冲区输入

windows - 如何在 Windows + NTEmacs 下使用 ediff?

haskell - 如果 cabal 或工作目录设置为项目目录,Emacs Interactive-Haskell repl 无响应

emacs - 通过键绑定(bind)重新归档到给定的子树