From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: eval-after-load as a macro (and eval-next-after-load) Date: Mon, 07 Apr 2003 19:04:41 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030407185925.BBA2.LEKTU@terra.es> References: <200304062105.h36L55Jn019873@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1049735994 19176 80.91.224.249 (7 Apr 2003 17:19:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2003 17:19:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 07 19:19:53 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 192aHB-0004x1-00 for ; Mon, 07 Apr 2003 19:19:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 192aKm-0002db-00 for ; Mon, 07 Apr 2003 19:23:04 +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 192aGj-00059D-05 for emacs-devel@quimby.gnus.org; Mon, 07 Apr 2003 13:18:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 192a7V-0000HN-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 13:09:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 192a5z-0007wG-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 13:07:49 -0400 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp2.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192a4O-0006rb-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 13:06:08 -0400 Original-Received: from [80.36.30.211] ([80.36.30.211]) by tsmtp2.mail.isp (terra.es) with ESMTP id HCZGRR00.V2A for ; Mon, 7 Apr 2003 19:04:39 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: <200304062105.h36L55Jn019873@rum.cs.yale.edu> X-Mailer: Becky! ver. 2.05.10 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:12969 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12969 On Sun, 06 Apr 2003 17:05:05 -0400, "Stefan Monnier" wrote: > Actually, my proposal is completely unworkable because it breaks execution > of old .elc files where the byte-code needs eval-after-load to be > a function :-( 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. /L/e/k/t/u