Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!aramis.rutgers.edu!athos.rutgers.edu!gaynor From: gaynor@athos.rutgers.edu (Silver) Newsgroups: gnu.emacs Subject: Re: Matching multiple lines with regex Message-ID: Date: 16 Mar 89 01:52:03 GMT References: <768@pcsbst.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 5 "[^]" fails with an error (it would be nice if this were fixed even if just this purpose, and "[]" for completeness), but "[\0-\255]" did the trick. The same could have been performed at extra cost with "\(\n\|.\)". Regards, [Ag] gaynor@rutgers.edu