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: how to compile on remote machine Date: Tue, 01 Jul 2008 20:44:17 +0200 Message-ID: <87hcb9v3zy.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214937896 12690 80.91.229.12 (1 Jul 2008 18:44:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2008 18:44:56 +0000 (UTC) Cc: emacs mailing list To: Michal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 01 20:45:42 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KDkrB-0002ez-LJ for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jul 2008 20:45:38 +0200 Original-Received: from localhost ([127.0.0.1]:40149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDkqL-0007qc-5U for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jul 2008 14:44:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDkq1-0007pN-SI for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 14:44:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDkpz-0007oC-D2 for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 14:44:24 -0400 Original-Received: from [199.232.76.173] (port=54546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDkpz-0007o3-6x for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 14:44:23 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:34087) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KDkpz-0007da-5y for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 14:44:23 -0400 Original-Received: (qmail invoked by alias); 01 Jul 2008 18:44:20 -0000 Original-Received: from p57A2107D.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.16.125] by mail.gmx.net (mp016) with SMTP; 01 Jul 2008 20:44:20 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+YQZh+sxGYHWN5/iwA0KdSaFW4tnf0KhTIbMoyyW UEH5AwPb8tWT/j In-Reply-To: (Michal's message of "Tue, 01 Jul 2008 15:24:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:55180 Archived-At: Michal writes: > hallo Group Members Hi, > I first thought of using tramp for this, but my tramp 2.1.12 does not > have tramp-compile function which is mentioned in tramp manual. > How to do this then?: The manual text you quote is from Tramp 2.0. Tramp 2.1 doesn't need `tramp-compile' anymore; it shall work with `compile' and friends, if your current buffer is related to a remote directory. > regards, > Michal Best regards, Michael.