From owner-freebsd-bugs Fri Jun 20 17:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA05122 for bugs-outgoing; Fri, 20 Jun 1997 17:40:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA05089; Fri, 20 Jun 1997 17:40:03 -0700 (PDT) Date: Fri, 20 Jun 1997 17:40:03 -0700 (PDT) Message-Id: <199706210040.RAA05089@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: gnu/3918: Line wrapping in send-pr Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/3918; it has been noted by GNATS. From: Bill Fenner To: andrew@ugh.net.au Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: gnu/3918: Line wrapping in send-pr Date: Fri, 20 Jun 1997 17:36:03 PDT I think a simpler solution is probably "vi +"set wl=72" filename". There are any number of things wrong with trying to do this via EXINIT; the code you suggested causes a syntax error when vi starts up with my ~/.nexrc, which is about the worst thing it could possibly do. In any case, I'm not sure I'm a big believer in having a script auto-set a variable for me in vi. I don't turn wraplen on when I'm composing mail, so probably don't want it on when I'm composing a bug report, either. Bill