From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: Re: patch for long options in dired-listing-switches Date: Tue, 31 May 2011 12:27:55 +0300 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: dough.gmane.org 1306834111 31867 80.91.229.12 (31 May 2011 09:28:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 May 2011 09:28:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 31 11:28:27 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QRLFO-0005MP-OV for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 11:28:22 +0200 Original-Received: from localhost ([::1]:40387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLFO-0002I7-C0 for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 05:28:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRLFL-0002Hu-LP for emacs-devel@gnu.org; Tue, 31 May 2011 05:28:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRLFG-0000pm-1u for emacs-devel@gnu.org; Tue, 31 May 2011 05:28:19 -0400 Original-Received: from www.eitan.edu ([199.203.54.24]:47578 helo=eitan.edu) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QRLFF-0000p8-Hl for emacs-devel@gnu.org; Tue, 31 May 2011 05:28:13 -0400 Original-Received: (qmail 7681 invoked from network); 31 May 2011 09:27:55 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 31 May 2011 09:27:55 -0000 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 199.203.54.24 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139948 Archived-At: On Tue, 31 May 2011, Eli Zaretskii wrote: > Could someone who uses Windows please see if this does TRT with > ls-lisp.el emulation of `ls'? Long options are not currently > supported by it, but the question is will appending " -t" work? Yes, Eval: (dired "." "-la -t") works on Windows. -- Regards, ASK