-------- Weitergeleitete Nachricht --------
> Von: Thomas Mittelstaedt <[EMAIL PROTECTED]>
> Reply-to: [EMAIL PROTECTED]
> An: [EMAIL PROTECTED]
> Betreff: dired incorrectly displays directory name containing utf-8
> character
> Datum: Sat, 29 Nov 2008 04:39:17 +0100
> 
> Hallo, 
> 
> I don't know if this is a bug or if I need to set something up right.
> My home folder contains a file called 'Öffentlich', but dired displays
> it as 'Ã\226ffentlich'. I downloaded the latest dired version (7.16) and
> tried dired-mule, which did not help.
> 
> thomas
> 

-------- Weitergeleitete Nachricht --------
> Von: Stephen J. Turnbull <[EMAIL PROTECTED]>
> An: [EMAIL PROTECTED]
> Kopie: [EMAIL PROTECTED]
> Betreff: Re: dired incorrectly displays directory name containing utf-8 
> character
> Datum: Sat, 29 Nov 2008 14:28:52 +0900
> 
> Thomas Mittelstaedt writes:
>  > And I am using a recent mercurial version of xemacs, which correctly
>  > displays unicode files otherwise.
> 
> Try M-: (setq file-name-coding-system 'utf-8) RET, then dired.  Or
> M-: (setq default-process-coding-system 'utf-8) RET, then dired.  Note
> that both of these will have potentially unpleasant side effects.  Eg,
> if you have non-UTF-8 file names (possibly on removable media!) for
> file-name-coding-system, and on all process I/O if XEmacs runs
> external programs expecting a different coding system for
> default-process-coding-system.
> 
> Also please use M-x dired-report-bug to report to the dired
> maintainer.  I think that dired should respect
> file-name-coding-system, but I don't know if it does.
> 

-------- Weitergeleitete Nachricht --------
> Von: Michael Sperber <[EMAIL PROTECTED]>
> An: Stephen J. Turnbull <[EMAIL PROTECTED]>
> Kopie: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Betreff: Re: dired incorrectly displays directory name containing
> utf-8 character
> Datum: Sat, 29 Nov 2008 08:54:41 +0100
> 
> "Stephen J. Turnbull" <[EMAIL PROTECTED]> writes:
> 
> > Also please use M-x dired-report-bug to report to the dired
> > maintainer. I think that dired should respect
> > file-name-coding-system, but I don't know if it does.
> 
> It uses `insert-directory', which does respect the file-name coding
> system.
> 
> 


Emacs  : XEmacs 21.5  (beta28) "fuki" 8418d1ad4944+ [Lucid]
(i686-pc-linux) of Sun Nov  9 2008 on linux1
Package: Dired

current state:
==============
(setq
 dired-version "7.16"
 dired-after-readin-hook nil
 dired-backup-if-overwrite nil
 dired-before-readin-hook nil
 dired-chown-program "chown"
 dired-cleanup-alist '(("tex" ".toc" ".log" ".aux" ".dvi")
                       ("latex" ".toc" ".log" ".aux" ".idx" ".lof" ".lot"
                        ".glo" ".dvi")
                       ("bibtex" ".blg" ".bbl")
                       ("texinfo" ".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg"
                        ".pgs" ".tp" ".tps" ".vr" ".vrs")
                       ("patch" ".rej" ".orig") ("backups" "~")
                       ("completion-ignored-extensions" "CM/" "CVS/" ".o"
                        ".obj" ".elc" "~" ".bin" ".lbin" ".dvi" ".class")
                       )
 dired-compression-method 'gzip
 dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d")
"-f")
                                  (compress ".Z" ("compress" "-f")
                                   ("compress" "-d") "-f")
                                  (pack ".z" ("pack" "-f") ("unpack"))
                                  (compact ".C" ("compact") ("uncompact"))
                                  (bzip2 ".bz2" ("bzip2") ("bunzip2") "-f"))
 dired-copy-preserve-time t
 dired-do-highlighting t
 dired-do-interactive-permissions t
 dired-dwim-target nil
 dired-failed-marker-shell ?!
 dired-filename-re-ext "\\..+\\'"
 dired-find-file-compare-truenames t
 dired-find-subdir nil
 dired-gnutar-program nil
 dired-grep-load-hook nil
 dired-keep-marker-compress t
 dired-keep-marker-copy ?C
 dired-keep-marker-hardlink ?H
 dired-keep-marker-kill ?K
 dired-keep-marker-rename t
 dired-keep-marker-symlink ?S
 dired-keep-marker-uucode ?U
 dired-kept-versions 2
 dired-listing-switches "-al"
 dired-load-hook nil
 dired-local-variables-file ".dired"
 dired-ls-F-marks-symlinks nil
 dired-ls-locale nil
 dired-ls-program "ls"
 dired-mail-reader 'vm
 dired-mode-hook '(dired-install-menubar)
 dired-mode-line-modified "-%s%s%s-"
 dired-no-confirm nil
 dired-omit-extensions '(".class" ".lbin" ".bin" ".elc" ".obj" ".o"
"CVS/"
                         "CM/" "~" ".orig" ".rej" ".vrs" ".vr" ".tps" ".tp"
                         ".pgs" ".pg" ".kys" ".ky" ".fns" ".fn" ".cps" ".cp"
                         ".bbl" ".blg" ".glo" ".lot" ".lof" ".idx" ".dvi"
                         ".aux" ".log" ".toc")
 dired-omit-files nil
 dired-omit-regexps '("\\`#" "\\`\\.")
 dired-refresh-automatically t
 dired-setup-keys-hook nil
 dired-show-ls-switches nil
 dired-trivial-filenames "\\`\\.\\.?\\'\\|\\`#"
 dired-unshar-program nil
 dired-use-file-transformers t
 dired-use-ls-dired nil
 dired-verify-modtimes t
 reporter-version "Your version of reporter is obsolete.  Please
upgrade."
 )




_______________________________________________
Elisp-code-dired mailing list
Elisp-code-dired@nongnu.org
http://lists.nongnu.org/mailman/listinfo/elisp-code-dired

Reply via email to