From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Eshell manual overhaul and Eshell patches Date: Fri, 08 Feb 2013 10:09:22 -0500 Message-ID: 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 1360336170 1080 80.91.229.3 (8 Feb 2013 15:09:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2013 15:09:30 +0000 (UTC) Cc: John Wiegley , emacs-devel@gnu.org To: Aidan Gauland Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 16:09:51 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 1U3paH-0001GK-8o for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2013 16:09:49 +0100 Original-Received: from localhost ([::1]:48153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3pZy-0007Bx-9J for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2013 10:09:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3pZu-0007Be-IE for emacs-devel@gnu.org; Fri, 08 Feb 2013 10:09:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3pZs-0006y9-TB for emacs-devel@gnu.org; Fri, 08 Feb 2013 10:09:26 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:29179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3pZs-0006y2-Ol; Fri, 08 Feb 2013 10:09:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpZnt/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJBOICwbBLZEKA4hhnBmBXoMV X-IPAS-Result: Av4EABK/CFFFpZnt/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJBOICwbBLZEKA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="770658" Original-Received: from 69-165-153-237.dsl.teksavvy.com (HELO pastel.home) ([69.165.153.237]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 08 Feb 2013 10:09:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9147C59042; Fri, 8 Feb 2013 10:09:23 -0500 (EST) In-Reply-To: <87obfvsc3u.fsf@dimension8.tehua.net> (Aidan Gauland's message of "Fri, 08 Feb 2013 16:44:53 +1300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:156887 Archived-At: > With the help of the Eshell maintainer, John Wiegley, I have filled in > most of the missing sections in the Eshell manual, Cool, thanks, installed in emacs-23 and emacs-24. > 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. Would you like to take over maintainership of Eshell? -- Stefan