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: Sporadic differences after a bootstrap Date: Fri, 11 Sep 2009 19:39:15 +0200 Message-ID: References: <83my5124qh.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1252690802 1368 80.91.229.12 (11 Sep 2009 17:40:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2009 17:40:02 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 11 19:39:55 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 1MmA69-0003ZD-BD for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2009 19:39:49 +0200 Original-Received: from localhost ([127.0.0.1]:40438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmA68-00028T-SP for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2009 13:39:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmA64-00028M-BU for emacs-devel@gnu.org; Fri, 11 Sep 2009 13:39:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmA5z-00027k-PM for emacs-devel@gnu.org; Fri, 11 Sep 2009 13:39:44 -0400 Original-Received: from [199.232.76.173] (port=37741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmA5z-00027g-NC for emacs-devel@gnu.org; Fri, 11 Sep 2009 13:39:39 -0400 Original-Received: from mail-bw0-f220.google.com ([209.85.218.220]:38440) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmA5x-0007EY-GR; Fri, 11 Sep 2009 13:39:37 -0400 Original-Received: by bwz20 with SMTP id 20so984218bwz.42 for ; Fri, 11 Sep 2009 10:39:35 -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=VJJydwDL1WPmAnIY/svzDb9n3C0c9j+ELIoiIZGls10=; b=INGLSIUUGeWLOQa/vux183V6v8ha5deaeFrOBlTFD6qb5YPKvBlhwEXHEaus5wpFqS VakQ7BNCKzQvizYRXP/TjmPMWB6d86YsoiWRLuayabNnxJw9YtvjMlOaYq9zAQupdkbW kTP4YTQko8XXYCAPh0q3dEko3AEzv3iZSYvV8= 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=YakQmJvG5Hf2gfZzGQVw/Bt1uAiYFEt4haOwYYM6SoqhXLFvfQNeOOpgofKqRNNNj/ 06xV+8+/fqcaN/I9nuLw6Gi0mqIW7pHaK9PrEdC2bsODbSAAhmvdklNbh4zCBfclNqTK uXELkg23noHq9xj2+DXA6o0P5/ZuMs27W2qTA= Original-Received: by 10.239.130.154 with SMTP id 26mr313912hbj.57.1252690775097; Fri, 11 Sep 2009 10:39:35 -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:115195 Archived-At: On Fri, Sep 11, 2009 at 19:31, Glenn Morris wrote: > If it bothers people, the other way to do this is to have a completely > generated file (eg rmail-loaddefs.el) that is not stored in the > repository at all. Either way is fine by me. That seems a bit cleaner to me, but it is not really that important. Juanma