From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Chris F.A. Johnson" Newsgroups: gmane.emacs.help Subject: Re: Optimal emacs shell for coding Date: Wed, 13 Aug 2008 01:01:27 +0000 Organization: UseNetServer.com Message-ID: <9cef7$48a23267$cef88ba3$30933@TEKSAVVY.COM> References: <577bf477-6877-4cab-b4c3-fb72b995a095@i20g2000prf.googlegroups.com> <66bf7b7c-8e2b-4266-812a-6531c93f9399@v1g2000pra.googlegroups.com> <87skta4py4.fsf@lion.rapttech.com.au> <48A17CAA.2060505@gmail.com> <48A1D923.1030001@gmail.com> <48A1DE3D.7070704@gmail.com> Reply-To: cfajohnson@gmail.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1218591699 16831 80.91.229.12 (13 Aug 2008 01:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2008 01:41:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 13 03:42:30 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KT5NY-0001xy-Fi for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Aug 2008 03:42:24 +0200 Original-Received: from localhost ([127.0.0.1]:39989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KT5Mc-0000aQ-9w for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Aug 2008 21:41:26 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!nlpi057.nbdc.sbc.com!prodigy.net!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!TEKSAVVY.COM-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.1 (Linux) Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 38 Original-X-Trace: 9cef748a232676b5d2e0630933 Original-Xref: news.stanford.edu gnu.emacs.help:161191 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56534 Archived-At: On 2008-08-12, Eli Zaretskii wrote: ... > And I'm saying that you are wrong: -1 is not implied in a pipeline > from the shell prompt, either. Please try that and see for yourself. > I tried that both on GNU/Linux and in a Windows command prompt window, > and GNU `ls' does not imply -1 in either case. If the output is not going to a terminal, ls will print one file per line. This is as required by POSIX and how every version of ls behaves. At the shell prompt (GNU/Linux, FreeBSD, etc., etc...) $ touch qwerty uiop asdf ghjkl zxcv bnml $ ls asdf bnml ghjkl qwerty uiop zxcv $ ls | cat asdf bnml ghjkl qwerty uiop zxcv Emacs eshell behaves incorrectly: $ ls asdf bnml ghjkl qwerty uiop zxcv $ ls | cat asdf bnml ghjkl qwerty uiop zxcv -- Chris F.A. Johnson, webmaster =================================================================== Author: Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)