[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex c3cf39e 34/48: Make preamble cach
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex c3cf39e 34/48: Make preamble caching robust to LuaLaTeX and (u)pLaTeX |
Date: |
Sun, 16 Sep 2018 01:47:25 -0400 (EDT) |
branch: externals/auctex
commit c3cf39e2c7b79c5e7de8966ad55dfedc490cec1b
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
Make preamble caching robust to LuaLaTeX and (u)pLaTeX
* preview.el.in (preview-cache-preamble): Modify .ini code so that
LaTeX variants even without \pdfoutput can read unusual file names
(with space or non-ascii character, or both) when preamble cache is
enabled. The modified .ini code is kindly provided by jfbu
<address@hidden>.
(preview-dump-replacements, preview-undump-replacements): Add
-file-line-error option to the undump- variable so that AUCTeX can
analyse the output from lualatex even with file name with space.
It turned out that -kanji option is needed for platex even when
dumping format file if the preamble contains Japanese characters.
Thus modify the both variables so that -kanji option, if any, is
retained.
(TeX-inline-preview-internal): Revert the additional post process of
the command line string introduced last year by me because it is no
longer necessary by the above change on
`preview-undump-replacements'. Though this change disables -jobname
option again when lualatex is used with preamble cache, it would be
fine because that concerns only very old lualatex binaries and that
had always been the state before my commit just a year ago.
The above three modifications fix bug#31685 and bug#31686.
* tests/japanese/preview-latex.el
(japanese-preview-preserve-kanji-option2): Arrange with the above
change.
(japanese-preview-preserve-kanji-option3): New test.
(japanese-preview-error-quote-shift-jis): Remove spurious backslash.
* doc/preview-latex.texi (Key bindings and user-level lisp functions):
Add description about restriction of preamble cache on LaTeX variants
- [AUCTeX-diffs] [elpa] externals/auctex ff8f183 39/48: ; * style/floatrow.el (LaTeX-floatrow-update-key-val-options): Use `setq' inside the loop., (continued)
- [AUCTeX-diffs] [elpa] externals/auctex ff8f183 39/48: ; * style/floatrow.el (LaTeX-floatrow-update-key-val-options): Use `setq' inside the loop., Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 1a7b2bf 18/48: Adjust coding system for Japanese pTeX engine on w32, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 03ba1fa 43/48: Add new style/ocg-p.el and style/ocgx.el, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex cff843b 17/48: Remove obsolete option related to Japanese TeX, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 3741b8c 26/48: Prepare for UTF-8 with BOM, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 94378c1 09/48: Correct record in changes.texi, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 96ba113 23/48: Support UTF-8 with BOM in Japanese TeX documents, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 3b1ffcd 30/48: TL 2018 non-ascii file name fix for preview-latex, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex a8ea127 29/48: Accept non-ascii file name in accord with change in TL 2018, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 8d30dc1 37/48: Add new style/marginnote.el, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex c3cf39e 34/48: Make preamble caching robust to LuaLaTeX and (u)pLaTeX,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 80bcd0a 46/48: Update style/lettrine.el to package version 2.1, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 5ce08ab 33/48: Raise robustness of call of dvipng command, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex e0caf59 25/48: Drop compatibility code for older emacsen in preview-latex, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex a7cde09 47/48: Update style/lettrine.el to package version 2.21, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 5df288d 44/48: ; Remove unwanted spaces., Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 74c4843 40/48: Add new style/thmtools.el and style/thm-restate.el, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 45747b9 42/48: Add qref to RefTeX's reference styles, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 31ee142 38/48: Fix regression of `TeX-view', Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 1fef01c 45/48: Update style/lettrine.el to package version 2.01, Tassilo Horn, 2018/09/16
- [AUCTeX-diffs] [elpa] externals/auctex 48325a7 20/48: Update URLs further, Tassilo Horn, 2018/09/16