From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Timer scheduling and cancel-timer Date: Tue, 22 Jan 2013 17:00:58 +0100 Message-ID: <87a9s1us05.fsf@rosalinde.fritz.box> References: <20130121005802.c7383f4994ead287e738f96f@cx4a.org> <50FC43DB.6070505@cs.ucla.edu> <0C917BD4690341A181CF2BE23E754FC7@us.oracle.com> <87ham9v4lt.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358870479 22840 80.91.229.3 (22 Jan 2013 16:01:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2013 16:01:19 +0000 (UTC) Cc: 'Tomohiro Matsuyama' , 'Paul Eggert' , 'Stefan Monnier' , Drew Adams , emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 22 17:01:37 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TxgI3-0004KQ-OE for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2013 17:01:35 +0100 Original-Received: from localhost ([::1]:58084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxgHm-0000bC-Mo for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2013 11:01:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxgHe-0000aY-Qg for emacs-devel@gnu.org; Tue, 22 Jan 2013 11:01:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxgHY-0002Lj-7p for emacs-devel@gnu.org; Tue, 22 Jan 2013 11:01:10 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:58781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxgHX-0002LS-Tv for emacs-devel@gnu.org; Tue, 22 Jan 2013 11:01:04 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MM1JK-1Tpy6c3ZZk-007oPP for ; Tue, 22 Jan 2013 17:01:02 +0100 Original-Received: (qmail invoked by alias); 22 Jan 2013 16:01:02 -0000 Original-Received: from i59F56935.versanet.de (EHLO rosalinde.fritz.box) [89.245.105.53] by mail.gmx.net (mp029) with SMTP; 22 Jan 2013 17:01:02 +0100 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX1/RZUQ2NZnRsbL4XHAL5OqMAOLU8gm28zxj8IAA6j UcMjUs7tqVS8kn In-Reply-To: <87ham9v4lt.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Tue, 22 Jan 2013 12:28:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 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:156582 Archived-At: On Tue, 22 Jan 2013 12:28:46 +0100 Stephen Berman wrote: > On Mon, 21 Jan 2013 19:50:44 -0800 "Drew Adams" wrote: > >> I'm kind of surprised that no one else seems to be running into this problem. >> Each time it arises, point follows a right paren, I believe. > > I hit it several times after updating from the trunk on 17 January but > didn't have time to try to debug it, and also couldn't find a reliable > recipe for reproducing it. Anyway, for whatever reason, I haven't seen > it again for a couple of days (with the same build). On Tue, 22 Jan 2013 14:57:49 +0100 Bastien wrote: > Stefan Monnier writes: > >>> Perhaps it is worth reverting the code change you made that makes this happen >>> now, until you find the bug? >> >> No, the change is there specifically to avoid hiding bugs under the >> rug. > > The attached patch fixes the bug. > > Can anyone confirm this? I just hit the bug again, and now realized it happens when point follows an *unbalanced* right paren. So I tried your patch, and indeed it fixes the bug. Thanks. Steve Berman