From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.bugs Subject: bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer Date: Fri, 10 Oct 2014 16:27:58 +0200 Message-ID: <87zjd4atjl.fsf@bernoul.li> References: <874mvc1a7b.fsf@pacific.linksys.moosehall> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412951436 17516 80.91.229.3 (10 Oct 2014 14:30:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 14:30:36 +0000 (UTC) To: 18676@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 16:30:30 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1XcbD5-0005ZB-R3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 16:30:23 +0200 Original-Received: from localhost ([::1]:48638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcbD5-0000gG-By for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 10:30:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcbCu-0000f5-NN for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 10:30:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcbCn-00016c-97 for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 10:30:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcbCn-00015h-6t for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 10:30:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XcbCm-0002ym-Dm for bug-gnu-emacs@gnu.org; Fri, 10 Oct 2014 10:30:04 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <874mvc1a7b.fsf@pacific.linksys.moosehall> Resent-From: Jonas Bernoulli Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Oct 2014 14:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18676 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18676-submit@debbugs.gnu.org id=B18676.141295139411407 (code B ref 18676); Fri, 10 Oct 2014 14:30:04 +0000 Original-Received: (at 18676) by debbugs.gnu.org; 10 Oct 2014 14:29:54 +0000 Original-Received: from localhost ([127.0.0.1]:40233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcbCc-0002xu-3n for submit@debbugs.gnu.org; Fri, 10 Oct 2014 10:29:54 -0400 Original-Received: from mail.hostpark.net ([212.243.197.30]:54678) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcbCa-0002xl-5G for 18676@debbugs.gnu.org; Fri, 10 Oct 2014 10:29:53 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id B13AE16DB9 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 16:29:50 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id loG60EbFbVW8 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 16:29:50 +0200 (CEST) Original-Received: from lem (77-58-212-245.dclient.hispeed.ch [77.58.212.245]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPS id 8AA3716E42 for <18676@debbugs.gnu.org>; Fri, 10 Oct 2014 16:29:50 +0200 (CEST) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94385 On the development branch Magit no longer uses `auto-revert-handler'. I will check whether it is necessary to backport that to the master branch.