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: Hi, I'm back! + Re: Strange eval-after-load Date: Sun, 02 Jul 2006 18:30:55 -0400 Message-ID: References: <20060702133304.GA4008@muc.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151879601 1565 80.91.229.2 (2 Jul 2006 22:33:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Jul 2006 22:33:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 03 00:33:20 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxAVD-0000An-EI for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2006 00:33:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxAVC-0007f2-Vb for ged-emacs-devel@m.gmane.org; Sun, 02 Jul 2006 18:33:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxASv-0006pn-GC for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:30:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxASu-0006oy-Qi for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:30:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxASu-0006ok-DI for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:30:56 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxAgE-0006JP-4N for emacs-devel@gnu.org; Sun, 02 Jul 2006 18:44:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FxASt-0001Lh-Mz; Sun, 02 Jul 2006 18:30:55 -0400 Original-To: Alan Mackenzie In-reply-to: <20060702133304.GA4008@muc.de> (message from Alan Mackenzie on Sun, 2 Jul 2006 14:33:04 +0100) 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:56392 Archived-At: > Starting immediately, please do NOT install calls to eval-after-load > in Emacs without asking for my specific approval. I would beg you not to be so dogmatic. This rule is the only way to get control over the situation. For example, in cc-defs.el, we have: ;; Make edebug understand the macros. (eval-after-load "edebug" '(progn (def-edebug-spec cc-eval-when-compile t) (def-edebug-spec c-point t) Isn't there now a defun feature for doing this?