如何查看我的 Emacs 是否支持 xft?

发布于 2024-12-02 08:11:00 字数 56 浏览 2 评论 0原文

我在 Arch linux 上使用 pacman 安装了 emacs。如何查看它是否支持 xft?

I've installed emacs using pacman on Arch linux. How can I see if it has xft support or not ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

篱下浅笙歌 2024-12-09 08:11:00

这对我来说是这样的:

ldd `which emacs` | grep libXft

如果它是用 libXft 构建的,你应该得到:

libXft.so.2 => /usr/lib/libXft.so.2 (0xb6df9000)

This does it for me:

ldd `which emacs` | grep libXft

If it's built with libXft, you should get:

libXft.so.2 => /usr/lib/libXft.so.2 (0xb6df9000)
夜无邪 2024-12-09 08:11:00

可能有更优雅的方法来获取此信息,但 Mx report-emacs-bug 创建的缓冲区包含有关构建选项的信息。懒得去检查它从哪里获取这些信息。一旦您收集到所需的信息,只需终止 *mail* 缓冲区即可。

There are probably more elegant ways to get this information, but the buffer created by M-x report-emacs-bug contains information about the build options. Too lazy to go and check where it fetches this information. Just kill the *mail* buffer once you have gleaned the information you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文