From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: inhibit-point-motion-hooks and timers Date: Tue, 5 Jan 2010 16:23:04 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262705099 3709 80.91.229.12 (5 Jan 2010 15:24:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2010 15:24:59 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 16:24:52 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from terminus-est.gnu.org ([66.92.78.210] helo=lists.gnu.org) by lo.gmane.org with esmtp (Exim 4.50) id 1NSBGY-0003l9-2p for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 16:24:14 +0100 Original-Received: from localhost ([127.0.0.1]:40768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSBGV-0004A7-P7 for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 10:24:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSBGN-00048v-N6 for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:24:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSBGI-00043o-OO for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:24:03 -0500 Original-Received: from [199.232.76.173] (port=35862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSBGI-00043c-Gu for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:23:58 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:37704) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSBGE-0006qt-SU for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:23:55 -0500 Original-Received: by bwz7 with SMTP id 7so11150733bwz.26 for ; Tue, 05 Jan 2010 07:23:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=ORdG/A07h/CCxMQW4GfUZEveBMIutluwkznzH5ZXwJ4=; b=MRQNX6XRru1ulWcPWTLPax20QDxGwboU38OXY13uYkmNm4zqPxGMe4WnXjcgJm6/Zo ITFScKqd7EhUM+8M/te6IFYdAzVH6GhOf7Mh7Voy0rCztNgWcIbm0eD5UFcKMQQ+dACH 4H2gXvuRireqTgQBxNM7r+ODw5kRjyLSkZm+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ecKV7PaubIauGggw9fH4L0412HWmHzw8RhF6lNX3sFFY7RPvrQ0r62am07Gr3XZKVX wxAL6AdXo3HEjYJFpgQj0V099gWq6Hj3gFxT54UI5h3yoVXtVEESCVWeJYKWUrPVTNtl 6THsCfFwAqAjh7e6TzJIGL8SsSa0YFH/FEiyU= Original-Received: by 10.239.135.78 with SMTP id c14mr1508590hbc.9.1262705005124; Tue, 05 Jan 2010 07:23:25 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119438 Archived-At: On Tue, Jan 5, 2010 at 4:15 PM, Stefan Monnier wrote: >> Should not this by default be t in timers? > > Why? To me it looks like a feature designed to guide a user. (It could for example show help or highlight certain things etc.) I am not sure how it can guide a timer.