Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!PEBBLES.BBN.COM!jr From: jr@PEBBLES.BBN.COM (John Robinson) Newsgroups: comp.emacs Subject: Re: GNU Emacs string modification question Message-ID: <1444.578150987@pebbles> Date: 27 Apr 88 13:29:47 GMT References: <11715@tut.cis.ohio-state.edu> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: jr@bbn.com Organization: The Internet Lines: 9 I think the function you want might make use of: regexp-quote: Return a regexp string which matches exactly STRING and nothing else. provided you can call it prior to puttin g the real regexp stuff into the search string. /jr jr@bbn.com or jr@bbn.uucp