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

推荐订阅源

V
Visual Studio Blog
Recent Announcements
Recent Announcements
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog
罗磊的独立博客
月光博客
月光博客
J
Java Code Geeks
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
U
Unit 42
C
Check Point Blog
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog

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 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
elpa/gnu.git - GNU ELPA
Arash Esbati · 2026-06-17 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-06-16 19:42:27 +0200
committerArash Esbati <arash@gnu.org>2026-06-16 19:42:27 +0200
commitabe7da7ad93d8cc5f0b993ec243d1dba30686dc0 (patch)
treebbb8bcc8a2e8a3f4213e3a413939090cae7b62ea
parent2a180b543c2a49cb1061b135c33b4fdbd07b3b9b (diff)

* .dir-locals.el: Catch up with Emacs' .dir-locals.

-rw-r--r--.dir-locals.el3

1 files changed, 2 insertions, 1 deletions

diff --git a/.dir-locals.el b/.dir-locals.el
index 19a1d52b0b5..874e57a9ae7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el

@@ -7,7 +7,6 @@

(emacs-lisp-docstring-fill-column . 72)

(lisp-body-indent . 2)

(bug-reference-url-format . "https://debbugs.gnu.org/%s")

- (diff-add-log-use-relative-names . t)

(vc-prepare-patches-separately . nil)))

(log-edit-mode . ((log-edit-font-lock-gnu-style . t)

(log-edit-setup-add-author . t)

@@ -16,6 +15,8 @@

(change-log-mode . ((mode . bug-reference)

(add-log-time-zone-rule . t)

(fill-column . 74)))

+ (diff-mode . ((mode . whitespace)

+ (diff-add-log-use-relative-names . t)))

(emacs-lisp-mode . ((mode . bug-reference-prog)

(electric-quote-comment . nil)

(electric-quote-string . nil)