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: [kzeitler@sfsws1.de.lucent.com: Buffer sometimes changes to modified with truncate-partial-width-windows set to nil] Date: Thu, 17 Aug 2006 11:07:03 -0400 Message-ID: References: <877j19lh93.fsf@stupidchicken.com> <44E2CE56.5010602@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155827268 13746 80.91.229.2 (17 Aug 2006 15:07:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Aug 2006 15:07:48 +0000 (UTC) Cc: Chong Yidong , kifer@cs.sunysb.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 17 17:07:42 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 1GDjSu-0006F9-LZ for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2006 17:07:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDjSu-0000oM-2y for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2006 11:07:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GDjSc-0000ky-AZ for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:07:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GDjSb-0000kY-Hz for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:07:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDjSb-0000kS-BS for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:07:05 -0400 Original-Received: from [209.226.175.93] (helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GDjZ6-0005EJ-NM for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:13:48 -0400 Original-Received: from localhost ([70.55.146.213]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060817150704.PSAJ13653.tomts36-srv.bellnexxia.net@localhost>; Thu, 17 Aug 2006 11:07:04 -0400 Original-Received: by localhost (Postfix, from userid 20848) id 062D9826A; Thu, 17 Aug 2006 11:07:04 -0400 (EDT) Original-To: martin rudalics In-Reply-To: <44E2CE56.5010602@gmx.at> (martin rudalics's message of "Wed, 16 Aug 2006 09:50:46 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:58467 Archived-At: > ! (with-buffer-prepared-for-jit-lock > ! (put-text-property start orig-start > ! 'fontified t buf)))))) > --- 391,400 ---- > ! (with-current-buffer buf > ! (with-buffer-prepared-for-jit-lock > ! (put-text-property start orig-start > ! 'fontified t))))))) Thanks once more for fixing my sloppy code, Stefan