From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: non-blocking connect Date: Mon, 08 Nov 2004 16:45:20 +0100 Message-ID: <86bre8jqen.fsf@ketchup.de.uu.net> References: <20041101.133846.202527302.kazu@iijlab.net> <20041101050909.GR29502@boetes.org> <20041103133036.GK29018@boetes.org> <20041104131026.GA26116@jkossen.xs4all.nl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099929351 30691 80.91.229.6 (8 Nov 2004 15:55:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 15:55:51 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 08 16:55:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRBrq-0000b0-00 for ; Mon, 08 Nov 2004 16:55:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRC0C-0006aG-Th for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 11:04:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRC03-0006ZV-87 for emacs-devel@gnu.org; Mon, 08 Nov 2004 11:04:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRC02-0006Yt-1F for emacs-devel@gnu.org; Mon, 08 Nov 2004 11:04:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRC01-0006YE-Ib for emacs-devel@gnu.org; Mon, 08 Nov 2004 11:04:09 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CRBrD-0000Jn-2a for emacs-devel@gnu.org; Mon, 08 Nov 2004 10:55:03 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1CRBmP-0000sc-5h for emacs-devel@gnu.org; Mon, 08 Nov 2004 10:50:05 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CRBhs-0007FC-00 for ; Mon, 08 Nov 2004 16:45:24 +0100 Original-Received: from ketchup.de.uu.net ([139.4.38.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Nov 2004 16:45:24 +0100 Original-Received: from kai by ketchup.de.uu.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Nov 2004 16:45:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ketchup.de.uu.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:I9hwY6cpeHnxWpyNra0BzHXegFg= 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: main.gmane.org gmane.emacs.devel:29585 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29585 Stefan writes: > What kind of corruption is it? > Could it just be due to the problem of SSH dropping some (multiple of > 1024) bytes that we sometimes see in cunjunction with CVS? The documentation for the variable tramp-chunksize shows a method for finding out if the bug is present in Emacs. It seems to occur with any program, not just wc and ssh. Kai