From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: patch for long options in dired-listing-switches Date: Tue, 31 May 2011 04:52:47 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1306831978 19034 80.91.229.12 (31 May 2011 08:52:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 May 2011 08:52:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alexander Klimov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 31 10:52:54 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 1QRKh2-00066w-H8 for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 10:52:52 +0200 Original-Received: from localhost ([::1]:35599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRKh2-0000pO-5Y for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 04:52:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRKgz-0000p2-2K for emacs-devel@gnu.org; Tue, 31 May 2011 04:52:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRKgy-0002fN-9C for emacs-devel@gnu.org; Tue, 31 May 2011 04:52:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRKgy-0002fJ-7o for emacs-devel@gnu.org; Tue, 31 May 2011 04:52:48 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QRKgx-0006gA-Po; Tue, 31 May 2011 04:52:47 -0400 In-reply-to: (message from Alexander Klimov on Tue, 31 May 2011 11:07:20 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:139945 Archived-At: > Date: Tue, 31 May 2011 11:07:20 +0300 > From: Alexander Klimov > > The simplest solution is to concat with " -t" instead. The following > patch solves the most obvious cases in lisp/files.el and > lisp/mail/sendmail.el, but in lisp/net/ange-ftp.el Thanks. 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?