From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.devel Subject: periodic timer stops running Date: Thu, 27 Feb 2014 16:17:56 +0100 Message-ID: <87wqggoa8r.fsf@micropit.couberia.selfip.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393514296 17287 80.91.229.3 (27 Feb 2014 15:18:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2014 15:18:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 27 16:18:26 2014 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 1WJ2jA-0005aP-Hc for ged-emacs-devel@m.gmane.org; Thu, 27 Feb 2014 16:18:24 +0100 Original-Received: from localhost ([::1]:46559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2jA-00022b-2R for ged-emacs-devel@m.gmane.org; Thu, 27 Feb 2014 10:18:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2j1-00020u-82 for emacs-devel@gnu.org; Thu, 27 Feb 2014 10:18:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ2iv-0002yV-E8 for emacs-devel@gnu.org; Thu, 27 Feb 2014 10:18:15 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:39785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2iv-0002yP-6k for emacs-devel@gnu.org; Thu, 27 Feb 2014 10:18:09 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WJ2it-0004Km-DH for emacs-devel@gnu.org; Thu, 27 Feb 2014 16:18:07 +0100 Original-Received: from arennes-651-1-322-228.w2-12.abo.wanadoo.fr ([2.12.201.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Feb 2014 16:18:07 +0100 Original-Received: from pmlists by arennes-651-1-322-228.w2-12.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Feb 2014 16:18:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: arennes-651-1-322-228.w2-12.abo.wanadoo.fr User-Agent: Gnus/5.13001 (=?utf-8?Q?=E7=9C=9F?= Gnus v0.10) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:SFi0RsGNekgq4tQW8OOwmIqEe10= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:169905 Archived-At: Hi, I use several timers, for example "(run-with-timer 20 20 'org-notify-process)" But sometimes, a timer just stops running, and I don't know, what event triggers this problem. Is it perhaps related to: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15561 ? It happens about once a day. How could I solve this issue please? TIA for any hints, -- Peter