[Q] Re: [21.5] Implement FcConfig handling (95%)
Stephen J. Turnbull
stephen at xemacs.org
Tue Apr 24 04:53:41 EDT 2007
Aidan Kehoe writes:
> > What do you mean, we "should" normalize? Normalization is an
> > optimization. We should recognize all equivalent forms as equivalent,
>
> To do that, we need to normalise. Recognising that "/tmp/aidan/a~argh" and
-------------- next part --------------
> "/tmp/aidan/?argh" are the same file
-------------- next part --------------
can?t be done without it.
On the Mac it can, because the usual system calls will do it for you.
Or we could implement file names as regexps. It's an optimization to
actually normalize.
But the real problem is that on a typical Linux system with ext2 fs,
they aren't the same file name AFAIK.
AFAICS this is going to get us into all the same problems that come
with case (in)sensitive file names. I don't see a need for XEmacs to
be a leader here.
More information about the XEmacs-Patches
mailing list