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: problem with mh-e and 2002-08-20 change to font-core.el Date: Tue, 27 Aug 2002 13:05:51 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200208271905.g7RJ5pM13037@wijiji.santafe.edu> References: <200208260738.g7Q7c8S23362@localhost.localdomain> <200208262118.QAA16553@eel.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030475714 10123 127.0.0.1 (27 Aug 2002 19:15:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 Aug 2002 19:15:14 +0000 (UTC) Cc: y@mit.edu, mh-e-devel@lists.sourceforge.net, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jlo0-0002d2-00 for ; Tue, 27 Aug 2002 21:15:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17jmJS-0003rs-00 for ; Tue, 27 Aug 2002 21:47:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jlpL-0007rW-00; Tue, 27 Aug 2002 15:16:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jlfB-0005fV-00 for emacs-devel@gnu.org; Tue, 27 Aug 2002 15:06:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jlf1-0005ae-00 for emacs-devel@gnu.org; Tue, 27 Aug 2002 15:05:59 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jlf0-0005ZK-00; Tue, 27 Aug 2002 15:05:54 -0400 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g7RJ6I501910; Tue, 27 Aug 2002 13:06:18 -0600 (MDT) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g7RJ5pM13037; Tue, 27 Aug 2002 13:05:51 -0600 (MDT) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: teirllm@dms.auburn.edu In-Reply-To: <200208262118.QAA16553@eel.dms.auburn.edu> (message from Luc Teirlinck on Mon, 26 Aug 2002 16:18:38 -0500 (CDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6997 Text properties are part of the buffer contents, so it is proper that changing them normally marks the buffer as changed. Perhaps in this particular case we should mark the buffer as unmodified again. But the real issue is, why does that command cause a change in major modes, and should it run this hook at all?