home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / lisp / mcl / 2069 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.1 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!bill@cambridge.apple.com
  2. From: bill@cambridge.apple.com (Bill St. Clair)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: Doing "replace" in Fred
  5. Message-ID: <9301211842.AA21287@cambridge.apple.com>
  6. Date: 21 Jan 93 19:47:05 GMT
  7. Sender: owner-info-mcl@cambridge.apple.com
  8. Lines: 22
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. At  4:48 1/21/93 +0000, John Kim wrote:
  12. >joungwoo@mensa.usc.edu (John Kim) writes:
  13. >
  14. >>I'm using MCL-2.0f and like Fred because it works almost as Emacs. But to my
  15. >>surprise, there doesn't seem to be a way to replace (change) one string to
  16. >>another, the feature which comes very handy in a programing environment. Am I
  17. >>missing something?
  18. >
  19. >>Please email me.
  20. >
  21. >>Thanks,
  22. >
  23. >>John
  24. >
  25. >OK. I got it. (shame on me.) It was there in the Edit menu under SEARCH
  26. >(command-F). My absentminded mistake was in trying to do it in EMACS fashion
  27. >(looking for an extended, Meta-x, command.)
  28. >
  29. >Thank you for all your help.
  30.  
  31. You might also try "ccl:examples;query-replace.lisp". It's a little
  32. more like the normal EMACS replace & query-replace commands.
  33.