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

推荐订阅源

WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
Jina AI
Jina AI
博客园 - Franky
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
B
Blog RSS Feed
雷峰网
雷峰网
D
DataBreaches.Net
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
I
InfoQ
美团技术团队
云风的 BLOG
云风的 BLOG
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
G
Google Developers Blog
T
Tailwind CSS Blog
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
月光博客
月光博客
Engineering at Meta
Engineering at Meta

elpa/gnu.git, branch externals/auctex

Update style/keytheorems.el to package v0.4.0 - elpa/gnu.git Release GNU AUCTeX 14.2.0 - elpa/gnu.git * latex.el (LaTeX-what-macro): Fix chars to skip backwards. - 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 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
* tex-ispell.el: Consolidate regexp for tabular environme...
Arash Esbati · 2026-09-14 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-09-14 14:59:44 +0200
committerArash Esbati <arash@gnu.org>2026-09-14 14:59:44 +0200
commitfbd3a2d48d07e1ecece33987318e8d80abef04de (patch)
tree326cfcadbc4aeb3216526157b8e4dc596702f887
parentbc4bfbde77af88fa5ba28252ca646e2333087026 (diff)

* tex-ispell.el: Consolidate regexp for tabular environments.

-rw-r--r--tex-ispell.el9

1 files changed, 4 insertions, 5 deletions

diff --git a/tex-ispell.el b/tex-ispell.el
index 48b3ec5b959..52122404ee7 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el

@@ -399,14 +399,13 @@ not be quoted. An opening brace `{', asterisk `*' and at-sign

(TeX-ispell-skip-setcdr

'(;; filecontents.sty

("filecontents\\*?" ispell-tex-arg-end)

- ;; stabular.sty

- ("stabular" ispell-tex-arg-end)

- ("stabular\\*" TeX-ispell-tex-arg-end)

+ ;; Standard LaTeX tabular, stabular.sty

+ ("s?tabular" ispell-tex-arg-end)

+ ;; Standard LaTeX tabular*, stabular.sty, tabularx.sty, tabulary.sty,

+ ("s?tabular[*xy]" TeX-ispell-tex-arg-end)

;; tabularray.sty

("\\(?:long\\|tall\\)?tblr" ispell-tex-arg-end)

("booktabs" ispell-tex-arg-end)

- ;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env

- ("tabular[*xy]" TeX-ispell-tex-arg-end)

;; tcolorbox.sty -- raster library

("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end)

;; xltabular.sty