Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
On Tue, 4 Jan 2000, Scott K. Laws wrote:
> If I have a file open in xemacs is there some way to do the
> equvilent of:
> perl -e 's%teh%the%ig;' -pi filenamehere
Yeah! Just hop into your vi-emulation mode (I don't know how to do this)
and type the following:
:%s/teh/the/ig<return>
> with out actually doing that and reverting teh buffer?
Was this an accident or a joke? ;)
--Mark