From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [R.Ekker@ai.rug.nl: highlight-changes-rotate-faces sets buffer modified flag] Date: Wed, 09 May 2007 23:58:44 +0200 Message-ID: <46424414.2000305@gmx.at> References: <4640F2FB.6000704@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178748048 759 80.91.229.12 (9 May 2007 22:00:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 May 2007 22:00:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 10 00:00:45 2007 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 1HluDF-0006HK-2a for ged-emacs-devel@m.gmane.org; Thu, 10 May 2007 00:00:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HluKT-00087c-Iq for ged-emacs-devel@m.gmane.org; Wed, 09 May 2007 18:08:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HluKQ-00087C-78 for emacs-devel@gnu.org; Wed, 09 May 2007 18:08:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HluKO-00086z-TV for emacs-devel@gnu.org; Wed, 09 May 2007 18:08:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HluKO-00086u-M6 for emacs-devel@gnu.org; Wed, 09 May 2007 18:08:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HluD9-0008HW-3c for emacs-devel@gnu.org; Wed, 09 May 2007 18:00:39 -0400 Original-Received: (qmail invoked by alias); 09 May 2007 22:00:38 -0000 Original-Received: from N841P010.adsl.highway.telekom.at (EHLO [62.47.49.10]) [62.47.49.10] by mail.gmx.net (mp050) with SMTP; 10 May 2007 00:00:38 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+fO8wLnQKfc+WN0Q6vDe6dBEU6KdD43cpqXqZ+2r CD3VG7k3FyhjVu User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: 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:70716 Archived-At: > ! (after-change-functions nil)) > > That does just part of the job. You need to bind > inhibit-modification-hooks to t. Stefan already noticed that. I simply didn't pay much attention to existing code.