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.
我正在用 LaTeX 编写报告,并且正在使用 Emacs 进行开发。不得不定期手动编译有点烦人。只要当前缓冲区是 LaTeX 缓冲区,有没有办法让 Emacs 定期自动编译?
flymake内置在 Emacs 中,并且是执行此类操作的经典方式。 请参阅其用户手册:C-hig (flymake) RET
flymake
(flymake)
flycheck是一个更新的项目,其既定目标是“flymake 做得对”。
flycheck
定期运行任意进程(例如编译)是这些库的全部内容,因此它们中的任何一个都适合您的用例。