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: Tue, 21 Jun 2005 23:40:56 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119412950 29575 80.91.229.2 (22 Jun 2005 04:02:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 04:02:30 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 06:02:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkwRV-0005BN-7r for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 06:02:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkwY3-0001EJ-FS for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 00:09:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkwPN-00062e-Jn for emacs-devel@gnu.org; Wed, 22 Jun 2005 00:00:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkwPB-0005xO-9d for emacs-devel@gnu.org; Wed, 22 Jun 2005 00:00:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkwPA-0005nz-PK for emacs-devel@gnu.org; Wed, 22 Jun 2005 00:00:01 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkwAV-0002fA-5h for emacs-devel@gnu.org; Tue, 21 Jun 2005 23:44:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dkw6i-0005Ub-Fj; Tue, 21 Jun 2005 23:40:56 -0400 Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Wed, 22 Jun 2005 00:26:37 +0200) 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:39273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39273 And BTW, occur-mode is a major mode. Shouldn't it use run-mode-hooks? It already does, to run occur-mode-hook. occur-hook is different.