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: cl-byte-compile-compiler-macro Date: Tue, 28 Mar 2006 01:39:36 -0500 Message-ID: References: <1t3bh8soqw.fsf@fencepost.gnu.org> <2wacbf6xt1.fsf@fencepost.gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143527999 19496 80.91.229.2 (28 Mar 2006 06:39:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 06:39:59 +0000 (UTC) Cc: tramp-devel@gnu.org, storm@cua.dk, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 08:39:57 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FO7ru-0006so-VO for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 08:39:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO7ru-00040z-HS for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 01:39:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FO7ri-00040I-NW for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:39:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FO7rh-000406-9R for emacs-devel@gnu.org; Tue, 28 Mar 2006 01:39:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO7rh-000403-6M; Tue, 28 Mar 2006 01:39:41 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FO7tM-0003mv-Kg; Tue, 28 Mar 2006 01:41:24 -0500 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FO7rd-0004Lv-LC; Tue, 28 Mar 2006 01:39:37 -0500 Original-To: Andreas Schwab X-Spook: credit card Project Monarch Marxist Rule Psix domestic X-Ran: i&~[1A5a]~;>>(c{x+'fs85@cW7YD7^.=^iM~}0\|Jz, rms@gnu.org, tramp-devel@gnu.org, emacs-devel@gnu.org, storm@cua.dk In-Reply-To: (Andreas Schwab's message of "Sat, 25 Mar 2006 15:20:10 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:52147 Archived-At: Andreas Schwab wrote: > I think the problem is that (defstruct tramp-file-name) needs to be moved > before its first use (in with-parsed-tramp-file-name). > > Can you still reproduce it when you apply this patch? I'm afraid that yes, I can (ie the patch seems to have no effect).