From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68270 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: (file-error "writing to process" "bad address" #) when Gcc-ing a group Date: Tue, 10 Feb 2009 10:35:42 +0100 Message-ID: <87fxim8wi9.fsf@thinkpad.tsdh.de> References: <873aenr2gk.fsf@thinkpad.tsdh.de> <87tz73plyd.fsf@thinkpad.tsdh.de> <87ab8v7651.fsf@thinkpad.tsdh.de> <87y6wf43fr.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234258606 14778 80.91.229.12 (10 Feb 2009 09:36:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 09:36:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16710@lists.math.uh.edu Tue Feb 10 10:38:01 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWp44-0007wz-9h for ding-account@gmane.org; Tue, 10 Feb 2009 10:38:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LWp1y-0000Zs-O0; Tue, 10 Feb 2009 03:35:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LWp1w-0000Zc-VO for ding@lists.math.uh.edu; Tue, 10 Feb 2009 03:35:48 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LWp1s-0002Db-Qd for ding@lists.math.uh.edu; Tue, 10 Feb 2009 03:35:48 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LWp2C-0004bt-00 for ; Tue, 10 Feb 2009 10:36:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7E065789B10A for ; Tue, 10 Feb 2009 10:35:43 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08793-10 for ; Tue, 10 Feb 2009 10:35:42 +0100 (CET) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp37.uni-koblenz.de [141.26.71.37]) by deliver.uni-koblenz.de (Postfix) with ESMTP id AAB50789B01A for ; Tue, 10 Feb 2009 10:35:42 +0100 (CET) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org In-Reply-To: <87y6wf43fr.fsf@randomsample.de> (David Engster's message of "Tue, 10 Feb 2009 00:04:56 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -5.5 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68270 Archived-At: David Engster writes: Hi David, > I tried it again at home over my slow DSL line, and now the exact same > thing happens here. Oh, I'm sorry for that. ;-) > I have no idea if this is a problem with Dovecot or maybe a bug in > process-send-region or in send-region (I don't see how any other Gnus > or Emacs code could be involved in this). `send-region' is only an alias for `process-send-region'. Maybe we could create an isolated test case which doesn't involve gnus and dovecot. I tried to create such a case, but I don't have enough time right now. Basically it should be possible to load a big file into a temp buffer and use it as input to a `cat' process, or something like that and then compare if the result equals the input. Bye, Tassilo