From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anakreon Newsgroups: gmane.emacs.help Subject: Re: Calling `compile` command on a remote host Date: Tue, 06 Sep 2005 16:51:16 +0300 Message-ID: References: <87ek83tf7r.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126017577 20405 80.91.229.2 (6 Sep 2005 14:39:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2005 14:39:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 06 16:39:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECea0-00077z-7y for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2005 16:37:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECeeU-0006GB-TA for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Sep 2005 10:42:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECeP4-0000qY-Dj for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:26:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECeOo-0000mD-S3 for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:26:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECeOo-0000YV-MQ for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:26:10 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1ECe9l-0004BB-Vh for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 10:10:38 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ECe31-0005DO-1P for help-gnu-emacs@gnu.org; Tue, 06 Sep 2005 16:03:39 +0200 Original-Received: from mathind.csd.auth.gr ([155.207.128.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Sep 2005 16:03:38 +0200 Original-Received: from anakreonmejdi by mathind.csd.auth.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Sep 2005 16:03:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: mathind.csd.auth.gr User-Agent: Debian Thunderbird 1.0.2 (X11/20050602) X-Accept-Language: en-us, en In-Reply-To: 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:29252 Archived-At: Anakreon wrote: >> Which Tramp version do you use? More recent ones provide (limited) >> compilation support for remote files in the package tramp-util.el. You >> can apply `tramp-compile' on such files. And if the minor tramp-mode >> is enabled, this command is already bound to >> . >> >> See also >> >> Best regards, Michael. > > It works. Thanks allot. The version of tramp is 2.0.49 I noticed three minor problems with tramp-compile 1:In the *Compilation window the date when the compilation is over is not printed.This is useful so I can now that the compilation is over. 2:The *Compilation window is made the current window.I see no point into this and also I have to manually switch the current window after compilation is over. 3:The standard compile command displays the errors with syntax highlighting.This helps to spot the offending lines quickly.The tramp-compile does not do this Is the tramp package maintained and developed so I can hope to see those issues resolved? Anakreon