home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / emacs / 3842 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!pacbell.com!charon.amdahl.com!amdahl!JUTS!climb!tlp00
  2. From: tlp00@ras.amdahl.com (Tibor Polgar)
  3. Newsgroups: comp.emacs
  4. Subject: Environment variable expansion bug in file name completion
  5. Message-ID: <cdCB02Hq2fmj01@JUTS.ccc.amdahl.com>
  6. Date: 22 Dec 92 01:12:43 GMT
  7. Sender: netnews@ccc.amdahl.com
  8. Reply-To: tlp00@ras.amdahl.com
  9. Organization: Amdahl Corporation, Sunnyvale CA
  10. Lines: 27
  11.  
  12. if i do a C-x C-f (M-x find-file) and type: 
  13.  
  14.   Find file: $SRC<space>
  15.  
  16. i would expect to see (assuming "setenv SRC /usr/project/src"):
  17.  
  18.   Find file: /usr/project/src/
  19.  
  20. but instead i get:
  21.  
  22.   Find file: /
  23.  
  24. BUT if i do:
  25.   
  26.    Find file: $SRC/foo.c
  27.  
  28. All works fine, i edit file /usr/project/src/foo.c
  29.  
  30. So, substitute-in-file-name works ok but somewhere something is getting clipped.
  31. Any ideas....   i'm seeing this with 18.55.
  32. -------------------------------------------------------------------------------
  33. | Tibor L. Polgar    |  (408) 746-8649     | tlp00@climb.ras.amdahl.com
  34. | Amdahl Corporation
  35. | 1250 East Arques Avenue (M/S 281)
  36. | P.O. Box 3470
  37. | Sunnyvale, CA 94088-3470
  38. ------------------------------------------------------------------------------
  39.