From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: UK date format in Dired Date: Sat, 27 Jan 2007 12:36:04 +0200 Message-ID: References: <2c75873c0701242215q2b07ab52u2dc74f10946c58f9@mail.gmail.com> <2c75873c0701261055q49f763dfh474d002c566de36b@mail.gmail.com> <2c75873c0701261241v2dc01ea1q27c3f661d90bb238@mail.gmail.com> <714145E9-03DB-4CB7-BA5C-ADFA0706937B@Web.DE> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1169894184 10630 80.91.229.12 (27 Jan 2007 10:36:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Jan 2007 10:36:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 27 11:36:18 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HAkur-0001yi-GN for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jan 2007 11:36:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAkur-00020n-1P for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jan 2007 05:36:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAkuf-00020i-7g for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 05:36:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAkuc-00020W-Qg for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 05:35:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAkuc-00020T-MA for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 05:35:58 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HAkuc-0006rs-9S for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 05:35:58 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-247-172.inter.net.il [80.230.247.172]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BSK02270 (AUTH halo1); Sat, 27 Jan 2007 12:35:50 +0200 (IST) In-reply-to: <714145E9-03DB-4CB7-BA5C-ADFA0706937B@Web.DE> (message from Peter Dyballa on Fri, 26 Jan 2007 23:14:31 +0100) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40705 Archived-At: > From: Peter Dyballa > Date: Fri, 26 Jan 2007 23:14:31 +0100 > Cc: help-gnu-emacs@gnu.org > > I remember a time on MS DOS or MS Windows where a shell interpreter > was available, command.com, in its own window (or terminal). Maybe > you have a similiar thing by hand. It should work to invoke 'ls -- > help' to see what the ls command understands. The GNU ls command I > use in my Emacsen on Mac OS X tells me (usually in German, because I > have the environment variable LANG set to some German value) that it > accepts: Again, Emacs on the OP's platform doesn't use any external program to produce the Dired listing, it uses the emulation in ls-lisp.el. So playing with `ls' switches will not help.