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: [Emacs-diffs] master b9d6938: Cancel the eldoc timer when switching off eldoc mode Date: Sat, 30 Apr 2016 10:30:33 -0400 Message-ID: References: <20160429200756.7743.70425@vcs.savannah.gnu.org> <87h9ejqjv4.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462026652 30384 80.91.229.3 (30 Apr 2016 14:30:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 14:30:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 30 16:30:44 2016 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 1awVut-0000xJ-Dv for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 16:30:43 +0200 Original-Received: from localhost ([::1]:58617 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVup-0004gZ-L7 for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 10:30:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVuc-0004O9-WA for emacs-devel@gnu.org; Sat, 30 Apr 2016 10:30:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awVuR-0005qi-G2 for emacs-devel@gnu.org; Sat, 30 Apr 2016 10:30:21 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:40221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVuR-0005i2-Ak for emacs-devel@gnu.org; Sat, 30 Apr 2016 10:30:15 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u3UEU2Mv020935; Sat, 30 Apr 2016 10:30:03 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8937A6633C; Sat, 30 Apr 2016 10:30:33 -0400 (EDT) In-Reply-To: <87h9ejqjv4.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 30 Apr 2016 15:58:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5658=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5658> : inlines <4747> : streams <1627765> : uri <2200343> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203454 Archived-At: > As far as I could tell, the post-command-hook in the other buffers > should restart the timer if it isn't running. So if you have eldoc mode > running in another buffer, it should start again once you do anything in > them? Oh, looks like you're right. Sorry, Stefan