From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: directory-files function - strange bug Date: Sat, 18 Jan 2014 20:49:30 +0200 Message-ID: <83bnz9jfb9.fsf@gnu.org> References: <7ac380fd-06dd-4184-9aa0-43da0fa6a58d@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1390070987 28610 80.91.229.3 (18 Jan 2014 18:49:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jan 2014 18:49:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 18 19:49:53 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W4axt-0002nz-Ek for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jan 2014 19:49:53 +0100 Original-Received: from localhost ([::1]:43962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4axs-0005KE-Vz for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jan 2014 13:49:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4axc-0005Jh-8J for help-gnu-emacs@gnu.org; Sat, 18 Jan 2014 13:49:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4axU-0004FT-Tl for help-gnu-emacs@gnu.org; Sat, 18 Jan 2014 13:49:36 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4axU-0004FM-Lt for help-gnu-emacs@gnu.org; Sat, 18 Jan 2014 13:49:28 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MZM00I001DPBZ00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Sat, 18 Jan 2014 20:49:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZM00IM11ME4E90@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Sat, 18 Jan 2014 20:49:27 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95488 Archived-At: > Date: Sat, 18 Jan 2014 10:37:05 -0800 (PST) > From: Deric Bytes >=20 > When I viewed the file in cygwin the =E2=80=93 was shown as =E2= =80=93??. Cygwin uses Unicode (a.k.a. "wide") APIs to communicate file names to the system, so it can support file names outside of the current codepage. So will Emacs in the next version. > What is strange is that it worked on my c: drive and not my f: driv= e. I suspect they have different filesystems, like NTFS vs FAT32.