From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aidan Gauland Newsgroups: gmane.emacs.devel Subject: Re: Eshell manual overhaul and Eshell patches Date: Sat, 09 Feb 2013 08:24:00 +1300 Message-ID: <87halmsj73.fsf@dimension8.tehua.net> References: <87obfvsc3u.fsf@dimension8.tehua.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360351458 5694 80.91.229.3 (8 Feb 2013 19:24:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2013 19:24:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 20:24:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U3tYs-0003Ok-Ki for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2013 20:24:38 +0100 Original-Received: from localhost ([::1]:34968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3tYZ-00023w-Hy for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2013 14:24:19 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3tYX-00023T-7r for emacs-devel@gnu.org; Fri, 08 Feb 2013 14:24:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3tYV-00058G-Ok for emacs-devel@gnu.org; Fri, 08 Feb 2013 14:24:17 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3tYV-000589-IH for emacs-devel@gnu.org; Fri, 08 Feb 2013 14:24:15 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3tYk-0003K1-AB for emacs-devel@gnu.org; Fri, 08 Feb 2013 20:24:30 +0100 Original-Received: from 114-134-8-58.rurallink.co.nz ([114.134.8.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 20:24:30 +0100 Original-Received: from aidalgol by 114-134-8-58.rurallink.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 20:24:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 114-134-8-58.rurallink.co.nz User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:o2DIGMsA7lzWcjyRER9DCdRWNXo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:156900 Archived-At: Stefan Monnier writes: >> and made some fixes to Eshell itself along the way. > > Installed in trunk. You didn't say what the patches were meant to do, > and I could only guess some part, so I used the following commit message: > > Summary: * lisp/eshell: Minor fixes. > Author: Aidan Gauland > > * lisp/eshell/em-ls.el (show-almost-all): Declare. > (eshell-do-ls): Add support for -A argument. > * lisp/eshell/esh-proc.el (eshell/kill): Rewrite. Sorry about that; the ls patch does exactly that, and the kill rewrite was to make the command more closely follow the argument syntax of the Unix kill command (on GNU/Linux, at least).