From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel,gmane.comp.gnu.core-utils.bugs Subject: Re: dired doesn't work properly with a multibyte locale Date: 13 Feb 2003 13:58:35 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301151043.TAA09856@etlken.m17n.org> <200301230602.PAA07755@etlken.m17n.org> <200301250049.JAA11674@etlken.m17n.org> <200301270501.OAA14427@etlken.m17n.org> <200301271109.UAA14818@etlken.m17n.org> <200302030017.JAA24252@etlken.m17n.org> <200302030211.LAA24365@etlken.m17n.org> <200302030840.RAA24766@etlken.m17n.org> <200302030910.SAA24834@etlken.m17n.org> <200302031117.UAA25007@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045145198 23176 80.91.224.249 (13 Feb 2003 14:06:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 14:06:38 +0000 (UTC) Cc: miles@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18jJs2-0005ZE-00 for ; Thu, 13 Feb 2003 14:57:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18jK4W-0004zQ-00 for ; Thu, 13 Feb 2003 15:10:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jJtf-0005ah-03 for emacs-devel@quimby.gnus.org; Thu, 13 Feb 2003 08:59:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18jJt8-0005V4-00 for emacs-devel@gnu.org; Thu, 13 Feb 2003 08:58:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18jJt3-0005NH-00 for emacs-devel@gnu.org; Thu, 13 Feb 2003 08:58:50 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jJsu-0005FB-00; Thu, 13 Feb 2003 08:58:40 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 18jJsp-0003Iw-00; Thu, 13 Feb 2003 13:58:35 +0000 Original-To: Kenichi Handa Original-Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-cc: bug-coreutils@gnu.org Original-cc: emacs-pretest-bug@gnu.org Original-cc: schwab@suse.de Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11623 gmane.comp.gnu.core-utils.bugs:126 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11623 Kenichi Handa writes: > Please try this workaround. It avoids setting > `dired-filename' property if the next character of filename > is not a newline. I think it detects the problem of "ls" in > most cases by a low cost. That appears to work for my case. I suggest installing it.