home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / emacs / 3918 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.7 KB

  1. Xref: sparky comp.emacs:3918 gnu.emacs.help:5271
  2. From: ange@hplb.hpl.hp.com (Andy Norman)
  3. Date: Wed, 6 Jan 1993 16:29:28 GMT
  4. Subject: Re: Using ange-ftp asynchronously under X11 not possible. Bug or impossible?
  5. Message-ID: <ANGE.93Jan6162928@anorman.hpl.hp.com>
  6. Organization: Hewlett-Packard Laboratories, Bristol, UK.
  7. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!otter.hpl.hp.com!hpltoad!anorman!ange
  8. Newsgroups: comp.emacs,gnu.emacs.bugs,gnu.emacs.help
  9. References: <LPRESSL.93Jan6150413@gwdu03.gwdg.de>
  10. Sender: news@hplb.hpl.hp.com (Usenet News Administrator)
  11. Lines: 48
  12. In-Reply-To: lpressl@GWDG.DE's message of Wed, 6 Jan 1993 14:04:18 GMT
  13. Nntp-Posting-Host: anorman.hpl.hp.com
  14.  
  15. Lutz Pressler writes:
  16.  
  17. +----------------
  18. + I'm using ange-ftp (ange-ftp.el,v 4.20 92/08/14 17:04:34) with
  19. + GNU-Emacs 18.57.2 or 18.58.1 on DECstations (Ultrix 4.2A or 4.3 with
  20. + DECs X11R4). It is possible to run ange-ftp (e.g. copying a remote
  21. + file) in the background and edit another buffer etc. One has to
  22. + press Ctrl-G before maybe, but I don't think it's neccessary. 
  23. +----------------
  24.  
  25. ange-ftp 4.20, the latest release, will copy files asynchronously using either
  26. M-x copy-file or "tree" dired's "c" command if called interactively.  However,
  27. "tree" dired MUST be byte-compiled using Jamie Zawinski's excellent
  28. byte-compiler and not the standard v18 byte-compiler.
  29.  
  30. I'd recommend NOT using C-g with ange-ftp as it may be left in an
  31. "interesting" state... at least for that ftp transaction.
  32.  
  33. +----------------
  34. + .. normally I work under X11 (at least if I'm at university and not at
  35. + home...) and Emacs won't accept any keyboard event (any event?) while
  36. + copying a file etc... That's not the way I like to see... Is this a
  37. + bug in our configuration (I don't think so), a bug in ange-ftp or
  38. + tree-dired (sorry, forgot about tree-dired, using that, too (rev.
  39. + 5.239), or generally impossible?
  40. +----------------
  41.  
  42. If ange-ftp is tightly monitoring the output from an ftp process (which
  43. happens if you don't use it asynchronously) then it is possible that when I
  44. call accept-process-output with an argument of the ftp process incoming X11
  45. events may be blocked until the ftp transaction has completed.
  46.  
  47. This doesn't happen when ange-ftp is happily copying files asynchronously.
  48.  
  49. +----------------
  50. + Any help will be appreciated, also any hint how to change ange-ftp or
  51. + dired, if changes are neccesary. (I'm quite capable of doing
  52. + elisp-programming.)
  53. +----------------
  54.  
  55. I hope the above helps.
  56.  
  57. Questions related to ange-ftp can also be posted to the ange-ftp-lovers
  58. mailing list where I'm much more likely to spot them.  See the comments in
  59. ange-ftp.el for how to subscribe.
  60.                     -- ange -- <><
  61.  
  62.                     ange@hplb.hpl.hp.com
  63.