From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: filename coding systems and w32-*-file-name functions Date: Thu, 27 Nov 2008 22:59:29 +0800 Message-ID: <492EB5D1.8030701@f2s.com> References: <492EA386.4040204@gmx.at> <492EADA3.6000406@f2s.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227798149 22587 80.91.229.12 (27 Nov 2008 15:02:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2008 15:02:29 +0000 (UTC) Cc: martin rudalics , Emacs Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 27 16:03:32 2008 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.50) id 1L5iOn-00015I-M9 for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 16:03:21 +0100 Original-Received: from localhost ([127.0.0.1]:60924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5iNe-0006AV-1N for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 10:02:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5iLj-0005gv-Fp for emacs-devel@gnu.org; Thu, 27 Nov 2008 10:00:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5iLf-0005gd-L4 for emacs-devel@gnu.org; Thu, 27 Nov 2008 10:00:10 -0500 Original-Received: from [199.232.76.173] (port=52400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5iLf-0005ga-FV for emacs-devel@gnu.org; Thu, 27 Nov 2008 10:00:07 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.191]:8789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5iLe-0002Vh-TQ for emacs-devel@gnu.org; Thu, 27 Nov 2008 10:00:07 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so711935tia.10 for ; Thu, 27 Nov 2008 07:00:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=nUKzFNpat2k1xCjt2eVBve8n9NUdO2MiGm65KxHlKf4=; b=vNs0rvHprKntfAcn2vjtupZn3pSVPW5nrrbhZQjFpkGSQ7Mn0K0SKu2Yb7cbQBdqEY BKHd0e54l/GEkLNqZ6k6knToCEjk0Nh3Vmo2mFQuECPxNIOa7DJnS8SCBPtH65iGbP6Q GJoSFmBPZG/dxff0cOatSl+tSWTshYlsDgKKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=FZas2/F4KRi5X/pRFvIzYb2dcx8m4DOhQz1+90VL9ag1mtjSTYq8TdovLBpWs5wpds 0oh7+fASpLSGzCT4Dp8TSoY59KRXC42En/PFQm7XlDUSgT7M8NR/a1uuSJxwiqQlBNQw M1Kj4+dtaHOTIJQD433TuljlZxbYsMIGnogLc= Original-Received: by 10.110.57.6 with SMTP id f6mr10387396tia.55.1227798004520; Thu, 27 Nov 2008 07:00:04 -0800 (PST) Original-Received: from ?192.168.1.2? ([118.101.183.144]) by mx.google.com with ESMTPS id u8sm1627952tia.8.2008.11.27.07.00.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 Nov 2008 07:00:03 -0800 (PST) User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106235 Archived-At: Juanma Barranquero wrote: > What do we do about it? Is my "fix" (see bug report below) on the right track? > I think so.