From owner-freebsd-questions@FreeBSD.ORG Thu Jun 25 20:32:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE73106564A for ; Thu, 25 Jun 2009 20:32:32 +0000 (UTC) (envelope-from erik@barragry.com) Received: from cork.barragry.com (cork.barragry.com [72.232.202.93]) by mx1.freebsd.org (Postfix) with ESMTP id 40ABA8FC23 for ; Thu, 25 Jun 2009 20:32:32 +0000 (UTC) (envelope-from erik@barragry.com) Received: by cork.barragry.com (Postfix, from userid 1006) id D0DDF1D7F76; Thu, 25 Jun 2009 15:32:31 -0500 (CDT) Date: Thu, 25 Jun 2009 15:32:31 -0500 From: Erik Osterholm To: Erich Dollansky Message-ID: <20090625203231.GA8436@barragry.com> References: <4A430505.2020909@gmail.com> <200906251328.55846.erich@apsara.com.sg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906251328.55846.erich@apsara.com.sg> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Manish Jain , freebsd-questions@freebsd.org, bf1783@googlemail.com Subject: Re: The question of moving vi to /bin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 20:32:32 -0000 On Thu, Jun 25, 2009 at 01:28:54PM +0800, Erich Dollansky wrote: > Hi, > > On 25 June 2009 pm 13:03:01 Manish Jain wrote: > > > If you want to make a case for replacing ed(1), you're going > > > to have to come up with some concrete reasons for doing so, > > > not just make a (long and hyperbolic) statement that you > > > don't like it. > > > > requirements of being interactive. That's one reason. Secondly, > > how many times does an average commandline user even think of > > using ed when he needs to edit a file, even in the extreme case > > where there are no alternatives ? > > > isn't there ee in the base system? ee is in /usr/bin, just like vi. > > Till the improvements are in place, we need the alternative of > > having vi under /bin rather than /usr/bin. > > > I do not see any reason to have a monster like vi there. I agree, but for different reasons. Though I love vi(m), I realize that not everyone does. If the point of all of this is to provide an editor which can be used by just about anyone in the event that /usr is unavailable, vi will not fit the bill any more than ex will. ee is a better start, and it's conveniently 1/5 the size of vi. > > But I guess my words are of no use when the people who matter > > just won't listen. So I give any hopes in this regard. > > I hope that they do not listen. > > It would be even better to have an editor like joe in /bin than > anything like vi. Certainly. Erik