From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: patch for long options in dired-listing-switches Date: Wed, 08 Jun 2011 12:30:26 -0400 Message-ID: References: <1koc284w4i.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1307555593 2643 80.91.229.12 (8 Jun 2011 17:53:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2011 17:53:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alexander Klimov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 08 19:53:06 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 1QUMwE-0005rS-8c for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2011 19:53:06 +0200 Original-Received: from localhost ([::1]:59264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUMwC-0005l1-TP for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2011 13:53:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QULeL-0000AO-Cv for emacs-devel@gnu.org; Wed, 08 Jun 2011 12:30:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QULeI-0005Uq-VM for emacs-devel@gnu.org; Wed, 08 Jun 2011 12:30:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QULeI-0005Um-LH for emacs-devel@gnu.org; Wed, 08 Jun 2011 12:30:30 -0400 Original-Received: from localhost ([127.0.0.1]:47291) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QULeE-0006G9-Fk; Wed, 08 Jun 2011 12:30:26 -0400 X-Spook: covert video MD2 CIDA Arnett electronic surveillance X-Ran: MPY[uhAbu/qNy-<1S'`|)[]=jQT$CGfG9I0Q-cL@LsrP(sP+icz3Crv'%Dp.lg=(G""J+4 X-Hue: yellow X-Attribution: GM In-Reply-To: (Alexander Klimov's message of "Wed, 8 Jun 2011 12:07:53 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:140305 Archived-At: Alexander Klimov wrote: > By the way, the documentation of dired-listing-switches does not say > that the long options are supported, but it also does not say that > they are not supported. I know. On reflection, I guess using long options does occur in practice and so should indeed be handled.