home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / sources / 885 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  1.3 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!wupost!waikato.ac.nz!comp.vuw.ac.nz!nickson
  2. From: Ray.Nickson@comp.vuw.ac.nz (Ray Nickson)
  3. Newsgroups: gnu.emacs.sources
  4. Subject: Re: emacs 19 new isearch
  5. Message-ID: <BzFF4K.Ly8@comp.vuw.ac.nz>
  6. Date: 17 Dec 92 23:12:19 GMT
  7. References: <m0n1xiU-0001CYC@fly.cnuce.cnr.IT> 
  8.  <FRANL.92Dec16131850@draco.centerline.com><FISCHER.92Dec16202935@vagtel.iesd.auc.dk><1992Dec17.042735.18401@wam.umd.edu>
  9. Sender: news@comp.vuw.ac.nz (News Admin)
  10. Distribution: gnu
  11. Organization: Victoria University of Wellington, Wellington, New Zealand
  12. Lines: 17
  13. Nntp-Posting-Host: turakirae.comp.vuw.ac.nz
  14. In-Reply-To: joel@wam.umd.edu's message of Thu, 17 Dec 1992 04:27:35 GMT
  15.  
  16. [Sorry for carrying this on in an inappropriate newsgroup]
  17.  
  18. In article <1992Dec17.042735.18401@wam.umd.edu> joel@wam.umd.edu (Joel M. Hoffman) writes:
  19.  
  20.    Now that I think of it, why not use C-space (set-mark) to terminate
  21.    a search?
  22.  
  23. I set search-exit-char to -1 and search-exit-option to t so that
  24. `random control characters' and nothing else terminate a search.  I
  25. then use C-@ (set-mark) to terminate a search, unless I want to do
  26. some other command instead.
  27.  
  28. The only thing I can't then do is search for newline by typing RET in
  29. the string -- I have to use C-Q C-J instead, and I find that a minor
  30. pain.
  31.  
  32. Ray
  33.