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

推荐订阅源

C
Cisco Blogs
D
Docker
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
H
Help Net Security
Vercel News
Vercel News
S
SegmentFault 最新的问题
罗磊的独立博客
F
Full Disclosure
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
Last Week in AI
Last Week in AI
V
V2EX
腾讯CDC
IT之家
IT之家
爱范儿
爱范儿
博客园 - Franky
MyScale Blog
MyScale Blog
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Help Net Security
Help Net Security
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
Recorded Future
Recorded Future
A
Arctic Wolf
Cyberwarzone
Cyberwarzone
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News Blog
S
Schneier on Security
GbyAI
GbyAI
Schneier on Security
Schneier on Security
O
OpenAI News
F
Fortinet All Blogs
Y
Y Combinator Blog
Forbes - Security
Forbes - Security
NISL@THU
NISL@THU
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
MongoDB | Blog
MongoDB | Blog

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 elpa/gnu.git - GNU ELPA ; Fix description about `LaTeX-expl3-syntax-table' - 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
Delete compat function `TeX-always' - elpa/gnu.git
Arash Esbati · 2026-06-19 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-06-19 16:22:13 +0200
committerArash Esbati <arash@gnu.org>2026-06-19 16:22:13 +0200
commit3c3d2117854074b1add2d997c28a90a037c7dfb3 (patch)
tree7572587630c9e650c880b3e81853afe80fae9943
parent9316f5c71df63322eb54b0e536b63756dc7f8c76 (diff)

* latex.el (LaTeX-completion-parse-args): Use `always'. * tex.el (TeX-always): Delete compat code. AUCTeX requires Emacs 28.1 which provides the function `always' which is now used.

-rw-r--r--latex.el2
-rw-r--r--tex.el10

2 files changed, 1 insertions, 11 deletions

diff --git a/latex.el b/latex.el
index ae13f2eb078..a8dd6adad44 100644
--- a/latex.el
+++ b/latex.el

@@ -7987,7 +7987,7 @@ or `LaTeX-environment-list' and returns it."

;; cases, but will also fail for example in hyperref.el. This

;; decision should revisited at a later stage:

(when (assq 'TeX-arg-conditional arg-list)

- (cl-letf (((symbol-function 'y-or-n-p) #'TeX-always))

+ (cl-letf (((symbol-function 'y-or-n-p) #'always))

(while (and arg-list

(setq arg (car arg-list)))

(if (and (listp arg) (eq (car arg) 'TeX-arg-conditional))

diff --git a/tex.el b/tex.el
index 93a1f2c66c2..c095e9c5063 100644
--- a/tex.el
+++ b/tex.el

@@ -4891,16 +4891,6 @@ Return nil if ELT is not a member of LIST."

(make-obsolete 'TeX-assoc

"use (assoc-string KEY LIST t) instead." "AUCTeX 13.0")

-(if (>= emacs-major-version 28)

- (defalias 'TeX-always #'always)

- (defun TeX-always (&rest _arguments)

- "Ignore ARGUMENTS, do nothing and return t.

-This function accepts any number of arguments in ARGUMENTS.

-Also see `ignore'.

-

-This is a compatibility function for Emacs versions prior to v.28."

- t))

-

;; COMPATIBILITY for Emacs<30

(if (fboundp 'derived-mode-add-parents)

(defalias 'TeX-derived-mode-add-parents #'derived-mode-add-parents)