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: Exactly what changes triggers the change hooks? Date: Fri, 17 Jul 2009 18:23:03 -0400 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 1247869457 5560 80.91.229.12 (17 Jul 2009 22:24:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 22:24:17 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 18 00:24:10 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MRvqb-0001AQ-34 for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2009 00:24:09 +0200 Original-Received: from localhost ([127.0.0.1]:42250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRvqa-0003es-Cg for ged-emacs-devel@m.gmane.org; Fri, 17 Jul 2009 18:24:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRvpj-0003C9-Lk for emacs-devel@gnu.org; Fri, 17 Jul 2009 18:23:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRvpc-00038y-HR for emacs-devel@gnu.org; Fri, 17 Jul 2009 18:23:12 -0400 Original-Received: from [199.232.76.173] (port=36745 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRvpc-00038t-EH for emacs-devel@gnu.org; Fri, 17 Jul 2009 18:23:08 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:35790) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRvpc-0003iN-5Q for emacs-devel@gnu.org; Fri, 17 Jul 2009 18:23:08 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRvpb-00033M-AY for emacs-devel@gnu.org; Fri, 17 Jul 2009 18:23:07 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n6HMN3rX021241; Fri, 17 Jul 2009 18:23:04 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id DD5103A153; Fri, 17 Jul 2009 18:23:03 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Fri, 17 Jul 2009 20:18:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3321=0 X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:112645 Archived-At: > Does overlay changes ever trigger those hooks? No, for the same reason they do not mark the buffer as modified. Stefan