From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 10:43:46 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2648459B for ; Mon, 24 Nov 2014 10:43:46 +0000 (UTC) Received: from linta.de (isilmar-3.linta.de [188.40.101.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EA1CF73 for ; Mon, 24 Nov 2014 10:43:44 +0000 (UTC) Received: (qmail 31365 invoked by uid 10); 24 Nov 2014 10:37:01 -0000 Received: from howard.linta.de by isilmar.linta.de with BSMTP; 24 Nov 2014 10:37:01 -0000 Received: by howard.linta.de (Postfix, from userid 1001) id 46D17B8EA8E; Mon, 24 Nov 2014 11:36:46 +0100 (CET) Date: Mon, 24 Nov 2014 11:36:46 +0100 From: "Klaus T. Aehlig" To: Perry Hutchison Subject: Re: value of maintaining emacs-mode packages in ports Message-ID: <20141124103646.GC16884@howard.linta.de> References: <1416699134.31598.2.camel@mccarthy> <547196d6.0EssiMZ6UyLBTSMQ%perryh@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <547196d6.0EssiMZ6UyLBTSMQ%perryh@pluto.rain.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org, cjr@cruwe.de X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 10:43:46 -0000 On Sun, Nov 23, 2014 at 12:12:06AM -0800, Perry Hutchison wrote: > "Christopher J. Ruwe" wrote: > > > ... Emacs, the very good operating system > > missing only a decent editor ... > > Perhaps someone should port vi to it? That actually already happened quite a while ago. Just add (require 'viper) to your .emacs file.