[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. a30db7c0409aa7d15e87
From: |
Mosè Giordano |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. a30db7c0409aa7d15e87633ff9d2b73430c4d40c |
Date: |
Wed, 8 May 2019 18:00:10 -0400 (EDT) |
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 a30db7c0409aa7d15e87633ff9d2b73430c4d40c (commit)
from 23b34057e44b4c42a393d1fa4e0e8c11171b7ea2 (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 a30db7c0409aa7d15e87633ff9d2b73430c4d40c
Author: Mohammad Hossein Bateni <address@hidden>
Date: Fri Apr 19 06:45:39 2019 -0400
Allow the user to customize which TeX commands are available in each mode.
Commands such as Biber, DVI2PS, PS2PDF, Index, etc. are not useful in
ConTeXt. ConTeXt generates a PDF directly and has its own indexing
mechanism.
In Mark IV (which has been the preferred version for over a decade and
is actively developed), a new bibliography package is also available,
which can process old bibtex files as well. So there is no need for
BibTeX.
Having so many commands in context-mode clutters the menus. In the
definition of TeX-command-list, we either provide a list of relevant
modes, or set the value to `t' indicating that this command should
always be available. In the latter case, the user cannot customize
it. Here we provide sensible defaults as well as the ability for the
user to customize.
* tex.el (TeX-command-list): Hide by default some commands from
context-mode.
Signed-off-by: Mosè Giordano <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
tex.el | 34 ++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. a30db7c0409aa7d15e87633ff9d2b73430c4d40c,
Mosè Giordano <=