Re: TeX-command and flymake

2023-09-05 Thread Ikumi Keita
Hi Rahguzar, > Rahguzar writes: > Now my questions are: > 1) Is there a simpler way of getting LaTeX and BibTeX errors and > warnings through flymake? For LaTeX run, I suppose you can set (override) `TeX-sentinel-default-function' locally. That value is set to `TeX-sentinel-function' in

TeX-command and flymake

2023-09-02 Thread Rahguzar
Hi all, I wanted to get errors and warnings produced during compilation of LaTeX documents using flymake which is the interface I am used to getting such information from. With TeX-parse-all-errors non-nil, it is straightforward to implement a flymake backend, (defun