home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / lucidem / help / 656 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  735 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!netsys!agate!doc.ic.ac.uk!uknet!axion!gssec.bt.co.uk!russell
  2. From: russell@gssec.bt.co.uk (Russell Ritchie)
  3. Newsgroups: alt.lucid-emacs.help
  4. Subject: Minor addition for find-dired.el
  5. Message-ID: <RUSSELL.92Nov5145807@glencoe.gssec.bt.co.uk>
  6. Date: 5 Nov 92 13:58:07 GMT
  7. Sender: usenet@gssec.bt.co.uk
  8. Organization: BT Glasgow Systems and Software Engineering Centre, Scotland.
  9. Lines: 7
  10.  
  11. Here's a quick and dirty addition for find-dired.el that let's you run lots
  12. of finds at once (good if you still haven't found what you're looking for)...
  13.  
  14. 83c
  15.   ;; (switch-to-buffer (get-buffer-create "*Find*"))
  16.   (switch-to-buffer (generate-new-buffer "*Find*")) ; Let's have lots!- Russell
  17. .
  18.