From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 08:21:39 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C1A16A4CE for ; Mon, 17 Nov 2003 08:21:39 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACE143F85 for ; Mon, 17 Nov 2003 08:21:37 -0800 (PST) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id hAHGLuxM047348; Mon, 17 Nov 2003 17:21:56 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id hAHGLtNr047347; Mon, 17 Nov 2003 17:21:55 +0100 (CET) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Mon, 17 Nov 2003 17:21:55 +0100 From: Ruben de Groot To: Julien Gabel Message-ID: <20031117162155.GA47312@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Julien Gabel , mike bueide , freebsd-questions@freebsd.org References: <.128.250.18.41.1069023480.squirrel@www.k1x.org> <20031117144422.GA94866@charter.net> <49662.194.119.92.65.1069083849.squirrel@webmail.thilelli.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49662.194.119.92.65.1069083849.squirrel@webmail.thilelli.net> User-Agent: Mutt/1.4.1i cc: mike bueide cc: freebsd-questions@freebsd.org Subject: Re: Formatting an email for this list using vi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 16:21:39 -0000 On Mon, Nov 17, 2003 at 04:44:09PM +0100, Julien Gabel typed: > >> I have just started learning to use vi, and remember someone posting > >> something a while ago about how to re-format an email reply to have > >> proper 60 character width or something like that, does anyone remember > >> how that is done? > > > When you're in the editor: > > > > :set wm=20 > > > > will give 60 character wrap. (ie 80-20 = 60) (Note, I've > > done this here in this message and this is the wrap I'm > > getting. > > Don't forget to set the columns option to 80 in order to this > tip to work. This option is set to 161 by default on my fresh > 5.1-RELEASE installation. I use ":set wraplen=72". Works regardless of column width. Ruben > -- > -jg. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"