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

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

Re: Open a file in Hangul(Korean Alphapet) name directory with gtkfilech


From: Kenichi Handa
Subject: Re: Open a file in Hangul(Korean Alphapet) name directory with gtkfilechooser open dialog.
Date: Mon, 29 Nov 2004 16:33:11 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, sangu <address@hidden> writes:

> ** some file is opened with emacs in command line **
> Excute "emacs somefile" in Hangul name(like 한글) directory
> Can't open somefile.

> ** in emacs **
> HangulNameDirectory=한글

> ctrl + x ctrl + f ~/$HangulNameDirectory/somefile
> somefile is opened well.

Thank you for the bug report.  I've just installed a fix.
Please try the latest CVS code.

---
Ken'ichi HANDA
address@hidden

PS.  The change I've done is roughly this.

Before we run command-line at startup time, set
default-directory to a mulitbyte string made by:
    string_to_multibyte (make_unibyte_string (dir, strlen (dir)));
and decode it by locale-coding-system in command-line after
we decide locale-coding-system.   This way, even before we
decode default-directory, various file I/O functions should
correctly handle it.




reply via email to

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