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: org-mode and mode hooks. Date: Thu, 26 May 2005 23:39:48 -0400 Message-ID: References: <87y8a3mnz8.fsf@xs4all.nl> <87ll63weye.fsf-monnier+emacs@gnu.org> <200505251624.j4PGOBF24551@raven.dms.auburn.edu> <87hdgql1nd.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117165664 1254 80.91.229.2 (27 May 2005 03:47:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 May 2005 03:47:44 +0000 (UTC) Cc: dominik@science.uva.nl, teirllm@dms.auburn.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 27 05:47:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbVnq-0006CP-EG for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 05:46:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbVs2-00053J-D8 for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 23:50:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbVp8-0003i7-7X for emacs-devel@gnu.org; Thu, 26 May 2005 23:47:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbVp4-0003f1-DM for emacs-devel@gnu.org; Thu, 26 May 2005 23:47:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbVp3-0003c6-Ca for emacs-devel@gnu.org; Thu, 26 May 2005 23:47:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbViU-0001eC-N5 for emacs-devel@gnu.org; Thu, 26 May 2005 23:40:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DbVhM-0007Pp-M9; Thu, 26 May 2005 23:39:48 -0400 Original-To: Lute Kamstra In-reply-to: <87hdgql1nd.fsf@xs4all.nl> (message from Lute Kamstra on Thu, 26 May 2005 12:31:02 +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:37752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37752 > If there are any major modes that fail to use run-mode-hooks, we want > to fix them now. It would be good for someone to look for them. I'll do that. I see you have already done it. Thank you. We also need to find other modes that are effectively "derived" and ought to use delay-mode-hooks. I think one could write a Lisp program that would search for a match for "([-a-z]+-mode " within a defun that starts with "(defun [-a-z]+-mode ".