From owner-freebsd-ports@FreeBSD.ORG Sat May 14 18:25:02 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43511065674 for ; Sat, 14 May 2011 18:25:02 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 53C408FC27 for ; Sat, 14 May 2011 18:25:01 +0000 (UTC) Received: by bwz12 with SMTP id 12so4167776bwz.13 for ; Sat, 14 May 2011 11:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=FirgxtkddYPQ9NkHAKzyWv3/KUPrE7HxTKVuSTFvc7c=; b=v1DPF7k3Ac58JvjlOa4HAcLTng9jUCAgGQ3+L73g5LHLlCTH/ic6vHriOB4KyBxYei rH6VH+yzkXBdg5LRYQyT6ycYdDhAIilm+4WKfLk2qgGMrKh9VneE7YZiFl4KZPq/lA94 3Q4ozG7miZLk+HzBrI/vJ2LUV7Cey0u/4mHac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=owyyNRMXff9gsEcXLk585GwAn8ZhCyYJX6Ri5UHejycncjEAek+Dh43nwuaXbC0ZgR 1naYkRsoOz+73PLVkmhActNt+c2vYNNbewq/gl2D2XPHC3oamLHcnOsGSGl/2wKuAcEF LOc7tIr70tPEWBzGR4cuOSu0E3yNTuelpbbVw= Received: by 10.205.82.199 with SMTP id ad7mr2513268bkc.152.1305397501069; Sat, 14 May 2011 11:25:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.65.198 with HTTP; Sat, 14 May 2011 11:24:31 -0700 (PDT) In-Reply-To: <4DCEC46D.2070808@missouri.edu> References: <4DCEC46D.2070808@missouri.edu> From: Chris Rees Date: Sat, 14 May 2011 19:24:31 +0100 Message-ID: To: Stephen Montgomery-Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@freebsd.org" Subject: Re: Propose new macro: INSTALL_CONF X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 18:25:02 -0000 On 14 May 2011 19:05, Stephen Montgomery-Smith wrote: > Chris Rees wrote: >> >> Hi all, >> >> I'm getting frustrated with editing config files of ports in vi, and >> being told it's read-only. >> >> This stops me using ZZ to quit, which makes me sad. >> > > I do :w!:q which is only three key strokes longer than ZZ. > > (My apologies if I am missing something.) You're missing my complaint about having to use :wq!, which is only one keystroke more ;) I don't like it, and conf files shouldn't be read-only-- it's because of a kludge that I'm proposing to fix! Chris