Hi! Am Freitag, den 28.01.2011, 22:44 +0100 schrieb Sven Joachim: > On 2011-01-28 22:23 +0100, Gernot Kieseritzky wrote: > > > Package: emacs > > Version: 23.2+1-7 > > Severity: important > > Tags: l10n > > > > Opening an existing file named "ÖÄÜß.txt" does not work, instead, Emacs > > creates a new buffer with the same name (reported correctly) which is empty. > > Works for me. Which filesystem is this, BTW?
EXT3 > > After saving the file name is corrupted displaying as "???.txt" on the > > console. > > Nautilus reports a "wrong encoding" and equally display three question marks > > instead of the "Umlauts". In contrast, in Ubuntu 10.04 utf8 encoded file > > names > > create no problems for Emacs. > > Please give a complete recipe, starting with "emacs23 -Q". If you > cannot reproduce the problem then, please investigate your ~/.emacs. emacs -Q Öäß.txt typing 123 test C-x C-s C-x C-c And it works! I haven't modified .emacs yet and it looks like this: > (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(cua-mode t nil (cua-base)) '(current-language-environment "German")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) When I remove '(current-language-environment "German"), the problem does not occur any more in a regular emacs session. Mhmm, but I guess this is needed e.g. for spellchecker. Thanks, Gernot Kieseritzky -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org