[Please fix your clock, your message's date is in the future.]
On 2008-02-02 12:26 +0100, Ryo IGARASHI wrote:
> Package: emacs22
> Severity: normal
>
> Emacs cannot open files with UTF-8 filename on zsh.
> No problem if I open file from C-x C-f or from Dired.
>
> On bash, there is also no problem handling this file, but
> Vim, /bin/cat can properly handle the file thus I file this bug to emacs22.
>
> To reproduce:
> $ zsh
> % touch $'\xe3\x81\x8b'
> % echo aaa > $'\xe3\x81\x8b'
> % emacs -Q $'\xe3\x81\x8b'
> (Does not open the file but new buffer is given)
I could not reproduce this (with emacs22-gtk), Emacs opened the file
just fine. Here is what was displayed in the *Messages* buffer:
,----
| ("emacs22" "-Q" "\343\201\213")
| Loading subst-ksc...done
| Loading subst-gb2312...done
| Loading subst-big5...done
| Loading subst-jis...done
| For information about the GNU Project and its goals, type C-h C-p.
`----
What do you get? And how is your new buffer named? For me it is called
"か".
> Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
I tried with de_DE.UTF-8, since I don't have Japanese locales.
Regards,
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]