惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
量子位
小众软件
小众软件
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
G
Google Developers Blog
博客园 - 叶小钗
H
Help Net Security
Jina AI
Jina AI
Y
Y Combinator Blog
Last Week in AI
Last Week in AI
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Vercel News
Vercel News

elpa/gnu.git, branch externals/auctex

Release GNU AUCTeX 14.2.0 - elpa/gnu.git * latex.el (LaTeX-what-macro): Fix chars to skip backwards. - elpa/gnu.git * tex-ispell.el: Consolidate regexp for tabular environments. - elpa/gnu.git ; * latex.el (LaTeX-what-macro): Fix last change. - elpa/gnu.git * latex.el (LaTeX-what-macro): Improve macro recognition. - elpa/gnu.git Preserve `crm--choose-completion-string' - elpa/gnu.git - GNU ELPA Accept '-' as macro modifier - elpa/gnu.git Add new styles - elpa/gnu.git ; * tex-info.el (outline-heading-alist): Silence the compiler. - elpa/gnu.git Update style/simpleicons.el to package v16.29.0 - elpa/gnu.git Update NEWS.org for new preview feature - elpa/gnu.git Robustify check for escaped math switches/togglers - elpa/gnu.git Fix custom prompt with a default-value - elpa/gnu.git Fix prompt with a default-value - elpa/gnu.git Make `TeX-listify' an obsolete alias - elpa/gnu.git Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git Update style/ltx-talk.el to class v0.6.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Return context for RefTeX also for macros - elpa/gnu.git ; Fix last change - elpa/gnu.git Add in-buffer completion for citation keys - elpa/gnu.git ; Adjust Copyright years - elpa/gnu.git Improve query of the optional float placement - elpa/gnu.git Sort predefined environment hooks - elpa/gnu.git Sort predefined hooks - elpa/gnu.git Allow additional properties for in-buffer completion - elpa/gnu.git Use ConTeXt Mark XL instead of LMTX - elpa/gnu.git
elpa/gnu.git - GNU ELPA
Arash Esbati · 2026-08-17 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-08-16 22:10:36 +0200
committerArash Esbati <arash@gnu.org>2026-08-16 22:10:36 +0200
commit6c1946509ede40ae717b4678a4ea3be57f65985b (patch)
tree02552365c3d91b63a550abfe28a54a769f5d8c2f
parent49cdf3e89bf0b6655deafe4724d979e2a026c8c9 (diff)

Document change the default of `ConTeXt-Mark-version'externals/auctex

* doc/auctex.texi (Processor Options): Document change of the default value for `ConTeXt-Mark-version'.

-rw-r--r--doc/auctex.texi13

1 files changed, 7 insertions, 6 deletions

diff --git a/doc/auctex.texi b/doc/auctex.texi
index 3ea905b733a..318437e92ec 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi

@@ -3950,14 +3950,15 @@ If non-@code{nil}, @TeX{} will produce @samp{file:line:error} style error

messages.

@end defopt

-@ConTeXt{} users can choose between Mark II and Mark IV versions. This

-is controlled by @code{ConTeXt-Mark-version} option.

+@ConTeXt{} users can choose between Mark II, Mark IV and Mark XL versions.

+This is controlled by @code{ConTeXt-Mark-version} option.

@defopt ConTeXt-Mark-version

-This variables specifies which version of Mark should be used. Values

-currently supported are @code{"II"}, the default, and @code{"IV"}. It

-can be set globally using customization interface or on a per-file

-basis, by specifying it as a file variable.

+This variable specifies which version of Mark should be used. Values

+currently supported are @code{"II"}, @code{"IV"} and @code{"XL"} which is

+the default. It can be set globally using customization interface or on a

+per-file basis, by specifying it as a file variable. Currently, there is

+no difference for @code{"IV"} and @code{"XL"} behavior.

@end defopt

@node Viewing