From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp and rcompile Date: Thu, 31 Jan 2008 11:31:04 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201775564 9895 80.91.229.12 (31 Jan 2008 10:32:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2008 10:32:44 +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 Jan 31 11:33:04 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 1JKWj9-0004d9-Ai for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 11:33:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKWih-0002M9-Vj for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 05:32:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKWga-0001EL-Fw for emacs-devel@gnu.org; Thu, 31 Jan 2008 05:30:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKWgY-0001D8-OB for emacs-devel@gnu.org; Thu, 31 Jan 2008 05:30:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKWgY-0001Cs-BJ for emacs-devel@gnu.org; Thu, 31 Jan 2008 05:30:22 -0500 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JKWgY-0004xT-9F for emacs-devel@gnu.org; Thu, 31 Jan 2008 05:30:22 -0500 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id m0VAUBT3000493; Thu, 31 Jan 2008 11:30:12 +0100 In-Reply-To: (Stefan Monnier's message of "Wed, 30 Jan 2008 15:54:42 -0500") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-detected-kernel: by monty-python.gnu.org: 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:87849 Archived-At: Stefan Monnier writes: > The `rcompile' code calls a Tramp macro via `funcall'. > Obviously, this can't work. This code was introduced by Michael Albinus > back in 2006, so I presume that the macro was > a function back then (or he had had too much fun the previous night). Likely the latter one, I don't remember. But it looks like I've tested only the not byte-compiled version ... > I'm tempted to just throw out most of that code since M-x compile should > work at least as well for that purpose nowadays. I second this. I have had always a bad feeling, using Tramp *internal* functions somewhere else. > Stefan Best regards, Michael.