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

推荐订阅源

P
Proofpoint News Feed
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 【当耐特】
博客园 - 叶小钗
小众软件
小众软件
博客园 - 聂微东
宝玉的分享
宝玉的分享
量子位
人人都是产品经理
人人都是产品经理
博客园_首页
罗磊的独立博客
腾讯CDC
美团技术团队
Google DeepMind News
Google DeepMind News
W
WeLiveSecurity
I
InfoQ
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Threat Research - Cisco Blogs
Google DeepMind News
Google DeepMind News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hacker News: Front Page
B
Blog RSS Feed
L
LangChain Blog
C
Check Point Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
G
GRAHAM CLULEY
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Microsoft Azure Blog
Microsoft Azure Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - Franky
S
Schneier on Security
Attack and Defense Labs
Attack and Defense Labs
Microsoft Security Blog
Microsoft Security Blog
N
Netflix TechBlog - Medium
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Tenable Blog
Simon Willison's Weblog
Simon Willison's Weblog
L
LINUX DO - 热门话题
阮一峰的网络日志
阮一峰的网络日志
Hacker News: Ask HN
Hacker News: Ask HN
A
Arctic Wolf
Schneier on Security
Schneier on Security
The Last Watchdog
The Last Watchdog
Latest news
Latest news
T
The Exploit Database - CXSecurity.com

elpa/gnu.git, branch externals/auctex

Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git elpa/gnu.git - GNU ELPA Activate new xref backend - elpa/gnu.git elpa/gnu.git - GNU ELPA ; Fix description about `LaTeX-expl3-syntax-table' - elpa/gnu.git Delete compat function `TeX-always' - elpa/gnu.git Fix fontification of verb macros followed by space - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Add new style/lineno.el - elpa/gnu.git Record workaround for autonum previews - elpa/gnu.git elpa/gnu.git - GNU ELPA Update style/eso-pic.el to package v3.0e ; * style/contract.el ("contract"): Speed up the additions. - elpa/gnu.git ; * style/contract.el ("contract"): Speed up the additions. ; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034) - elpa/gnu.git ; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034) ; * style/expl3.el (TeX-arg-expl3-macro): Fix docstring. - elpa/gnu.git ; * style/expl3.el (TeX-arg-expl3-macro): Fix docstring. Update style/simpleicons.el to package v16.17.0 - elpa/gnu.git Update style/simpleicons.el to package v16.17.0 elpa/gnu.git - GNU ELPA * style/contract.el ("contract"): Fix usage of \refParN. Improve matching of header end/trailer start in ConTeXt - elpa/gnu.git Improve matching of header end/trailer start in ConTeXt elpa/gnu.git - GNU ELPA Improve style/standalone.el elpa/gnu.git - GNU ELPA Update style/lua-unicode-math.el to package v0.8 Update style/babel.el to package v26.4 - elpa/gnu.git * style/babel-german.el ("babel-german"): Add missing macros. - elpa/gnu.git Update style/simpleicons.el to package v16.12.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Add compatibility shim for obsolete preview option
elpa/gnu.git - GNU ELPA
Arash Esbati · 2026-06-24 · via elpa/gnu.git, branch externals/auctex

* style/l3doc.el (LaTeX-l3doc-class-options-list): Rename from `LaTeX-l3doc-class-options' containing updated key=value options. (LaTeX-l3doc-class-options): New function.

diff --git a/style/l3doc.el b/style/l3doc.el
index 9b30a5a45e2..7d3ef93db94 100644
--- a/style/l3doc.el
+++ b/style/l3doc.el

@@ -1,6 +1,6 @@

;;; l3doc.el --- AUCTeX style for `l3doc.cls' -*- lexical-binding: t; -*-

-;; Copyright (C) 2022--2025 Free Software Foundation, Inc.

+;; Copyright (C) 2022--2026 Free Software Foundation, Inc.

;; Author: Arash Esbati <arash@gnu.org>

;; Maintainer: auctex-devel@gnu.org

@@ -24,7 +24,7 @@

;;; Commentary:

-;; This file adds support for `l3doc.cls' dated 2022/02/24.

+;; This file adds support for `l3doc.cls' dated 2026-06-18.

;;; Code:

@@ -238,14 +238,25 @@ For syntax environment from l3doc class."

'function)))

TeX-dialect)

-(defvar LaTeX-l3doc-class-options

+(defvar LaTeX-l3doc-class-options-list

(progn

(TeX-load-style "article")

- (append (remove "a5paper" LaTeX-article-class-options)

- '("full" "onlydoc" "check" "nocheck" "checktest"

- "nochecktest" "kernel" "stdmodule" "cm-default"

- "lm-default" "cs-break-off" "cs-break-nohyphen"

- "show-notes" "hide-notes")))

+ (append (mapcar #'list (remove "a5paper" LaTeX-article-class-options))

+ '(("full") ("onlydoc")

+ ("lm-default" ("true" "false"))

+ ("kernel" ("true" "false"))

+ ("check" ("true" "false"))

+ ("checktest" ("true" "false"))

+ ("stdmodule" ("true" "false"))

+ ("cs-break" ("true" "false"))

+ ("cs-break-nohyphen" ("true" "false"))

+ ("show-notes" ("true" "false"))

+ ("hide-notes" ("true" "false"))

+ ("base-date"))))

"Class options for the l3doc class.")

+(defun LaTeX-l3doc-class-options ()

+ "Read the l3doc class options from the user."

+ (TeX-read-key-val t LaTeX-l3doc-class-options-list))

+

;;; l3doc.el ends here