From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67698 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Gcc fails with "writing to process: bad address, imap" Date: Thu, 30 Oct 2008 12:36:38 +0100 Message-ID: <87r65yfh6h.fsf@thinkpad.tsdh.de> References: <87k5bqv5bc.fsf@thinkpad.tsdh.de> <87abcmh324.fsf@thinkpad.tsdh.de> <871vxy8h2i.fsf@gate450.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225366628 3203 80.91.229.12 (30 Oct 2008 11:37:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2008 11:37:08 +0000 (UTC) Cc: ding@gnus.org To: Andreas Seltenreich Original-X-From: ding-owner+M16149@lists.math.uh.edu Thu Oct 30 12:38:10 2008 connect(): Connection refused 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 1KvVqm-00034W-AH for ding-account@gmane.org; Thu, 30 Oct 2008 12:38:06 +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 1KvVpU-0007AZ-MR; Thu, 30 Oct 2008 06:36:44 -0500 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 1KvVpT-0007AL-Fk for ding@lists.math.uh.edu; Thu, 30 Oct 2008 06:36:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KvVpQ-0004uT-Vo for ding@lists.math.uh.edu; Thu, 30 Oct 2008 06:36:43 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KvVpY-00039b-00 for ; Thu, 30 Oct 2008 12:36:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 5D6E9789A9E1; Thu, 30 Oct 2008 12:36:39 +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 04667-08; Thu, 30 Oct 2008 12:36:38 +0100 (CET) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp184.uni-koblenz.de [141.26.71.184]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 53091789A9D4; Thu, 30 Oct 2008 12:36:38 +0100 (CET) Mail-Copies-To: never In-Reply-To: <871vxy8h2i.fsf@gate450.dyndns.org> (Andreas Seltenreich's message of "Thu, 30 Oct 2008 12:20:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (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:67698 Archived-At: Andreas Seltenreich writes: Hi Andreas, >>> ad-Orig-imap-send-command: writing to process: bad address, imap > > Looks like there is an advice on imap-send-command. Yes, there is: ,----[ C-h f imap-send-command RET ] | imap-send-command is a compiled Lisp function in `imap.el'. | | (imap-send-command command &optional buffer) | | This function is advised. | | Around-advice `trace-function '. `---- When `nnimap-debug' is non-nil a whole set of functions will be traced. See nnimap.el:1729. > Maybe it is the culprit? Hm, I don't think so. It only generates some trace output... Bye, Tassilo