From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Colin Walters Newsgroups: gmane.emacs.bugs Subject: Re: Dired doesn't understand localized file dates Date: 04 Jun 2002 15:10:06 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <1023217807.1358.935.camel@space-ghost> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023218489 7841 127.0.0.1 (4 Jun 2002 19:21:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Jun 2002 19:21:29 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17FJs1-00022F-00 for ; Tue, 04 Jun 2002 21:21:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17FJrf-0001dR-00; Tue, 04 Jun 2002 15:21:07 -0400 Original-Received: from monk.debian.net ([216.185.54.61] helo=monk.verbum.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17FJr8-0001bS-00 for ; Tue, 04 Jun 2002 15:20:34 -0400 Original-Received: from space-ghost.verbum.private (freedom.cis.ohio-state.edu [164.107.60.183]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "space-ghost.verbum.org", Issuer "monk.verbum.org" (verified OK)) by monk.verbum.org (Postfix (Debian/GNU)) with ESMTP id 1A8A674000BA for ; Tue, 4 Jun 2002 15:20:20 -0400 (EDT) Original-Received: by space-ghost.verbum.private (Postfix (Debian/GNU), from userid 1000) id AEB32806BC0; Tue, 4 Jun 2002 15:10:07 -0400 (EDT) Original-To: bug-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.0.3 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1793 On Mon, 2002-06-03 at 22:22, Thien-Thi Nguyen wrote: > the way to do this generally would be to create a temporary file (w/ known > name, excluding spaces, and mtime), capture its ls(1) output, and figure out > parse hints for use by dired (learn-by-example). The real solution is to reimplement ls in Lisp, and then change Dired to use it. Then it will be completely reliable, something that a solution based on regexps will, generally speaking, never be. The first part has already been done (see ls-lisp.el).