* Michal Kupsa (2010-03-09) writes: > Running `Preview-LaTeX' on `rank-one+dependancy+G_k,i' with ``latex > -interaction=nonstopmode "&prv_rank-one\+dependancy\+G_k\,i" > rank-one\+dependancy\+G_k\,i.tex'' > This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) > %&-line parsing enabled. > kpathsea: Illegal fontname `prv_rank-one\+dependancy\+G_k\,i.fmt': contains > '\' > Sorry, I can't find the format `prv_rank-one\+dependancy\+G_k\,i.fmt'; > will try `latex.fmt'.
Hm, I'm not sure how to deal with this in a portable way. On GNU/Linux it can be made to work by not shell-quoting `preview-format-name' in `TeX-inline-preview-internal'. But not shell-quoting the name will lead to trouble if the file name contains a dollar sign since the format name is only quoted with double quotes in `preview-undump-replacements'. So if we want to prevent variable expansion we will have to put the (un-shell-quoted) format name into single quotes. But I am not sure if this will work on Windows. In case we keep the shell-quoting of the format name, does anybody know if it is possible to make kpathsea interpret the name correctly? -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
