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

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

bug#18891: Doesn't handle pwd = /C: very well


From: Eli Zaretskii
Subject: bug#18891: Doesn't handle pwd = /C: very well
Date: Fri, 07 Nov 2014 21:56:36 +0200

> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: rgm@gnu.org,  monnier@iro.umontreal.ca,  18891@debbugs.gnu.org
> Date: Fri, 07 Nov 2014 17:58:30 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Your change calls Ffile_accessible_directory_p, Fstring_match, and
> > Fsubstring with a unibyte (encoded) string as their argument.  I think
> > we should avoid that, as, e.g., Fstring_match might yield a false
> > positive under some encodings.
> 
> Shall I change it like this?

Yes, I think this is much better.  Thanks.





reply via email to

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