From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: after-load-hook Date: Sat, 12 Sep 2009 13:19:11 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1252754465 7463 80.91.229.12 (12 Sep 2009 11:21:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 11:21:05 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 12 13:20:58 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MmQf1-0004EJ-2Z for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 13:20:55 +0200 Original-Received: from localhost ([127.0.0.1]:48048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmQez-00074w-Eu for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 07:20:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmQdo-0006YU-S5 for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:19:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmQdj-0006Ti-Ty for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:19:40 -0400 Original-Received: from [199.232.76.173] (port=43520 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmQdh-0006TU-Ia for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:19:34 -0400 Original-Received: from mail-fx0-f226.google.com ([209.85.220.226]:42495) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmQdh-0004cn-7h for emacs-devel@gnu.org; Sat, 12 Sep 2009 07:19:33 -0400 Original-Received: by fxm26 with SMTP id 26so1324279fxm.42 for ; Sat, 12 Sep 2009 04:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=b/+07jxdCjKbo7Y760tctYDRvbiavgOhyespG9Mo9PE=; b=YVDMJ2ohA/BJDQnWnKzbglOYg27rBb/yAGq8lIst4HO0/yW6Wdi1MYvbSzJeVHpmHu mht9y3k+s3iKjnsRLU5liHO/Y4nzIRtVE53it9LJ7Aj1B5X/DbHKYBkZpuNygCFnJUlJ 6rnE4PUNxYUku888CHwFdPPwzx9fmIizgewek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=HnAb1shCO9tceiHrSBQY7xGz/4YU8xKFty1fnwUhPrwf8ctm1G684qmkObt8h+NUEB P0d9jP21MKBM59seChIBZq9e1GaD/PXjaaDd6ytb379ohVglrucUEa4w6KqxWVmMrFMQ 6jtpDSedwg6GKysTMcRC9Fl2s4mC2YLzWf8Ng= Original-Received: by 10.239.170.18 with SMTP id q18mr405436hbe.50.1252754371066; Sat, 12 Sep 2009 04:19:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:115221 Archived-At: On Sat, Sep 12, 2009 at 06:16, Stefan Monnier wrote: > Funny, I just wrote the following patch earlier today. Yours is better; forget my patch. Juanma