]> git.eshelyaron.com Git - emacs.git/commit
Fix file name quoting problems in tex-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Dec 2020 18:25:43 +0000 (19:25 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Dec 2020 12:37:44 +0000 (13:37 +0100)
commite74f60fde0bcaa1b6b0ac3bbd83f39421f13c6b3
treeaf5a1a0c2c2ec1d77e745b22acd3746c257cd5e0
parent3568ff084c29588be6412f94bc0d031846beb664
Fix file name quoting problems in tex-mode

* lisp/textmodes/tex-mode.el (tex--quote-spec): New function
(bug#14286).
(tex-format-cmd): Use it.
(tex-compile): Don't quote the file names, because we're using
`file-exists-p' and friends on the results later, and that fails
on systems where everything is quoted, and on file names that need
quoting.
lisp/textmodes/tex-mode.el