home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / bug / 1702 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!green.mathematik.uni-stuttgart.de!rolf
  2. From: rolf@green.mathematik.uni-stuttgart.de (Rolf Schreiber)
  3. Newsgroups: gnu.emacs.bug
  4. Subject: No shell-commands in a three-letter-subdir
  5. Date: 25 Jan 1993 20:56:13 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 35
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-emacs@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301250952.AA11608@green.mathematik.uni-stuttgart.de>
  12.  
  13. A strange bug happens to me since switching to emacs-18.59:
  14.  
  15. Machine: IBM RS-6000
  16. Emacs: 18.59 compiled without changes, no site-init.el
  17.  
  18. While in my home-dir I do:
  19.  
  20.   emacs -q 
  21.  
  22. Then I hit "M-x cd RET c++ RET RET" and "M-x compile RET RET"
  23. In the compilation-window appears:
  24.  
  25. cd /usr/lhome/rolf/c++/
  26. make -k
  27.  
  28. Compilation unknown (core dumped) at Tue Jan 19 16:58:32
  29.  
  30. This error occurs in any other subdirectory that has a length of three
  31. letters (e.g. ~/tex/ ~/c/c/ ~/pls) but not in subdirectories with less
  32. or more than three letters (e.g. ~/matlab ~/c ~/tex/letters). And it
  33. occurs to any shell command I try to invoke from a "three-letter"
  34. directory. (e.g "M-! ls RET" brings a (Shell command completed with no
  35. output) and dumps a core to this directory).
  36.  
  37. And it's even more complicated:
  38.  
  39. my home-directory /home/rolf is a link to /usr/lhome/rolf
  40. where /home itself is mounted from a remote machine.
  41. I can't reproduce the error either in directories of the form
  42. /usr/lhome/abcd/abc nor in /home/abcd/abc
  43.  
  44. Can you help me to find out the problem?
  45.  
  46. Rolf
  47.  
  48.