Xref: utzoo comp.unix.wizards:9413 comp.unix.questions:7619 Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!mailrus!tut.cis.ohio-state.edu!osu-cis!killer!tness7!bellcore!faline!thumper!ulysses!andante!alice!andrew From: andrew@alice.UUCP Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: Tool -flag considered harmful (was: grep replacement) Summary: there are some technical issues. Message-ID: <7985@alice.UUCP> Date: 15 Jun 88 17:35:37 GMT References: <7962@alice.UUCP> <4615@vdsvax.steinmetz.ge.com> <10989@cgl.ucsf.EDU> <23325@bu-cs.BU.EDU> Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 7 there are some technical problems with printing context, particluarly if you want regular expreesion-defind contexts. it means you have to be able to run the sodding regexp stuff backwards thru the text. it also means keeping a lot of buffer which is more than a little repugnant. despite all this, it is feasible but not trivial to add context stuff. i won't do it though.