From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: dired doesn't work properly with a multibyte locale Date: Wed, 15 Jan 2003 18:30:05 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301151043.TAA09856@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042673818 4164 80.91.224.249 (15 Jan 2003 23:36:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2003 23:36:58 +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 18Yx5b-00014X-00 for ; Thu, 16 Jan 2003 00:36:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18YxEG-0000b0-00 for ; Thu, 16 Jan 2003 00:45:52 +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 18Yx4h-0002ky-00 for emacs-devel@quimby.gnus.org; Wed, 15 Jan 2003 18:35:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Yx3T-0002JY-00 for emacs-devel@gnu.org; Wed, 15 Jan 2003 18:34:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Yx0r-0000bQ-00 for emacs-devel@gnu.org; Wed, 15 Jan 2003 18:32:01 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ywz0-00006d-00; Wed, 15 Jan 2003 18:30:06 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18Ywyz-0001Zw-00; Wed, 15 Jan 2003 18:30:05 -0500 Original-To: handa@m17n.org In-reply-to: <200301151043.TAA09856@etlken.m17n.org> (message from Kenichi Handa on Wed, 15 Jan 2003 19:43:55 +0900 (JST)) Original-cc: emacs-pretest-bug@gnu.org 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:10770 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10770 It surely removes all text properties. But, we can preserve the text-property `dired-filename' by decoding one bunch by one. Could you please try the attached patch? I have not yet installed it because I don't have such a system at hand and can't test it. That is a clever solution. It might be slow, but perhaps it is fast enough for the job at hand. Miles, do you find it fast enough?