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

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
小众软件
小众软件
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog

elpa/gnu.git, branch externals/auctex

* 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 elpa/gnu.git - GNU ELPA Return context for RefTeX also for macros - 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 ; * tex.el (TeX-output-dir): Fix last change. - elpa/gnu.git * tex.el (TeX-output-dir): Fix docstring acc. to last change. - elpa/gnu.git ; * NEWS.org (Changed): Announce last change. - elpa/gnu.git Change default value of `ConTeXt-Mark-version' - elpa/gnu.git
; Fix last change - elpa/gnu.git
Arash Esbati · 2026-08-12 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-08-12 10:01:43 +0200
committerArash Esbati <arash@gnu.org>2026-08-12 10:01:43 +0200
commit5c3af8120cbd8612a3eebcb8422eb6fbe6967615 (patch)
tree75b81d3ee430fc26df9de00d86f769e823d36d3a
parent7aa0e072b35beb4cb83510bdd0e109046fb006fa (diff)

* latex.el (LaTeX-label-annotation-max-length) (LaTeX-bib-annotation-max-length): Add introduction versions.

-rw-r--r--latex.el6

1 files changed, 4 insertions, 2 deletions

diff --git a/latex.el b/latex.el
index 06087c516cf..0c652ad3457 100644
--- a/latex.el
+++ b/latex.el

@@ -8246,7 +8246,8 @@ function `TeX--completion-at-point' which should come later in

Setting this variable to 0 disables label annotation during

in-buffer completion."

:group 'LaTeX-label

- :type 'integer)

+ :type 'integer

+ :package-version '(auctex . "14.0.0"))

(defun LaTeX-completion-label-annotation-function (label)

"Return context for LABEL in a TeX file.

@@ -8289,7 +8290,8 @@ document with `reftex-parse-all' or `TeX-normal-mode'."

Setting this variable to 0 disables annotation of bib entries during

in-buffer completion."

:group 'LaTeX-label

- :type 'integer)

+ :type 'integer

+ :package-version '(auctex . "14.2.0"))

(defvar-local LaTeX--completion-bib-list-from-reftex nil

"List of bib entries retrieved from RefTeX.