home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!netnews.upenn.edu!netnews.cc.lehigh.edu!cs1.cc.lehigh.edu!tbrannon
- From: tbrannon@mars.csee.lehigh.edu (tbrannon)
- Newsgroups: gnu.emacs.help
- Subject: regexp question
- Message-ID: <TBRANNON.92Aug31111138@mars.csee.lehigh.edu>
- Date: 31 Aug 92 16:11:38 GMT
- Sender: usenet@chili.cc.lehigh.edu
- Organization: AI-LAB, Electrical Engineering and Computer Science, Lehigh
- University
- Lines: 17
- Nntp-Posting-Host: mars.csee.lehigh.edu
-
-
- Ok, I had the following text
-
- Computer Engineering meets in _________________
-
-
- ... I wanted to replace the sequnce of underscores with a question
- mark so I did M-x replace-regexp _* with ? but it put question marks
- between each letter of all the words.
-
- Why did this happen?
-
- How can I get replace-regexp to do what I want?
-
- --
- Terry Brannon
- tb06@pl122a.eecs.lehigh.edu
-