emacs-devel
[Top][All Lists]
Advanced

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

Re: convert-standard-filename


From: Michael Albinus
Subject: Re: convert-standard-filename
Date: Mon, 08 Aug 2011 09:33:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>> How 'bout a file-name-equal, which could also try to account for
>>> case-sensitivity?
>> He-he, I was arguing for years that file names are not strings and
>> cannot be compared as strings.  Finally I have someone who agrees ;-)
>
> I always thought you weren't completely convinced.  I'm all for it.
> We do want to define it carefully, tho.  E.g. it should only operate on
> names without performing any actual file/directory lookup.

It shall also support file name handlers. I would prefer 

(file-name-equal "/sudo::/" "/sudo:address@hidden:/") => t

if appropriate (depends on default settings). This doesn't need to touch
the remote host either.

>         Stefan

Best regards, Michael.



reply via email to

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