From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: about the byte-opt.el patch Date: Thu, 05 Jul 2007 22:46:46 +0200 Message-ID: <873b02tw7d.fsf@ambire.localdomain> References: <87hcoilt68.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183668441 5313 80.91.229.12 (5 Jul 2007 20:47:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2007 20:47:21 +0000 (UTC) Cc: Feng Li , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 05 22:47:19 2007 connect(): Connection refused 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 1I6YEM-0003zi-2I for ged-emacs-devel@m.gmane.org; Thu, 05 Jul 2007 22:47:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6YEL-0003Ou-Go for ged-emacs-devel@m.gmane.org; Thu, 05 Jul 2007 16:47:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6YEG-0003MJ-NO for emacs-devel@gnu.org; Thu, 05 Jul 2007 16:47:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6YEE-0003Im-1G for emacs-devel@gnu.org; Thu, 05 Jul 2007 16:47:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6YED-0003Id-U7 for emacs-devel@gnu.org; Thu, 05 Jul 2007 16:47:05 -0400 Original-Received: from smtp-out4.libero.it ([212.52.84.46]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I6YED-0007Sz-7e for emacs-devel@gnu.org; Thu, 05 Jul 2007 16:47:05 -0400 Original-Received: from localhost (172.31.0.50) by smtp-out4.libero.it (7.3.120) id 4688F3500072A88B for emacs-devel@gnu.org; Thu, 5 Jul 2007 22:47:04 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out2.libero.it ([172.31.0.38]) by localhost (asav-out9.libero.it [192.168.32.37]) (amavisd-new, port 10024) with ESMTP id EF5fjyXKVwpE for ; Thu, 5 Jul 2007 22:47:04 +0200 (CEST) Original-Received: from MailRelay10.libero.it (192.168.32.119) by smtp-out2.libero.it (7.3.120) id 4611FD3806D63C8D for emacs-devel@gnu.org; Thu, 5 Jul 2007 22:47:04 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FAKL1jEaXFSDt/2dsb2JhbACBTA Original-Received: from ppp-237-32.21-151.libero.it (HELO ambire.localdomain) ([151.21.32.237]) by outrelay-b10.libero.it with ESMTP; 05 Jul 2007 22:47:03 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1I6YDv-00054o-2o; Thu, 05 Jul 2007 22:46:47 +0200 In-Reply-To: (Stefan Monnier's message of "Thu\, 05 Jul 2007 13\:17\:10 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:74364 Archived-At: () Stefan Monnier () Thu, 05 Jul 2007 13:17:10 -0400 > with env var "CVSREAD" set to "1" and That's the problem. [...] Autoload entries can now be redirected to some other file, so ps-mule.el's autoloads end up in ps-print.el (where they used to be written by hand instead), and similarly for cl-*.el which end up in cl-loaddefs.el. grumble. ok, now w/ the latest Makefile.in (which does chmod +w on those files), i am able to build from "make bootstrap" and: - not reproduce the crash w/ byte-opt.el pre-change - yes reproduce the crash w/ byte-opt.el post-change i have reverted byte-opt.el. to OP: sorry for the noise. please disregard previous requests for additional info (but feel free to share any insights you have on the problem, anyway :-). thi