据我所知,Emacs使用GTK作为默认的X工具包。除了GTK之外,Emacs还支持X工具包吗?例如,我可以构建Emacs来使用Qt4而不是GTK吗?
发布于 2013-03-11 16:21:46
GNUEmacs24.3的./configure --help通知我:
--with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2,
gtk3, lucid or athena, motif, no)因此,您可以使用其他工具包,但Qt似乎不在其中。
https://unix.stackexchange.com/questions/67569
复制相似问题