unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: Juanma Barranquero <lekktu@gmail.com>,
	Eli Zaretskii <eliz@gnu.org>, Emacs Devel <emacs-devel@gnu.org>,
	Jason Rumney <jasonr@gnu.org>
Subject: Re: Ftp freezes on w32
Date: Tue, 07 Nov 2006 23:30:40 +0100	[thread overview]
Message-ID: <45510910.2030907@student.lu.se> (raw)
In-Reply-To: <4550D453.6080809@student.lu.se>

Lennart Borgman wrote:
> Stuart D. Herring wrote:
>> Look at the docs for `process-status'.  A return of `signal' means that
>> the process -is dead-, and that it was killed by a signal (rather than
>> exiting of its own volition, which yields `exit').  You got exactly what
>> you wanted.  (You can check which signal killed it with
>> `process-exit-status'.)
>>
>> Davis
>>   
>
> Ah! Thanks, I just tried and at least my workaround now works.
>
> I thought that that 'signal meant dying ....
>
> Now, my workaround (which is the only way I currently know of getting 
> this working with w2k) is as follows:
>
> 1) Throw to a tag in ange-ftp-process-filter if the ftp process seems 
> out of order (waiting, only nulls and more than 20 characters is my 
> current test)
> 2) Catch this in ange-ftp-send-cmd and call delete-process there and 
> then let ange-ftp-get-process restart the ftp process
>
> Is this something we want in ange-ftp? If not I believe we should give 
> a reciepe for how to get ange-ftp working, but I am not sure how this 
> should look. What I do know is that this does not work OTB for all w2k 
> users, see the page on EmacsWiki that I mentioned before.
>
> The ftp program I am using is from 
> ftp.gnu.org/old-gnu/emacs/windows/contrib/ftp-for-win32.zip.

(Hope I do not send this two times. Thunderbird got upset by some
problems with the SMTP server.)

FYI: I have included a patch doing the things above in the
Emacs+EmacsW32 distribution, see http://ourcomments.org/Emacs/EmacsW32.html.

  reply	other threads:[~2006-11-07 22:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-04 11:21 Ftp freezes on w32 Lennart Borgman
2006-11-05  0:29 ` Lennart Borgman
2006-11-05 12:51   ` Lennart Borgman
2006-11-07  1:14     ` Lennart Borgman
2006-11-07  8:13       ` Lennart Borgman
2006-11-07  8:23       ` Lennart Borgman
2006-11-07 15:29         ` Lennart Borgman
2006-11-07 16:53           ` Jason Rumney
2006-11-07 17:02             ` Lennart Borgman
2006-11-07 17:00           ` Stuart D. Herring
2006-11-07 18:45             ` Lennart Borgman
2006-11-07 22:30               ` Lennart Borgman [this message]
2006-11-08  4:08                 ` Eli Zaretskii
2006-11-08  7:20                   ` Lennart Borgman
2006-11-09  4:23                     ` Eli Zaretskii
2006-11-12 12:13                       ` Lennart Borgman
2006-11-09  0:53                   ` Richard Stallman
2006-11-07  8:25       ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45510910.2030907@student.lu.se \
    --to=lennart.borgman.073@student.lu.se \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).