From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: occur-hook changing the current buffer Date: Mon, 27 Jun 2005 12:46:12 -0400 Message-ID: References: <87slzbqd6r.fsf-monnier+emacs@gnu.org> <871x6ucqat.fsf@jurta.org> <87y88zqtpa.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119893271 18361 80.91.229.2 (27 Jun 2005 17:27:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2005 17:27:51 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 19:27:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DmxOD-0007Gy-73 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 19:27:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmxVt-0007sr-Cm for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 13:35:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmxPL-0003cZ-QJ for emacs-devel@gnu.org; Mon, 27 Jun 2005 13:28:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmxPK-0003bS-U5 for emacs-devel@gnu.org; Mon, 27 Jun 2005 13:28:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmxAh-0007ej-9G for emacs-devel@gnu.org; Mon, 27 Jun 2005 13:13:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dmwq1-000794-0e for emacs-devel@gnu.org; Mon, 27 Jun 2005 12:52:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DmwkO-0005I6-Nk; Mon, 27 Jun 2005 12:46:12 -0400 Original-To: Juri Linkov In-reply-to: <87y88zqtpa.fsf@jurta.org> (message from Juri Linkov on Mon, 27 Jun 2005 02:22:38 +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: , 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:39673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39673 Perhaps this change should be documented in the `Incompatible Lisp Changes in Emacs 22.1' in etc/NEWS. When users have hooks that modify the contents of the *Occur* buffer then these hooks will fail after the read-only flag was set on the *Occur* buffer. We should not clutter NEWS with minor changes in details that were never documented, that have only a small chance of affecting anyone. NEWS is hard to absorb because it is so big.