auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] TeXLive 2019 update broke preview-latex (was Re: Type


From: jfbu
Subject: Re: [AUCTeX-devel] TeXLive 2019 update broke preview-latex (was Re: Typeset LaTeX files with non-ascii file name in TeXLive 2018)
Date: Mon, 7 Oct 2019 22:33:14 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Le 07/10/2019 à 22:14, jfbu a écrit :
And now that I am such a law-obeying citizen I feel that the
/AUCTEXINPUT stuff should also use that form, too.
(I don't recall why it does not)



if /AUCTEXINPUT starts using \input{\detokenize{##1}} then
its invocation in preview-undump-replacements() should not
add extra leading and trailing spaces else we will have same problem

i.e. the line

        preview-format-name " \"/AUCTEXINPUT{\" \\3 \"}\"")))


in preview.el

should, if I understand correctly the syntax be

        preview-format-name " \"/AUCTEXINPUT{\"\\3\"}\"")))


(the kept \" pair if for LaTeX earlier than 2019-10-01 to
support spaces in filenames \input{"a b c.tex"} works
but \input{a b c.tex} works only since LaTeX 2019-10-01}

But perhaps there is Windows issue with \"<space> ??????

Best,

Jean-François




reply via email to

[Prev in Thread] Current Thread [Next in Thread]