1

我想更改为 emacs 窗口(框架)显示的图标。对于两个不同的会话(gnus 和正常的 emacs 编辑),我想要不同的图标。有什么想法可以实现吗?

4

1 回答 1

1

请参阅 Emacs 手册,节点Icons X。这就是它所说的:

By default, Emacs uses an icon containing the Emacs logo.  On
desktop environments such as Gnome, this icon is also displayed in
other contexts, e.g., when switching into an Emacs frame.  The `-nbi'
or `--no-bitmap-icon' option tells Emacs to let the window manager
choose what sort of icon to use--usually just a small rectangle
containing the frame's title.

在某些窗口管理器或平台上,您可能需要找到另一种方法来执行此操作。

于 2013-08-19T23:06:13.560 回答