From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80439 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Reviving Gnus after suspend/hibernation Date: Thu, 27 Oct 2011 13:41:43 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87hb2ucox4.fsf@lifelogs.com> References: <87wrc2qmog.fsf@gnu.org> <877h3ule0y.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1319737521 2351 80.91.229.12 (27 Oct 2011 17:45:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 17:45:21 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 19:45:17 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJU0u-0004nT-3G for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 19:45:12 +0200 Original-Received: from localhost ([::1]:47729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJU0t-00070r-Ou for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 13:45:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJU0q-0006yM-Fx for emacs-devel@gnu.org; Thu, 27 Oct 2011 13:45:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJU0p-0000nH-9h for emacs-devel@gnu.org; Thu, 27 Oct 2011 13:45:08 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:45447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJU0p-0000lz-1G for emacs-devel@gnu.org; Thu, 27 Oct 2011 13:45:07 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RJU0n-0004iw-Sm for emacs-devel@gnu.org; Thu, 27 Oct 2011 19:45:05 +0200 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 19:45:05 +0200 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 19:45:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:Rh4Prgnd63jJR7uK6WIZrZYD+LE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145669 gmane.emacs.gnus.general:80439 Archived-At: Asking emacs-devel since the Gnus list didn't have any answers: On Mon, 24 Oct 2011 09:23:09 -0400 Ted Zlatanov wrote: TZ> On Tue, 18 Oct 2011 18:39:11 +0200 ludo@gnu.org (Ludovic Courtès) wrote: LC> When Gnus is left plugged or has non-agentized nnimap groups, recovering LC> from suspend-to-RAM or hibernation has always been a problem for me: LC> sometimes Emacs is frozen upon resume, trying to get data from some IMAP LC> stream. ... TZ> (Assuming modern GNU/Linux system is the main focus based on your TZ> commands) TZ> Is there a D-BUS signal for this, and can Emacs catch it? If so I could TZ> try to close the open connections in that handler. TZ> What happens on a W32 system? Any help is appreciated. I don't know anything about these system events. Thanks Ted