[auctex 14.1.2]
[Emacs 32.0.50 built from git on 2026-07-10]

Consider the two attached files, `ä.tex` and `ä-include.tex`.  If I
load `ä-include.tex`, AUCTeX also tries to load master file `ä.tex`.
However, this fails: the file name isn't correctly encoded or decoded
and a buffer called `\303\244.tex` gets created instead (see attached
image).


    Werner
\documentclass{article}

\begin{document}

master-foo

\include{ä-include}

master-bar

\end{document}

%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-engine: luatex
%%% TeX-master: t
%%% End:
include-foo

%%% Local Variables:
%%% mode: latex
%%% TeX-engine: luatex
%%% TeX-master: "ä"
%%% End:
_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to