Emacs X 工具包支持吗?

Ame*_*ina 4 emacs

据我了解,Emacs 使用 GTK 作为默认的 X 工具包。Emacs 是否支持 GTK 以外的 X 工具包?例如,我可以构建 Emacs 以使用 Qt4 而不是 GTK 吗?

Ulr*_*arz 5

./configure --help 对于 GNU Emacs 24.3 通知我:

--with-x-toolkit=KIT    use an X toolkit (KIT one of: yes or gtk, gtk2,
                        gtk3, lucid or athena, motif, no)
Run Code Online (Sandbox Code Playgroud)

所以是的,您可以使用其他工具包,但 Qt 似乎不在其中。