From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Timer scheduling and cancel-timer Date: Thu, 24 Jan 2013 08:32:12 -0800 Message-ID: References: <20130121005802.c7383f4994ead287e738f96f@cx4a.org><50FC43DB.6070505@cs.ucla.edu><0C917BD4690341A181CF2BE23E754FC7@us.oracle.com><87ham9v4lt.fsf@rosalinde.fritz.box> <87a9s1us05.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359045159 10478 80.91.229.3 (24 Jan 2013 16:32:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2013 16:32:39 +0000 (UTC) Cc: 'Tomohiro Matsuyama' , 'Paul Eggert' , 'Stefan Monnier' , emacs-devel@gnu.org To: "'Stephen Berman'" , "'Bastien'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 24 17:32:57 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 1TyPjV-0001fP-RU for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2013 17:32:57 +0100 Original-Received: from localhost ([::1]:43913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyPjE-0004XO-Dq for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2013 11:32:40 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyPjA-0004Wl-Pw for emacs-devel@gnu.org; Thu, 24 Jan 2013 11:32:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyPj8-0005kv-9r for emacs-devel@gnu.org; Thu, 24 Jan 2013 11:32:36 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:47909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyPj1-0005jm-S2; Thu, 24 Jan 2013 11:32:27 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id r0OGWEg7004351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 24 Jan 2013 16:32:15 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0OGWEMr029620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Jan 2013 16:32:14 GMT Original-Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r0OGWDJd019001; Thu, 24 Jan 2013 10:32:14 -0600 Original-Received: from dradamslap1 (/130.35.178.8) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 24 Jan 2013 08:32:13 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <87a9s1us05.fsf@rosalinde.fritz.box> Thread-Index: Ac34ua925LPM9Y67QDK+6LxUs1QC6ABliA+Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:156616 Archived-At: > > 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. Yes, e.g., in a line of commented-out code. That's where I stumble onto it most often. > So I tried your patch, and indeed it fixes the bug. Same here. In fact, it's hard for me to use Emacs without the patch. Hope it gets applied soon, if it has not been applied already.