Path: utzoo!news-server.csri.toronto.edu!rutgers!dimacs.rutgers.edu!seismo!ukma!rex!uflorida!gatech!udel!haven!decuac!hussar.dco.dec.com!mjr From: mjr@hussar.dco.dec.com (Marcus J. Ranum) Newsgroups: comp.unix.misc Subject: Re: VI (can you fully justify test) Keywords: VI, vi, editing tricks Message-ID: <1991Mar13.184102.1528@decuac.dec.com> Date: 13 Mar 91 18:41:02 GMT References: <1991Mar10.215552.8366@hybrid.UUCP> <1991Mar12.055337.10655@vpnet.chi.il.us> <1991Mar13.164026.12718@iwarp.intel.com> Organization: Digital Equipment Corp., Washington Ultrix Resource Center Lines: 19 merlyn@iwarp.intel.com (Randal L. Schwartz) writes: >If the text is simple (relatively troff-escape free), I just put > > .ad b > .ll 70 > .pl 1 > >in front, and say > > !!nroff You can actually just make that into a vi macro. :) Hmmm.. map N i.ad b^M.ll 70^M.pl 1^[!!nroff^M or something like that. mjr.