سؤال

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

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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)
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top