emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dired can't display UTF-8 characters in monthname


From: Peter Dyballa
Subject: Re: dired can't display UTF-8 characters in monthname
Date: Wed, 20 Apr 2005 00:08:55 +0200


Am 19.04.2005 um 23:37 schrieb Stefan Monnier:

When I dired a directory with files from March I see something like this:
   -rw-r--r--    1 pete  pete    2688  7 Mär 16:19 slh-inst.log

Do you also get that with "emacs -q --no-site-file"?


No, in that case the month's name is correct as "Mär" ... all customization settings with coding-system or utf-8 in it are:

(setq file-coding-system-alist
  (append
   '(("\\.tex\\'" iso-latin-9-unix . iso-latin-9-unix))
file-coding-system-alist))

(modify-coding-system-alist 'process "\\*shell\\*\\'" 'utf-8-unix)

But some files are loaded or required ... I'll check them before going to sleep! (And I hopefully remember to check with -q --no-site-file before!!)

--
Greetings

  Pete





reply via email to

[Prev in Thread] Current Thread [Next in Thread]