From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Gnus and Emacs: Several Questions Date: Thu, 21 Jun 2007 19:37:19 +0200 Organization: nil Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182447485 14523 80.91.229.12 (21 Jun 2007 17:38:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 17:38:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 19:38:02 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I1QbV-0005YP-Do for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 19:37:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1QbV-0001vU-3d for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 13:37:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1QbP-0001u0-Al for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:37:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1QbN-0001su-NV for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:37:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1QbN-0001sm-HJ for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:37:49 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I1QbN-0006UE-5a for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:37:49 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I1Qb3-0004S5-PP for emacs-devel@gnu.org; Thu, 21 Jun 2007 19:37:31 +0200 Original-Received: from p54a50dc7.dip0.t-ipconnect.de ([84.165.13.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jun 2007 19:37:29 +0200 Original-Received: from angeli by p54a50dc7.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jun 2007 19:37:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a50dc7.dip0.t-ipconnect.de Cancel-Lock: sha1:jWZS7GAGh3z+JTHbklrcof6ib2k= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:73535 Archived-At: * Herbert Euler (2007-06-21) writes: > If the definition of `pop3-accept-process-output' is as above, I get > the attached dumped file "w32-debug-emacs.txt". There are two blocks > in that file, and four instances of the process buffer content, but > only the last instance has a "+OK" line. This line is output by > `gnutls-cli' only when it finishes connecting, and Gnus waits for this > line. If `gnutls-cli' is executed from command line, the line is > outputed very quickly. But if `gnutls-cli' is executed in Emacs, the > line is not read for long, and Emacs hangs. When I type C-g, Emacs > stops hanging and read the line. This is why there is a "+OK" line > there. Sounds like a problem with gnutls-cli on Windows I reported a while back to a GnuTLS mailing list. Some information can be found at and . -- Ralf