From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: What does Emacs on w32 know that grep can't figure out? Date: Sat, 02 Oct 2010 00:40:24 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285972829 27183 80.91.229.12 (1 Oct 2010 22:40:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 22:40:29 +0000 (UTC) Cc: Juanma Barranquero , Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 02 00:40:27 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P1oHD-0000O7-BS for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 00:40:27 +0200 Original-Received: from localhost ([127.0.0.1]:53387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1oHC-0008Ve-I5 for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 18:40:26 -0400 Original-Received: from [140.186.70.92] (port=39126 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1oH6-0008Uv-Oh for emacs-devel@gnu.org; Fri, 01 Oct 2010 18:40:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1oH5-0001zj-Sf for emacs-devel@gnu.org; Fri, 01 Oct 2010 18:40:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1oH5-0001zd-MZ for emacs-devel@gnu.org; Fri, 01 Oct 2010 18:40:19 -0400 Original-Received: from dyn.144-85-140-135.dsl.vtx.ch ([144.85.140.135]:12983 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1P1oH5-0002l1-0j; Fri, 01 Oct 2010 18:40:19 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5AFFB6611D; Sat, 2 Oct 2010 00:40:24 +0200 (CEST) In-Reply-To: (Lennart Borgman's message of "Fri, 1 Oct 2010 02:29:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131199 Archived-At: > I actually think that there is no grep etc that handles this kind of > files on w32. Is there on *nix? UTF-16 is the problem, and it (basically) doesn't exist on non-w32 platforms. Stefan