home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / lucidem / help / 813 next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!JUTS!climb!tlp00
  2. From: tlp00@ras.amdahl.com (Tibor Polgar)
  3. Newsgroups: alt.lucid-emacs.help
  4. Subject: Environment variable completion
  5. Message-ID: <cagZ02gl2f1W01@JUTS.ccc.amdahl.com>
  6. Date: 22 Dec 92 00:06:56 GMT
  7. Sender: netnews@ccc.amdahl.com
  8. Reply-To: tlp00@ras.amdahl.com
  9. Organization: Amdahl Corporation, Sunnyvale CA
  10. Lines: 21
  11.  
  12. Anyone out there written an environment variable expansion to be used as part of
  13. file name completion.   Basicly its something that calls "substitute-in-file-name" before it calls "minibuffer-complete-word".  Yeh, i know i could write something but if someone already has.... For instance:
  14.  
  15. Find file:  $SRC<space>
  16.    
  17.    expands to:
  18.  
  19. Find file:  /usr/project/src/
  20.  
  21.     and the rest is same as normal...
  22.  
  23. -------------------------------------------------------------------------------
  24. | Tibor L. Polgar    |  (408) 746-8649     | tlp00@climb.ras.amdahl.com
  25. | Amdahl Corporation
  26. | 1250 East Arques Avenue (M/S 281)
  27. | P.O. Box 3470
  28. | Sunnyvale, CA 94088-3470
  29. |
  30. | The opinions expressed above are mine, solely, and do not in any way
  31. | shape or form reflect the opinions or policies of Amdahl Corp.
  32. -------------------------------------------------------------------------------
  33.