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: derived-mode-run-hooks Date: Fri, 15 Jul 2005 18:03:38 -0400 Message-ID: References: <873bqgk6e4.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121465837 18424 80.91.229.2 (15 Jul 2005 22:17:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2005 22:17:17 +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 Sat Jul 16 00:17:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtYUZ-0000ZT-3Z for ged-emacs-devel@m.gmane.org; Sat, 16 Jul 2005 00:17:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtYWK-0005PW-Ul for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2005 18:19:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtYNO-0008JK-H9 for emacs-devel@gnu.org; Fri, 15 Jul 2005 18:09:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtYNK-0008Gu-So for emacs-devel@gnu.org; Fri, 15 Jul 2005 18:09:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtYNI-0008BU-Pd for emacs-devel@gnu.org; Fri, 15 Jul 2005 18:09:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DtYT6-0006e5-PL for emacs-devel@gnu.org; Fri, 15 Jul 2005 18:15:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DtYHS-0006zD-L4; Fri, 15 Jul 2005 18:03:38 -0400 Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Fri, 15 Jul 2005 10:29: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:40963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40963 However, the question is: should I expect for a 22.0.X .elc file to work on 21.4? I would've assumed "not", but for this comment on `define-derived-mode': If it is easy to make this work (or work more), we can do it, but I'd rather not do a lot of work for that sake. I think that such compatibility is much less important than it once was. It isn't hard to maintain two sets of .elc files if you have two Emacs versions installed.