From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: text properties Date: Wed, 28 Jul 2004 18:09:42 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200407280355.06468.pogonyshev@gmx.net> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1091052600 15225 80.91.224.253 (28 Jul 2004 22:10:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 22:10:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 29 00:09:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BpwcU-0006L9-00 for ; Thu, 29 Jul 2004 00:09:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bpwfe-0003ZU-3a for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 18:13:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpwfX-0003ZP-0i for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:13:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpwfW-0003ZD-Jn for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:13:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpwfW-0003Z4-Ge for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:13:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpwcI-0004GL-Vx for emacs-devel@gnu.org; Wed, 28 Jul 2004 18:09:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BpwcI-0000mM-BI; Wed, 28 Jul 2004 18:09:42 -0400 Original-To: Paul Pogonyshev In-reply-to: <200407280355.06468.pogonyshev@gmx.net> (message from Paul Pogonyshev on Wed, 28 Jul 2004 03:55:06 +0300) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26069 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26069 Is it expected that evaluating this form sets `modified' flag of the current buffer even though fontifying by adding a hook by `jit-lock-register' does not? (add-text-properties 1 (1+ (buffer-size)) '(face nil invisible nil)) Calling add-text-properties counts as modifying the buffer.