From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Calling `compile` command on a remote host Date: Tue, 06 Sep 2005 18:23:55 +0200 Message-ID: References: <87ek83tf7r.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126025571 16194 80.91.229.2 (6 Sep 2005 16:52:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2005 16:52:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 06 18:52:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECggP-0001Dn-Cp for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2005 18:52:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECgku-00026m-AV for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2005 12:57:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECghx-00013O-0c for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 12:54:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECghv-00012i-97 for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 12:54:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECggi-0000Pn-CL for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 12:52:48 -0400 Original-Received: from [194.113.59.96] (helo=mailrelay2.alcatel.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECgIn-0008E5-1E for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 12:28:05 -0400 Original-Received: from slbwba.alcatel.de (slbwba.bln.sel.alcatel.de [149.204.93.70]) by mailrelay2.alcatel.de (8.12.10/8.12.10/ICT TSC MAIL 2005) with ESMTP id j86GNtVa011707; Tue, 6 Sep 2005 18:23:55 +0200 Original-To: Anakreon In-Reply-To: (anakreonmejdi@yahoo.gr's message of "Tue, 06 Sep 2005 16:51:16 +0300") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.73 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29256 Archived-At: Anakreon writes: > I noticed three minor problems with tramp-compile [...] > Is the tramp package maintained and developed so I can hope to see those issues > resolved? As I wrote in my first message, Tramp provides _limited_ compilation support for remote files. It cannot emulate everything what is offered by compile.el. Instead of, it is intended to improve Emacs' process communication in order to let packages like compile.el run out of the box for remote files. This is under discussion; the discussion is postponed until Emacs 22 is released. And yes, Tramp is maintained (I'm one of the maintainers). This feature is on the todo list with high priority - at least for me :-) > Anakreon Best regards, Michael.