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: Strange code in derived.el. Date: Sat, 11 Jun 2005 08:17:39 -0400 Message-ID: References: <87u0k7jz7k.fsf@xs4all.nl> <87slzqs2o8.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118493043 11001 80.91.229.2 (11 Jun 2005 12:30:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Jun 2005 12:30:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 11 14:30:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dh57r-0000Ov-LO for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2005 14:30:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dh5CF-000109-CI for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2005 08:34:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dh56p-0006Ac-4z for emacs-devel@gnu.org; Sat, 11 Jun 2005 08:29:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dh56b-00064E-GU for emacs-devel@gnu.org; Sat, 11 Jun 2005 08:28:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dh56Z-0005xp-VD for emacs-devel@gnu.org; Sat, 11 Jun 2005 08:28:52 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dh4wc-0007OG-58 for emacs-devel@gnu.org; Sat, 11 Jun 2005 08:18:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dh4vj-00074P-0k; Sat, 11 Jun 2005 08:17:39 -0400 Original-To: Lute Kamstra In-reply-to: <87slzqs2o8.fsf@xs4all.nl> (message from Lute Kamstra on Fri, 10 Jun 2005 16:32:23 +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:38576 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38576 I know: I'm working on them. At the moment, I am trying to fix all major modes that don't use run-mode-hooks and all derived major modes that don't delay the running of their parent's hooks. Thank you--that is very useful.