From owner-freebsd-commit Thu Aug 31 16:44:07 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA01516 for freebsd-commit-outgoing; Thu, 31 Aug 1995 16:44:07 -0700 Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA01501 for cvs-all-outgoing; Thu, 31 Aug 1995 16:43:46 -0700 Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA01488 for cvs-usrbin-outgoing; Thu, 31 Aug 1995 16:43:45 -0700 Received: from eikon.e-technik.tu-muenchen.de (eikon.regent.e-technik.tu-muenchen.de [129.187.42.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id QAA01482 ; Thu, 31 Aug 1995 16:43:29 -0700 Received: from vector.eikon.e-technik.tu-muenchen.de (vector.eikon.e-technik.tu-muenchen.de [129.187.142.36]) by eikon.e-technik.tu-muenchen.de (8.6.12/8.6.9) with ESMTP id BAA05733; Fri, 1 Sep 1995 01:43:06 +0200 Received: from localhost (localhost [127.0.0.1]) by vector.eikon.e-technik.tu-muenchen.de (8.6.11/8.6.9) with SMTP id DAA02282; Thu, 31 Aug 1995 03:00:45 +0200 Message-Id: <199508310100.DAA02282@vector.eikon.e-technik.tu-muenchen.de> X-Authentication-Warning: vector.eikon.e-technik.tu-muenchen.de: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: CVS-commiters@freefall.FreeBSD.org, cvs-usrbin@freefall.FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ee - Imported sources In-reply-to: Your message of "Wed, 30 Aug 1995 00:28:08 PDT." <199508300728.AAA15693@freefall.FreeBSD.org> Date: Thu, 31 Aug 1995 03:00:44 +0200 From: "Julian Stacey " Sender: commit-owner@FreeBSD.org Precedence: bulk Jordan, Ref. Easy Editor > It's also much SMALLER than vi Our /usr/bin/vi is a 233K demand paged dynamically linked executable. There are other vi like editors around much smaller than vi I used to use elvis & stevie on minix & dos (& ported one to a few OS's) I recall .exe's of about 50 to 100K; a dos vi.exe is still 96K, runs on a DOS 8086. You don't say if EE supports vi style interface ? If it merely supports emacs functionality ... so what ? Least suprise, dictates we offer the standard Unix editor interface. > since tossing a novice into vi with no help or clue as > to what the key bindings are is both cruel and in violation of the > Hague Convention. We are a BSD OS, not a DOS Weenie OS, if the user doesnt understand VI, that's his problem not ours, clueless DOSers are of debatable benefit, `Least suprise' requires we offer a vi like interface. PS I looked to see what old sources I have here: stevie-1.15src+3.45bin.tar.gz stevie-3.10+jhs.tar.gz gnu/generic/elvis-1.7.tar.gz but ive not tried porting them to this (FreeBSD) OS (I guess I could if needed) Julian S