From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Three strikes them out Date: Sat, 31 May 2008 00:48:24 -0400 Message-ID: References: <48403C07.5080404@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212209327 14834 80.91.229.12 (31 May 2008 04:48:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2008 04:48:47 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 31 06:49:28 2008 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.50) id 1K2J1z-0004X0-Ed for ged-emacs-devel@m.gmane.org; Sat, 31 May 2008 06:49:27 +0200 Original-Received: from localhost ([127.0.0.1]:39365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2J1D-0001l2-Hf for ged-emacs-devel@m.gmane.org; Sat, 31 May 2008 00:48:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2J17-0001kB-Qg for emacs-devel@gnu.org; Sat, 31 May 2008 00:48:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2J15-0001jz-C3 for emacs-devel@gnu.org; Sat, 31 May 2008 00:48:32 -0400 Original-Received: from [199.232.76.173] (port=35865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2J15-0001jw-53 for emacs-devel@gnu.org; Sat, 31 May 2008 00:48:31 -0400 Original-Received: from 206-248-174-248.dsl.teksavvy.com ([206.248.174.248]:36742 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2J15-0003TV-3U for emacs-devel@gnu.org; Sat, 31 May 2008 00:48:31 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id EBB82B41E7; Sat, 31 May 2008 00:48:24 -0400 (EDT) In-Reply-To: <48403C07.5080404@gmail.com> (Lennart Borgman's message of "Fri, 30 May 2008 19:40:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:98106 Archived-At: > Sometimes I am able to get fontification to loop. That may lock > Emacs totally. > It would be good to have some way to stop timers from running in such > situations - if it helps, I am not sure. Maybe three C-g in a row What makes you think the problem is in the timers? I can't remember encountering such a problem. Stefan