From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Ftp freezes on w32 Date: Tue, 07 Nov 2006 09:25:03 +0100 Message-ID: <455042DF.20301@student.lu.se> References: <454C77D4.2090609@student.lu.se> <454D305C.7080600@student.lu.se> <454DDE39.6060001@student.lu.se> <454FDDF1.7010709@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162887947 23234 80.91.229.2 (7 Nov 2006 08:25:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Nov 2006 08:25:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 07 09:25:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhMGv-0002oU-BA for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 09:25:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhMGu-0001e1-8x for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 03:25:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhMGZ-0001at-CB for emacs-devel@gnu.org; Tue, 07 Nov 2006 03:25:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhMGY-0001Zo-1u for emacs-devel@gnu.org; Tue, 07 Nov 2006 03:25:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhMGX-0001ZO-Sh for emacs-devel@gnu.org; Tue, 07 Nov 2006 03:25:05 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GhMGX-0000Rj-L0 for emacs-devel@gnu.org; Tue, 07 Nov 2006 03:25:05 -0500 Original-Received: from [83.254.145.24] (port=60721 helo=[192.168.123.121]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GhMGV-0006cb-8n for emacs-devel@gnu.org; Tue, 07 Nov 2006 09:25:04 +0100 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Emacs Devel In-Reply-To: <454FDDF1.7010709@student.lu.se> X-Scan-Result: No virus found in message 1GhMGV-0006cb-8n. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1GhMGV-0006cb-8n b1563a62d8e3596a917239b930e9e201 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61895 Archived-At: Lennart Borgman wrote: > > I was wrong when I said I can work around the problem by deleting the > inferior ftp process. I can't because I can not get rid of the ftp > process. It seems impossible in Emacs on w32. > > Does someone have any reciepe how to get ange-ftp to work on w32? I do > not know of any way to get it working. Forgot to say that kill-process does not kill the process immediately on w32. Is that a bug or by purpose?