home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0038.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  1.0 KB  |  28 lines

  1. Frank Siebenlist wrote:
  2. > My idea was that this was an automatic, and more generic and proper way
  3. > to deal with these "great" automounters. 
  4.  
  5. That should work, but you're specifying too much; you only need to specify
  6. the actual automount prefix, but your specifying your whole homedir.  And
  7. it only works for files under your homedir, not all automounted files.
  8. This is Unix.  You can't win.
  9.  
  10. (Also you need to call regexp-quote, because what if the directory names
  11. contain regexp characters like ".".)
  12.  
  13. > Do I miss something?
  14. > How will files look as if they have been deleted?
  15.  
  16. Because the automounter goes around and dismounts things after a while.
  17. So if I were to visit "/tmp_mnt/net/foo/bar.txt" and then do revert-buffer
  18. a few hours later, I might be told "file no longer exists."  But if I were
  19. using the "official" name of "/net/foo/bar.txt", then it would re-mount the
  20. file system for me and everything would work fine.
  21.  
  22. So we've got a system which tends to hand you pathnames which are illegal
  23. for you to use, but subtly so.  Isn't that just SWELL?
  24.  
  25.     -- Jamie
  26.  
  27.