From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: Re: Flymake and tramp Date: Fri, 29 May 2009 09:59:35 +0200 Message-ID: <20090529075935.GB24974@groll.co.za> References: <20090507144906.GA19830@groll.co.za> <20090507153539.GA22035@groll.co.za> <87y6sjwsvu.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: ger.gmane.org 1243586348 4591 80.91.229.12 (29 May 2009 08:39:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2009 08:39:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 29 10:39:05 2009 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 1M9xcE-0007RA-LB for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 10:39:02 +0200 Original-Received: from localhost ([127.0.0.1]:37727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9xcD-0007pm-N3 for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 04:39:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9xbb-0007W2-JV for help-gnu-emacs@gnu.org; Fri, 29 May 2009 04:38:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9xbW-0007QO-QC for help-gnu-emacs@gnu.org; Fri, 29 May 2009 04:38:22 -0400 Original-Received: from [199.232.76.173] (port=48663 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9xbW-0007QA-19 for help-gnu-emacs@gnu.org; Fri, 29 May 2009 04:38:18 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:51264) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9xbV-0000dh-0H for help-gnu-emacs@gnu.org; Fri, 29 May 2009 04:38:17 -0400 Original-Received: from [166.84.7.40] (helo=mail.groll.co.za) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9xbT-0007dD-Ba for help-gnu-emacs@gnu.org; Fri, 29 May 2009 04:38:15 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id 33B495F1A8; Fri, 29 May 2009 09:59:35 +0200 (SAST) Content-Disposition: inline In-Reply-To: <87y6sjwsvu.fsf@gmx.de> User-Agent: Mutt/1.5.18 (Linux mail 2.6.28-xen3-U-64 x86_64) X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 1) X-Greylist: delayed 2320 seconds by postgrey-1.27 at nadesico; Fri, 29 May 2009 04:38:14 EDT X-detected-operating-system: by monty-python.gnu.org: GNU/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:64809 Archived-At: On Tue, May 26, 2009 at 09:45:09PM +0200, Michael Albinus wrote: >Jonathan Groll writes: > >>> When I open a ruby buffer using tramp's ssh method I get a popup >>> stating: >>> >>> Flymake: Configuration error has occured while running (ruby -c >>> buffername_flymake.rb). Flymake will be switched OFF >> >> A temp-inplace file is created by flymake, reading the above it seems >> that this is a path issue, or is that wrong? I tried adding >> /var/www/blog to $PATH in ~/.shrc and ~/.bashrc on the remote host, >> and also customized "Tramp Remote Path" but none of those worked >> yet... > >Which Emacs and Tramp versions are you using? GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.16.0) of 2009-04-05 on palmer, modified by Debian 2.1.15 Regards, Jonathan