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: bootstrap not regenerating some *loaddefs Date: Fri, 20 Jun 2008 12:30:16 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213963257 2808 80.91.229.12 (20 Jun 2008 12:00:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 12:00:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 14:01:41 2008 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 1K9fJ4-00041U-8s for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 14:01:30 +0200 Original-Received: from localhost ([127.0.0.1]:40075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9fIF-0005Ub-Dz for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 08:00:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9fHt-0005JX-Tb for emacs-devel@gnu.org; Fri, 20 Jun 2008 08:00:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9fHs-0005J1-DU for emacs-devel@gnu.org; Fri, 20 Jun 2008 08:00:16 -0400 Original-Received: from [199.232.76.173] (port=43892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9fHs-0005Iv-0f for emacs-devel@gnu.org; Fri, 20 Jun 2008 08:00:16 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:47835) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9fHr-0006ET-Gq for emacs-devel@gnu.org; Fri, 20 Jun 2008 08:00:15 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.173]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9dso-0000qh-SQ for emacs-devel@gnu.org; Fri, 20 Jun 2008 06:30:19 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so1149514ugc.48 for ; Fri, 20 Jun 2008 03:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+hO2Q0kI2OPgMoo+ECOP69jpOGOCL6wXwiHIzZ+xQpM=; b=FGnSYoM9QYiyB6CLXAyqrxhahSqbxpoJDvMcL/Vc8h7nipze2QfaFHh/wrzncQLuFY SHLjTXAHKkiGJF/jT+hs2P9hmmWMwS2t04W5hF6UspXfpETWlaao50vEIhkhmk9LV5u0 J2fjDX4PKe4k4tE82jitBn9LhAChFF/tNySNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=OK+uGk7uV92VvvJFfkOdKR2AgO6DaP3HK13deUY+h9KBH5dtfagiRaua8ekG9K5t1G cSO7+py15ZTEllpzMhCVbVsSKIDr+0bzec+MWuNLxNm5+dO1SIn2PTt+og7SN5ejyUx6 WBxhBmBuFZTfWDNLwHLF0A7YyPcL1yF1zTCZY= Original-Received: by 10.210.34.5 with SMTP id h5mr2879820ebh.84.1213957816966; Fri, 20 Jun 2008 03:30:16 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Fri, 20 Jun 2008 03:30:16 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99522 Archived-At: On Fri, Jun 20, 2008 at 11:50, Eli Zaretskii wrote: > I don't see why the former should crash, so it would be good to see a > log. I'll try to get a log next week, though I'm dragging my feet at the idea of willingly inflicting a crash upon my Windows XP... Juanma