home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4116 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.7 KB  |  40 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!mcsun!sun4nl!alchemy!piet
  3. From: piet@cs.ruu.nl (Piet van Oostrum)
  4. Subject: Re: Dired & Ange-Ftp
  5. Sender: network-news@cs.ruu.nl
  6. Message-ID: <1992Sep14.091913.23760@cs.ruu.nl>
  7. In-Reply-To: scullyl@prism.cs.orst.edu (Lyle Scully)
  8. Date: Mon, 14 Sep 1992 09:19:13 GMT
  9. Distribution: gnu.emacs.help
  10. Reply-To: piet@cs.ruu.nl (Piet van Oostrum)
  11. References: <SCULLYL.92Sep13003720@prism.cs.orst.edu>
  12. Organization: Dept of Computer Science, Utrecht University, The Netherlands
  13. Lines: 25
  14.  
  15. >>>>> scullyl@prism.cs.orst.edu (Lyle Scully) (LS) writes:
  16.  
  17. LS> I have been using the dired & and Ange-ftp combination for a while now
  18. LS> and I had a question. Is there a way to make a file that you ftp from
  19. LS> say /pub/msdos/file.idx automatically go into a default directory in
  20. LS> your account instead of having to backspace over all of the host/path
  21. LS> stuff in the line? Seems like I read about something like another
  22. LS> window that you can have it open on whatever directory you are sitting
  23. LS> in currently or something but I can't find this again. Any ideas?
  24. LS> Thanks in advance.
  25.  
  26. When I translate this to English :=), I think you mean the DWIM feature.
  27.  
  28. (defvar dired-dwim-target nil
  29.   "*If non-nil, dired tries to guess a default target directory:
  30. If there is a dired buffer displayed in the next window, use
  31. its current subdir, instead of the current subdir of this dired
  32. buffer.
  33.  
  34. The target is used in the prompt for file copy, move etc.")
  35. -- 
  36. Piet* van Oostrum, Dept of Computer Science, Utrecht University,
  37. Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
  38. Telephone: +31 30 531806   Uucp:   uunet!mcsun!ruuinf!piet
  39. Telefax:   +31 30 513791   Internet:  piet@cs.ruu.nl   (*`Pete')
  40.