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: inhibit-point-motion-hooks and timers Date: Tue, 05 Jan 2010 10:47:28 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262706514 9044 80.91.229.12 (5 Jan 2010 15:48:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2010 15:48:34 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 16:48:26 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 1NSBdx-00089s-Dq for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 16:48:25 +0100 Original-Received: from localhost ([127.0.0.1]:35499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSBdy-0000ry-1m for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 10:48:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSBdB-0000JN-MK for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:47:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSBd6-0000Fh-O6 for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:47:37 -0500 Original-Received: from [199.232.76.173] (port=58693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSBd6-0000FW-GA for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:47:32 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20554 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSBd5-0004rq-MX for emacs-devel@gnu.org; Tue, 05 Jan 2010 10:47:32 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjwFAMPtQkvO+KPG/2dsb2JhbACBRdIzhDAEiik X-IronPort-AV: E=Sophos;i="4.47,506,1257138000"; d="scan'208";a="53002998" Original-Received: from 206-248-163-198.dsl.teksavvy.com (HELO ceviche.home) ([206.248.163.198]) by ironport2-out.pppoe.ca with ESMTP; 05 Jan 2010 10:47:28 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 471B0B4077; Tue, 5 Jan 2010 10:47:28 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Tue, 5 Jan 2010 16:23:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:119442 Archived-At: >>> 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. It also affects code that moves point outside of invisible text, images, and composed-chars. Stefan