From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Qiang Guo Newsgroups: gmane.emacs.help,gmane.emacs.orgmode Subject: Re: diagnosing emacs hangs Date: Mon, 21 Jun 2010 20:44:48 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1277174728 10086 80.91.229.12 (22 Jun 2010 02:45:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2010 02:45:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, emacs-orgmode@gnu.org To: Matt Price Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 22 04:45:26 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQtUM-0001GE-4B for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jun 2010 04:45:26 +0200 Original-Received: from localhost ([127.0.0.1]:38879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQtUL-000589-Ke for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jun 2010 22:45:25 -0400 Original-Received: from [140.186.70.92] (port=51143 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQtTy-000583-VT for help-gnu-emacs@gnu.org; Mon, 21 Jun 2010 22:45:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQtTx-0001Zx-VH for help-gnu-emacs@gnu.org; Mon, 21 Jun 2010 22:45:02 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:51863) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQtTx-0001Ze-Qy; Mon, 21 Jun 2010 22:45:01 -0400 Original-Received: by pwi7 with SMTP id 7so4667252pwi.0 for ; Mon, 21 Jun 2010 19:45:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to:cc :subject:in-reply-to:references:user-agent:mime-version:content-type; bh=CN1478YUYxiXSfUGLVzODxidD1G+6dVPpNOopnJwWho=; b=Odo98yn0OwGSGAekjTe+Wnf+iob8Pjmgx2pQD+kBrL7jfUWVsme9E+1Bcg9NTlvMaC YBYJAY8IWNEs+T0Hd2PBwXB7HvrkUrcy0TBGclUygUa64ksEVlsdvXD7B3r5Xkm4lI6Z mvydrt59QLaZKKakF0VjOV+iiFduhnYMqNcnA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:mime-version:content-type; b=mHcWlT6ChtCMoS9k78fwSDuMYZ4cPEs4Iim9GFPsiCJEsovaN7KqxX/jTC0dsoL9bb dIXqgc3wev5s1CbqYfbMoU2MIU+zYOllZ7ufa9IT5Raz90usHILp8SytKIo1AhTekQ29 B78Vs8orb3lr4+52CrbmR41tJlLKQq1+gbsVQ= Original-Received: by 10.115.38.22 with SMTP id q22mr4886825waj.41.1277174700318; Mon, 21 Jun 2010 19:45:00 -0700 (PDT) Original-Received: from Qiang-Guos-MacBook-Pro.local.gmail.com (d75-152-224-210.abhsia.telus.net [75.152.224.210]) by mx.google.com with ESMTPS id c14sm50858837waa.1.2010.06.21.19.44.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Jun 2010 19:44:59 -0700 (PDT) In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.2 (x86_64-apple-darwin10.3.0) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73947 gmane.emacs.orgmode:26420 Archived-At: Hi Matt I run into the same problem some time ago. I guess it's probably the cause of wanderlust. After some idle time, emacs will hang unless I restart the program. Try to set 'elmo-network-session-idle-timeout' variable to a reasonable value (thanks to somebody on wanderlust's mailinglist :-)). Hope it helps Qiang