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

推荐订阅源

小众软件
小众软件
量子位
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
美团技术团队
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
博客园 - 【当耐特】
L
LangChain Blog
A
About on SuperTechFans
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
博客园_首页
WordPress大学
WordPress大学
博客园 - Franky
Engineering at Meta
Engineering at Meta
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence

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 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 Use ConTeXt Mark XL instead of LMTX - elpa/gnu.git
elpa/gnu.git - GNU ELPA
Arash Esbati · 2026-08-19 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-08-18 21:10:05 +0200
committerArash Esbati <arash@gnu.org>2026-08-18 21:10:05 +0200
commit228e2c7ff54b1d192bc8054bb02a9a31744eece4 (patch)
tree7604b63fcaf890858a29dbe81dc2ed1bb2bd08a1
parent6c1946509ede40ae717b4678a4ea3be57f65985b (diff)

* latex-flymake.el (LaTeX-flymake-chktex-options): Add link.

-rw-r--r--latex-flymake.el3

1 files changed, 2 insertions, 1 deletions

diff --git a/latex-flymake.el b/latex-flymake.el
index 86526256544..e9653230870 100644
--- a/latex-flymake.el
+++ b/latex-flymake.el

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

;;; latex-flymake.el --- Flymake integration -*- lexical-binding: t; -*-

-;; Copyright (C), 2018--2024 Free Software Foundation, Inc.

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

;; Author: Alex Branham <branham@utexas.edu>

;; Maintainer: auctex-devel@gnu.org

@@ -52,6 +52,7 @@ See the chktex manual for warning numbers and details about how to use

flags."

:type '(choice (const :tag "Use chktex defaults" nil)

(repeat :tag "Custom chktex options" string))

+ :link '(url-link "man:chktex(1)")

:group 'LaTeX)

(defun LaTeX-flymake (report-fn &rest _args)