From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r108352: Add missing autload pieces needed for rmail-spool-directory's delayed init Date: Thu, 24 May 2012 12:30:03 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1337877019 13610 80.91.229.3 (24 May 2012 16:30:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 May 2012 16:30:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 24 18:30:18 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SXavY-0005Zq-3H for ged-emacs-devel@m.gmane.org; Thu, 24 May 2012 18:30:16 +0200 Original-Received: from localhost ([::1]:47587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXavX-0003zi-Nl for ged-emacs-devel@m.gmane.org; Thu, 24 May 2012 12:30:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXavS-0003yj-Cx for emacs-devel@gnu.org; Thu, 24 May 2012 12:30:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXavN-00038m-Eu for emacs-devel@gnu.org; Thu, 24 May 2012 12:30:09 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXavN-00038C-Ca for emacs-devel@gnu.org; Thu, 24 May 2012 12:30:05 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SXavL-00085j-TK; Thu, 24 May 2012 12:30:04 -0400 X-Spook: ARPA Arnett satellite imagery Lon Horiuchi militia AMW X-Ran: a*-.7Q.D*;KhqE]j3q;@,LF%@Mf7QTjO5=A#Og?E,K)K>h?(Y$#HUHzT_ybBD+D7VwA,Pj X-Hue: cyan X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Thu, 24 May 2012 08:55:17 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150635 Archived-At: Stefan Monnier wrote: >> +;;;###autoload(custom-initialize-delay 'rmail-spool-directory nil) > > Why this instead of the more customary ":initialize > 'custom-initialize-delay"? I guess it's linked to the fact that > rmail.el is not preloaded, but a comment explaining the exact reason > would be welcome, I don't remember the exact reason right now, but see eg send-mail-function in Emacs 23. Somehow (maybe me...) has helpfully added this to the doc of custom-initialize-delay before now, so I was just doing what it says.