From owner-freebsd-current@FreeBSD.ORG Sat Jun 18 05:23:45 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88B516A41C; Sat, 18 Jun 2005 05:23:45 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965F243D1F; Sat, 18 Jun 2005 05:23:45 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j5I5NjId052775; Fri, 17 Jun 2005 22:23:45 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j5I5NjPp052774; Fri, 17 Jun 2005 22:23:45 -0700 (PDT) (envelope-from sgk) Date: Fri, 17 Jun 2005 22:23:45 -0700 From: Steve Kargl To: Garance A Drosehn Message-ID: <20050618052345.GA52745@troutmask.apl.washington.edu> References: <20050617211950.GA41720@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@FreeBSD.org Subject: Re: Replace /rescue/vi with mined(1) with a BSD license X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2005 05:23:45 -0000 On Sat, Jun 18, 2005 at 12:48:04AM -0400, Garance A Drosehn wrote: > > What Matt did was contact the original author and get the editor put > under a BSD license, and then he went on to make a few improvements > to it. It is a nice, minimalist full-screen editor. I have been > meaning to try out mined (and make sure it compiles on all our hardware > platforms, etc), and see about adding back to FreeBSD. > It compiles without warning and functions on amd64. In looking over the mined.1 man page, I noticed the key bindings weren't discussed (only the F1 help key is mentioned). So, I update the manpagei with the key bindings, sent it to DragonFlyBSD, and my patch was committed within an hour. I suspect it will take much longer for anyone to asks for the diffs. -- Steve