From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Hori Newsgroups: gmane.emacs.help Subject: Re: [SOLVED]Re: Ubuntu Karmic : Emacs 23.1.1 regularly hangs for about 6 seconds Date: Wed, 27 Jan 2010 21:19:18 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1264658065 28098 80.91.229.12 (28 Jan 2010 05:54:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2010 05:54:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: deech Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 28 06:54:22 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 1NaNKf-0004Br-NE for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jan 2010 06:54:22 +0100 Original-Received: from localhost ([127.0.0.1]:54997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaNKf-00072S-2B for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jan 2010 00:54:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaMms-0008RD-9a for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 00:19:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaMmm-0008Pn-Mj for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 00:19:24 -0500 Original-Received: from [199.232.76.173] (port=46891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaMmm-0008Pf-Jx for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 00:19:20 -0500 Original-Received: from mail-pw0-f47.google.com ([209.85.160.47]:55452) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaMmm-00072C-6E for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 00:19:20 -0500 Original-Received: by pwj10 with SMTP id 10so252907pwj.26 for ; Wed, 27 Jan 2010 21:19:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Xf6IJUPJe5c+L4yMi79fPONFDhAmZ2g7FtotUar/CvM=; b=mUIEvc+GlUrMmhWsOR2eBktoXHzdXT/VVhxhXCJcLrshpqYi1Y8zT2+pefmuCE7tjd SEutB3VlwrE2bc1bM5Ouse+zGjrWY5uP9MMdpw3HFPQAcQZvr5EiD7fb28uyOfXXfwx3 dN7a+AommhZf87VGgcSGZPDkx69BSTid0qCzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kUt3SOSSQmmliFfs9OmIBdK5iK0lDomAHy78mw9QVbvdAxyWAPoAYTajgisL8GUi9j v2n7OczOFadK6G03KqzWR05ahjYSo+iKHS3Ky9N5yTVxMbE+N/IL8q4RRkGqoWcBSIk+ ppXeIPkIzU8hZ/Ct8W2rZbbNBlHfccqByDJ3k= Original-Received: by 10.114.251.10 with SMTP id y10mr7261597wah.149.1264655958848; Wed, 27 Jan 2010 21:19:18 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 28 Jan 2010 00:52:23 -0500 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:71533 Archived-At: I've been using Ubuntu Karmic on a PC, but display-display-mode never caused a problem before. That's probably peculiar to Macs or to your Mac environment. On Wed, Jan 27, 2010 at 9:41 AM, deech wrote: > The problem was that my system was hanging on reading the battery > meter which is invoked by (display-battery-mode) in my startup file. I > could replicate this problem by starting a vanilla emacs (emacs --no- > init) and running the battery meter command (M-x display-battery- > mode). > > By removing (display-battery-mode) from my .emacs file I eliminated > the problem (from the emacs department anyway). > > I am running Ubuntu Karmic on a MacBook Pro 2,1,2. Given that it is a > vanilla install (of Ubuntu and emacs) so this might be a widespread > problem on this model of Macbook. > > thanks ... > -deech > > > On Jan 26, 12:50=A0pm, deech wrote: > > >> Hi all, >> This is the first time I've used Ubuntu's emacs package (I usually >> compile my own) and I'm running into a problem where Emacs becomes non- >> responsive for about 6 seconds. This seems to happen once every couple >> of minutes and I can't tie it to anything I am doing. I tried turning >> off auto-save but that didn't work. >> >> I am running an emacs server in a screen session and editing in an X >> session using the 'emacsclient -c' command. >> >> Does anyone have any insights on this? >> >> thanks ... >> -deech > >