From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: buffer-modified indicator in mode line - distinguish savable from unsavable changes Date: Sun, 02 Jul 2006 18:30:22 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151879475 1273 80.91.229.2 (2 Jul 2006 22:31:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Jul 2006 22:31:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 03 00:31:13 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 1FxAT9-0008HI-UZ for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2006 00:31:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxAT9-0006sN-9V for ged-emacs-devel@m.gmane.org; Sun, 02 Jul 2006 18:31:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxASO-0006Xr-Cu for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:30:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxASN-0006XH-Mi for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:30:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxASN-0006Wz-DQ for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:30:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxAfg-0006Dm-NH for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:44:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FxASM-0001G7-90; Sun, 02 Jul 2006 18:30:22 -0400 Original-To: "Drew Adams" In-reply-to: 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:56388 Archived-At: An example of a type 1 change is typing or deleting text. An example of a type 2 change is changing the face of a some text (e.g. using the facemenu). In the future, we want to be able to save text properties. However, in most buffers that is impossible. buffer-modified-p could, in principle, consider text property changes insignificant in buffers that cannot save them. It is something to consider trying out after the release.