From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#4446: remove ###autoload from ediff-hook.el Date: Wed, 23 Sep 2009 23:28:20 -0400 Message-ID: References: <200909161118.n8GBIPDV012011@godzilla.ics.uci.edu> <82iqfi2gb0.fsf@fencepost.gnu.org> <200909171811.n8HIB7Wi026045@godzilla.ics.uci.edu> Reply-To: Glenn Morris , 4446@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253764080 22422 80.91.229.12 (24 Sep 2009 03:48:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2009 03:48:00 +0000 (UTC) Cc: Dan Nicolaescu , 4446@emacsbugs.donarmstrong.com To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 24 05:47:53 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MqfJA-0008GF-NV for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Sep 2009 05:47:53 +0200 Original-Received: from localhost ([127.0.0.1]:33743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqfJA-0003rk-8c for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Sep 2009 23:47:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqfIY-0003eM-Vt for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2009 23:47:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqfIT-0003d0-3B for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2009 23:47:14 -0400 Original-Received: from [199.232.76.173] (port=38430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqfIS-0003cq-RD for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2009 23:47:08 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:51255) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MqfIS-0002WE-7z for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2009 23:47:08 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8O3l3Zc024493; Wed, 23 Sep 2009 20:47:04 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id n8O3Z6p4022581; Wed, 23 Sep 2009 20:35:06 -0700 Resent-Date: Wed, 23 Sep 2009 20:35:06 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Thu, 24 Sep 2009 03:35:05 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 4446 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 4446-submit@emacsbugs.donarmstrong.com id=B4446.125376290221639 (code B ref 4446); Thu, 24 Sep 2009 03:35:05 +0000 Original-Received: (at 4446) by emacsbugs.donarmstrong.com; 24 Sep 2009 03:28:22 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8O3SL53021636 for <4446@emacsbugs.donarmstrong.com>; Wed, 23 Sep 2009 20:28:22 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mqf0G-0000rR-4w; Wed, 23 Sep 2009 23:28:20 -0400 X-Spook: PET cryptanalysis advisors Axis of Evil eternity server X-Ran: l9lXr|a8`D.46#{q.k05O;ZpHi@U#?qg List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:31431 Archived-At: Stefan Monnier wrote: > That's why those cookies should be skipped for preloaded files. Any ideas on how to achieve this? The list of preloaded files is not readily obtainable until after emacs has been dumped, and dumping requires loaddefs.el, so it's kind of circular. I can only think of something cheesy, like evaling loadup.el with `load' temporarily redefined.