From owner-freebsd-doc@FreeBSD.ORG Tue Jul 6 07:30:24 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C968B16A4D1 for ; Tue, 6 Jul 2004 07:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6808943D55 for ; Tue, 6 Jul 2004 07:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i667ULcj063060 for ; Tue, 6 Jul 2004 07:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i667UL71063059; Tue, 6 Jul 2004 07:30:21 GMT (envelope-from gnats) Date: Tue, 6 Jul 2004 07:30:21 GMT Message-Id: <200407060730.i667UL71063059@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Subject: Re: docs/68718: s/// X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 07:30:25 -0000 The following reply was made to PR docs/68718; it has been noted by GNATS. From: Marc Fonvieille To: Brad Davis Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/68718: s/// Date: Tue, 6 Jul 2004 09:24:37 +0200 On Tue, Jul 06, 2004 at 12:56:37AM -0600, Brad Davis wrote: > >Description: > s/// > >How-To-Repeat: > >Fix: > Apply the diff at http://freebsd.so14k.com/editors.patch > MD5 (editors.patch) = f1055ec47ae1011c1fa1fe0c359f2da6 Please add patch to the PR. I'm not sure your patch is the best solution, I'd do instead for more consistency with previous "paras": FreeBSD also comes with more powerful text editors such as vi as part of the base system, while other editors, like Emacs and vim, are part of the FreeBSD Ports Collection (editors/emacs and editors/vim). These editors offer much more functionality and power at the expense of being a little more complicated to learn. However if you plan on doing a lot of text editing, learning a more powerful editor such as vim or Emacs will save you much more time in the long run. I used vim and not Vim since www.vim.org uses both, the easiest to type is vim :) Marc