> On Dec 16, 2022, at 10:40, Eli Zaretskii wrote: > > No. Just like building librsvg or GnuTLS aren't part of the Emacs > build process. they are external libraries that you need to install > separately. Am I correct in assuming that the libtree-sitter library is conditionally loaded so Emacs could be built with tree-sitter and distributed but if the end user’s machine does not have libtree-sitter, Emacs will still load but (treesit-available-p) will return false?