Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Arch linux 上使用 pacman 安装了 emacs。如何查看它是否支持 xft?
这对我有用:
ldd `which emacs` | grep libXft
如果它是用 libXft 构建的,你应该得到:
libXft.so.2 => /usr/lib/libXft.so.2 (0xb6df9000)
可能有更优雅的方式来获取此信息,但由创建的缓冲区M-x report-emacs-bug包含有关构建选项的信息。懒得去检查它从哪里获取这些信息。收集到所需信息后,只需*mail*终止缓冲区即可。
M-x report-emacs-bug
*mail*