summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-15* auctex-cont-latexmk.el (auctex-cont-latexmk-mode): add lighter ⟲externals/auctex-cont-latexmkPaul Nelson
2024-11-02Add -file-line-error to default pdflatex commandPaul Nelson
2024-10-29Update README.orgPaul Nelson
2024-10-29bump version to 0.3Paul Nelson
2024-06-25simplify cond to ifPaul Nelson
2024-06-25fix customization typePaul Nelson
2024-06-25eliminate potentially racy process-killing codePaul Nelson
2024-06-25tweak check for "Watching..." messagePaul Nelson
2024-06-25expand docstring for auctex-cont-latexmk--fresh-pPaul Nelson
2024-06-25simplify system-specific quoting of argumentsPaul Nelson
2024-06-25clarify docstring of auctex-cont-latexmk-commandPaul Nelson
2024-06-25disable -shell-escape flag by defaultPaul Nelson
2024-06-25replace "delq nil ..." with "mapcan ..."Paul Nelson
2024-06-25simplify code using current-columnPaul Nelson
2024-06-25simplify code using bobpPaul Nelson
2024-06-25reduce the depth of some code using when-let*Paul Nelson
2024-06-25simplfy some code using alist-getPaul Nelson
2024-06-17bump version to 0.2Paul Nelson
2024-06-17FSF copyright assignmentPaul Nelson
2024-05-27rename: tex-continuous -> auctex-cont-latexmkPaul Nelson
2024-05-27Preserve Flymake status and selected Flymake backendsPaul Nelson
2024-05-27add local variable tex-continuous-force-enablePaul Nelson
2024-05-27indentation, swap cl for seqPaul Nelson
2024-05-27capitalize FlymakePaul Nelson
2024-05-22undo one change in last commitPaul Nelson
2024-05-22Rearrange file to clarify division of responsibilityPaul Nelson
2024-05-19add missing docstringPaul Nelson
2024-05-19typos, commentary tweaksPaul Nelson
2024-05-19Replace tex-continuous--build-file with TeX-master-output-filePaul Nelson
2024-05-18Fix error involving new indirect buffersPaul Nelson
2024-05-18Check if compilation buffer has been killed before unsubscribingPaul Nelson
2024-05-05Support indirect buffersPaul Nelson
2024-05-03expand README tipsPaul Nelson
2024-05-03Put errors without file or line number at end of bufferPaul Nelson
2024-05-03New command tex-continuous-help-at-pointPaul Nelson
2024-05-03Deactivate when the compilation buffer is killedPaul Nelson
2024-05-02Add some tips to READMEPaul Nelson
2024-05-02Deactivate upon file renamePaul Nelson
2024-05-01Remove t from flymake-diagnostic-functionsPaul Nelson
2024-04-30Add some clarifications and remarks to the readmePaul Nelson
2024-04-30Make tex-continuous-mode independent of flymakePaul Nelson
2024-04-30Clarify docstringPaul Nelson
2024-04-30Allow updates when process buffer is emptyPaul Nelson
2024-04-30Allow latexmk completion to be detected based on timingPaul Nelson
2024-04-29add ":after latex" to the use-package declarationPaul Nelson
2024-04-24add tex-continuous--build-file back in, at least for nowPaul Nelson
2024-04-24correct use-package declarationPaul Nelson
2024-04-24clarify docstringPaul Nelson
2024-04-24formattingPaul Nelson
2024-04-24clarify commentaryPaul Nelson