[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 0dc770d000808696879d
From: |
Mosè Giordano |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 0dc770d000808696879dfad60dedf82f052f46fe |
Date: |
Sat, 4 Mar 2017 05:22:09 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 0dc770d000808696879dfad60dedf82f052f46fe (commit)
from 4321dcc430513f01b3280f0df1eb0287f8011469 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0dc770d000808696879dfad60dedf82f052f46fe
Author: Mosè Giordano <address@hidden>
Date: Sat Mar 4 11:14:52 2017 +0100
Prevent infinite loop in TeX-command-expand
* tex-buf.el (TeX-command-expand): Throw an error if `string' is not a
string.
This prevents an infinite loop.
* tex.el (TeX-engine-in-engine-alist): New function to pick up an engine
from
`TeX-engine-alist' and throw an error if the engine is not there.
(TeX-expand-list-builtin): Use `TeX-engine-in-engine-alist'.
* context.el (ConTeXt-expand-options): Use `TeX-engine-in-engine-alist'.
* tests/tex/command-expansion.el (TeX-command-expansion-errors): Add tests
for
error handling of `TeX-command-expand'.
-----------------------------------------------------------------------
Summary of changes:
context.el | 2 +-
tests/tex/command-expansion.el | 13 +++++++++++++
tex-buf.el | 6 +++++-
tex.el | 15 +++++++++++++--
4 files changed, 32 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. 0dc770d000808696879dfad60dedf82f052f46fe,
Mosè Giordano <=