emacs-devel
[Top][All Lists]
Advanced

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

Re: Multibyte and unibyte file names


From: Stefan Monnier
Subject: Re: Multibyte and unibyte file names
Date: Thu, 24 Jan 2013 13:25:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> I think that for w32 it makes sense to try and always decode file names
>> before returning them to Elisp:
>> Most file names passed to Elisp primitives are derived from file names
>> returned by Elisp primitives, so if Emacs decodes all the file names it
>> returns to Elisp, we can expect to see *very* few encoded file names
>> passed to Elisp primitives.
> So you are saying that each primitive should detect unibyte file names
> it gets as arguments and DECODE_FILE them right away?

I think not: I was talking about decoding the file names *returned*
by primitives.


        Stefan



reply via email to

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