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 makes emacs lose response Date: Wed, 19 Apr 2006 22:18:50 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145478042 21192 80.91.229.2 (19 Apr 2006 20:20:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Apr 2006 20:20:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 19 22:20:35 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 1FWJA4-0002ih-0p for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 22:20:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWJA3-0006q9-9Q for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 16:20:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWJ9s-0006q4-09 for emacs-devel@gnu.org; Wed, 19 Apr 2006 16:20:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWJ9p-0006ps-Hu for emacs-devel@gnu.org; Wed, 19 Apr 2006 16:20:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWJ9p-0006pp-CO for emacs-devel@gnu.org; Wed, 19 Apr 2006 16:20:13 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FWJB0-0003l7-3y for emacs-devel@gnu.org; Wed, 19 Apr 2006 16:21:26 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FWJ9e-0002cV-Ie for emacs-devel@gnu.org; Wed, 19 Apr 2006 22:20:02 +0200 Original-Received: from dialin-212-144-186-193.pools.arcor-ip.net ([212.144.186.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Apr 2006 22:20:02 +0200 Original-Received: from angeli by dialin-212-144-186-193.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Apr 2006 22:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialin-212-144-186-193.pools.arcor-ip.net Cancel-Lock: sha1:jzCq8bLHzJ3u0FzIqHC4dfkuwAw= 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:53100 Archived-At: * Leon (2006-04-18) writes: > Here are steps to reproduce the bug. > > 1. Add the following lines to ~/.gnus.el > (gnus-demon-add-handler 'gnus-group-get-new-news 2 t) > (gnus-demon-init) > 2. fire up gnus > 3. cut the network > > Then when demon tries to get new News, emacs hangs. What's outrageous is > Ctrl-g won't be able to stop the process. > > If you put the network back on, emacs will come to life again. Hm, I cannot reproduce this problem when I shut down a PPP connection. Maybe this only happens if the interface is still available. -- Ralf