From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: eval-after-load as a macro (and eval-next-after-load) Date: Mon, 07 Apr 2003 13:56:07 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304071756.h37Hu734025076@rum.cs.yale.edu> References: <200304062105.h36L55Jn019873@rum.cs.yale.edu> <20030407185925.BBA2.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049738350 315 80.91.224.249 (7 Apr 2003 17:59:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2003 17:59:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 07 19:59:08 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 192atg-0008WR-00 for ; Mon, 07 Apr 2003 19:59:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 192axI-00032R-00 for ; Mon, 07 Apr 2003 20:02:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192atJ-0006NG-0A for emacs-devel@quimby.gnus.org; Mon, 07 Apr 2003 13:58:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 192asS-0005B9-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 13:57:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 192arm-0004hG-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 13:57:10 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192aqm-0003xa-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 13:56:08 -0400 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h37Hu7x6025078; Mon, 7 Apr 2003 13:56:07 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h37Hu734025076; Mon, 7 Apr 2003 13:56:07 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Juanma Barranquero X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12982 > Speaking of breaking execution and incompatibilities, the use of the new > `run-mode-hooks' in `define-derived-mode' has caused a small > backward-incompatibility: .elc files using `define-derived-mode' and > compiled with 21.3.50 cannot be loaded on 21.[123] releases. Source > modules can, of course. That's forward-incompatibility. Stefan