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: [kzeitler@sfsws1.de.lucent.com: Buffer sometimes changes to modified with truncate-partial-width-windows set to nil] Date: Wed, 16 Aug 2006 14:51:41 +0200 Message-ID: <44E314DD.7030708@gmx.at> References: <877j19lh93.fsf@stupidchicken.com> <44E2CE56.5010602@gmx.at> NNTP-Posting-Host: main.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 1155732684 16901 80.91.229.2 (16 Aug 2006 12:51:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Aug 2006 12:51:24 +0000 (UTC) Cc: Chong Yidong , monnier@iro.umontreal.ca, kifer@cs.sunysb.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 16 14:51:20 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GDKrW-00040P-LE for ged-emacs-devel@m.gmane.org; Wed, 16 Aug 2006 14:51:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDKrW-0002oU-8q for ged-emacs-devel@m.gmane.org; Wed, 16 Aug 2006 08:51:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GDKrK-0002oO-RX for emacs-devel@gnu.org; Wed, 16 Aug 2006 08:50:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GDKrF-0002nD-Af for emacs-devel@gnu.org; Wed, 16 Aug 2006 08:50:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDKrF-0002n7-6a for emacs-devel@gnu.org; Wed, 16 Aug 2006 08:50:53 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GDKxV-0003MW-39 for emacs-devel@gnu.org; Wed, 16 Aug 2006 08:57:21 -0400 Original-Received: (qmail invoked by alias); 16 Aug 2006 12:50:51 -0000 Original-Received: from N900P010.adsl.highway.telekom.at (EHLO [62.47.56.106]) [62.47.56.106] by mail.gmx.net (mp007) with SMTP; 16 Aug 2006 14:50:51 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Klaus Zeitler In-Reply-To: X-Y-GMX-Trusted: 0 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:58442 Archived-At: > martin> Would the following handle it? > > No it's still the same. Could you please verify whether the scenario described by Chong _is_ responsible for the buffer modification you see. Try to set a breakpoint somwhere within the (when (< start orig-start) form in jit-lock.el or insert an according message. The values of `start', `orig-start', and `next' would interest me. martin