From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 05:54:58 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 985E416A4CE for ; Mon, 17 Nov 2003 05:54:58 -0800 (PST) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCFA43FDD for ; Mon, 17 Nov 2003 05:54:57 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id BFDA7241B2; Mon, 17 Nov 2003 14:54:54 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 66817-02; Mon, 17 Nov 2003 14:54:54 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 4CE6A241B0; Mon, 17 Nov 2003 14:54:54 +0100 (CET) Received: from 194.119.92.65 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 17 Nov 2003 14:54:54 +0100 (CET) Message-ID: <23045.194.119.92.65.1069077294.squirrel@webmail.thilelli.net> In-Reply-To: <20031117143612.GA5979@yagonna.de> References: <.128.250.18.41.1069023480.squirrel@www.k1x.org> <20031117143612.GA5979@yagonna.de> Date: Mon, 17 Nov 2003 14:54:54 +0100 (CET) From: "Julien Gabel" To: "Sven Pfeifer" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net 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 13:54:58 -0000 >> 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? > > I do something like this with the following command: > > vi -c 'set tw=68 et' file_you_like_to_edit It seems that this option is specific to 'editors/vim' ? -- -jg.