From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: A lot of blink-cursor-timers Date: Sat, 20 Mar 2010 13:17:15 +0100 Message-ID: References: <4BA4BBEB.2070903@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1269087470 10709 80.91.229.12 (20 Mar 2010 12:17:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Mar 2010 12:17:50 +0000 (UTC) Cc: Emacs-Devel devel To: =?UTF-8?Q?Jan_Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 20 13:17:46 2010 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.69) (envelope-from ) id 1Nsxcg-0007N8-3y for ged-emacs-devel@m.gmane.org; Sat, 20 Mar 2010 13:17:46 +0100 Original-Received: from localhost ([127.0.0.1]:43957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nsxcf-0004ar-DR for ged-emacs-devel@m.gmane.org; Sat, 20 Mar 2010 08:17:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsxcZ-0004ab-T5 for emacs-devel@gnu.org; Sat, 20 Mar 2010 08:17:39 -0400 Original-Received: from [140.186.70.92] (port=59840 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsxcY-0004aT-Ml for emacs-devel@gnu.org; Sat, 20 Mar 2010 08:17:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NsxcW-0005rc-AH for emacs-devel@gnu.org; Sat, 20 Mar 2010 08:17:38 -0400 Original-Received: from mail-fx0-f210.google.com ([209.85.220.210]:48090) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NsxcW-0005rT-2P for emacs-devel@gnu.org; Sat, 20 Mar 2010 08:17:36 -0400 Original-Received: by fxm2 with SMTP id 2so1339606fxm.26 for ; Sat, 20 Mar 2010 05:17:35 -0700 (PDT) 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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=TJk+cisKPXeNIOt5DtK63IPoH3DLuQ2a9UuA3K+lr7M=; b=JaLumHKDOxTGjOsbaVnKvPUB5D9+VXQANbDufASmkCL3fJFdZSbaddSai8zLOG4UjL mbyATEPsJb8/gTEVmIgoBq0TNgeUh4+H1VsACs5Tw8guzrcqKEoXtB7A4u39KYelBv/G cA5eHSSH35VoiWg3ImleyPDfRsFUxXLqWnCrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=RSJpwrkr1yPRL/TAXf1AvhhDZ7KbzqSAJERSTiM52TV1HIlWpIRKS9ktZpinWs0nTd jpCr45mYAaagR6hq0qOsvJB8Oj9ZbY6DqO09xmpF9Y7BVBKbCIaUkxgaX0NuGg4N/byP 3tWx+bLRiobn29Urr1rYNmNkEWhABm07Fn8X4= Original-Received: by 10.239.137.11 with SMTP id j11mr196063hbj.177.1269087455135; Sat, 20 Mar 2010 05:17:35 -0700 (PDT) In-Reply-To: <4BA4BBEB.2070903@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:122355 Archived-At: On Sat, Mar 20, 2010 at 1:13 PM, Jan Dj=C3=A4rv wrote: > Lennart Borgman skrev: >> >> I am not sure about if I have asked this before. >> >> I sometimes gets a lot of blink-cursor-timer timers. I have no idea >> how this can happen. Looking at the code it looks impossible. Still it >> happens. >> >> Any ideas what to look for? >> > > A lot of the same variable, or a lot of timers at the C-level? =C2=A0Did = you make > it buffer-local or something? A lot of timers running the same funciton (ie that for blink-cursor-timer). I do not think I made it buffer local. Sometimes I can easily reproduce it, sometimes it is impossible. When I try to be systematic it is impossible ;-)