bug#81606: Mojibake with UTF-8 file names
Arash Esbati <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Werner LEMBERG <[email protected]> writes: > Agreed. So please reassign :-) Done. FWIW, this issue can be reproduced with tex-mode.el provided by Emacs as well. Save the files attached in a directory, start Emacs as 'emacs -Q' and open 'ä-include.tex'. Emacs now tries to open ä.tex (`tex-main-file') which doesn't work. I see this after hitting 'C-x C-b': I suspect the entry ("\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'" . latexenc-find-file-coding-system) in `file-coding-system-alist' is relevant, but I don't know the internals of file loading enough, so this assumption might be wrong. Best, Arash
buffer-list.png
(image/png, 11.3 KB) - not displayed
ä.tex
(application/x-tex, 175 B) - not displayed
ä-include.tex
(application/x-tex, 89 B) - not displayed