[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. f52479b816c0e6097293
From: |
Mosè Giordano |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. f52479b816c0e6097293221b8488144cbdea9123 |
Date: |
Fri, 06 Nov 2015 22:36:19 +0000 |
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 f52479b816c0e6097293221b8488144cbdea9123 (commit)
from 4527e8a440bd21985f3b1284904eb93527527b15 (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 f52479b816c0e6097293221b8488144cbdea9123
Author: Mosè Giordano <address@hidden>
Date: Fri Nov 6 23:34:35 2015 +0100
Improve checking of a TeX distribution and make it optional
* tex-buf.el (TeX-check-TeX, TeX-check-TeX-command-not-found): New
customizable options.
(TeX-command): Do a better check for the presence of a TeX
distribution. Run `call-process' instead of `executable-find',
like `TeX-run-command' actually does. The point is that
`call-process' and `start-process' use `PATH' environment
variable, `executable-find' uses `exec-path' variable and they do
not need to match, but we should check what `TeX-run-command' will
really do.
* doc/auctex.texi (Processor Options): Document `TeX-check-TeX'.
* doc/changes.texi: Mention `TeX-check-TeX'.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 16 ++++++++++++++++
doc/auctex.texi | 17 +++++++++++++++++
doc/changes.texi | 10 +++++++---
tex-buf.el | 17 +++++++++++++++--
4 files changed, 55 insertions(+), 5 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. f52479b816c0e6097293221b8488144cbdea9123,
Mosè Giordano <=