Hongyi Zhao <hongyi.z...@gmail.com> writes: > For an example of such a problem, see below: > > werner@x13dai-t:~/.emacs.d/straight/repos/auctex$ make -j all > emacs --batch -q -no-site-file -no-init-file -l lpath.el -f > batch-byte-compile auctex-autoloads.el > emacs --batch -q -no-site-file -no-init-file -l lpath.el -f > batch-byte-compile lpath.el > Will use: /usr/local/bin/emacs > Will use: /usr/local/bin/emacs > werner@x13dai-t:~/.emacs.d/straight/repos/auctex$ cd doc/ > werner@x13dai-t:~/.emacs.d/straight/repos/auctex/doc$ > /usr/bin/makeinfo > /home/werner/.emacs.d/straight/repos/auctex/doc/faq.texi -o > /home/werner/.emacs.d/straight/build/auctex/faq.info > faq.texi:17: unknown command `AUCTeX' > faq.texi:17: misplaced { > faq.texi:17: misplaced }
What do you get when you clone the AUCTeX repo in a temp directory and run make there, i.e. $ git clone https://git.savannah.gnu.org/git/auctex.git temp-dir \ && cd temp-dir && make Best, Arash