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

推荐订阅源

F
Fortinet All Blogs
罗磊的独立博客
IT之家
IT之家
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
博客园 - 聂微东
博客园_首页
爱范儿
爱范儿
量子位
博客园 - 三生石上(FineUI控件)
G
Google Developers Blog
Martin Fowler
Martin Fowler
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Vercel News
Vercel News
腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Engineering at Meta
Engineering at Meta

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-17 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-08-16 21:46:58 +0200
committerArash Esbati <arash@gnu.org>2026-08-16 21:46:58 +0200
commit49cdf3e89bf0b6655deafe4724d979e2a026c8c9 (patch)
tree10be9eb941abbd2493a3cac9f2e109657e21e6c1
parent3ad2a0a8e7349641685cdd0e81c3d11d56eedf65 (diff)

Add a note for master file names with non-ASCII chars

* doc/auctex.texi (Multifile): Add a note that file coding should be set explicitly in a subfile when the name of the master file contains non-ASCII characters. Text suggested by Eli Zaretskii <eliz@gnu.org>. (Bug#81606)

-rw-r--r--doc/auctex.texi15

1 files changed, 15 insertions, 0 deletions

diff --git a/doc/auctex.texi b/doc/auctex.texi
index 07ad346c9e8..3ea905b733a 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi

@@ -4717,6 +4717,21 @@ your files.

%%% End:

@end example

+If you're using non-@acronym{ASCII} characters in the name of the master

+file, you should give Emacs a hint about the correct coding of the current

+file like this:

+

+@example

+%%% Local Variables:

+%%% coding: utf-8

+%%% TeX-master: "ä-master"

+%%% End:

+@end example

+

+@noindent

+In general, we recommend to use @acronym{UTF}-8 for any

+non-@acronym{ASCII} text.

+

You should always set this variable to the name of the top level document. If

you always use the same name for your top level documents, you can set

@code{TeX-master} in your init file such as @file{init.el} or @file{.emacs}.