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: Thu, 09 Jun 2011 02:08:02 -0400 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 1307599703 30167 80.91.229.12 (9 Jun 2011 06:08:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2011 06:08:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alexander Klimov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 08:08:19 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 1QUYPj-0001IU-D8 for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2011 08:08:19 +0200 Original-Received: from localhost ([::1]:60117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUYPi-00071J-Fs for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2011 02:08:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUYPU-00071E-H9 for emacs-devel@gnu.org; Thu, 09 Jun 2011 02:08:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUYPT-0007wm-TX for emacs-devel@gnu.org; Thu, 09 Jun 2011 02:08:04 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUYPT-0007wi-S4 for emacs-devel@gnu.org; Thu, 09 Jun 2011 02:08:03 -0400 Original-Received: from localhost ([127.0.0.1]:51647) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUYPS-0001ro-NA; Thu, 09 Jun 2011 02:08:02 -0400 X-Spook: Taiwan ASO CDC e-cash ASIO Reno eavesdropping Mafia X-Ran: D[4t[jt(P^(LS#l"7j"SkKj~%tsmV+aViC#I5OH;.YSI8N_rF5.7RB6HlEJJC\}Mfl@7jm X-Hue: cyan X-Attribution: GM In-Reply-To: (Alexander Klimov's message of "Tue, 31 May 2011 11:07:20 +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:140313 Archived-At: Alexander Klimov wrote: > The following patch solves the most obvious cases in lisp/files.el and > lisp/mail/sendmail.el, Thanks; applied. > but in lisp/net/ange-ftp.el Hopefully fixed.