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: Flymake and tramp Date: Thu, 7 May 2009 16:49:06 +0200 Message-ID: <20090507144906.GA19830@groll.co.za> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: ger.gmane.org 1241707955 27214 80.91.229.12 (7 May 2009 14:52:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2009 14:52:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 07 16:52:26 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 1M24xK-0001Xg-OL for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2009 16:52:15 +0200 Original-Received: from localhost ([127.0.0.1]:48071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M24xK-00042B-4x for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2009 10:52:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M24uT-0002vk-Sq for help-gnu-emacs@gnu.org; Thu, 07 May 2009 10:49:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M24uP-0002rk-Bz for help-gnu-emacs@gnu.org; Thu, 07 May 2009 10:49:17 -0400 Original-Received: from [199.232.76.173] (port=57299 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M24uP-0002rU-5M for help-gnu-emacs@gnu.org; Thu, 07 May 2009 10:49:13 -0400 Original-Received: from mail.groll.co.za ([67.18.176.185]:49078) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M24uO-0003sZ-In for help-gnu-emacs@gnu.org; Thu, 07 May 2009 10:49:12 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id E7DFB757B6; Thu, 7 May 2009 16:49:06 +0200 (SAST) Content-Disposition: inline User-Agent: Mutt/1.5.18 (Linux mail 2.6.18.8-linode16 i686) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:64228 Archived-At: 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 ("buffername.rb" in the above will be the name of the file I'm opening) I assume I need to supply tramp with hints as to where to find ruby? Or flymake.el? But, the message implies a configuration error, is there a tramp log perhaps that will show the error? Customizing flymake-log-level to 3 results in the following in *Messages* which doesn't say all that much more: switched OFF Flymake mode for buffer blogg.rb due to fatal status CFGERR, warning Configuration error has occured while running (ruby -c blogg_flymake.rb) I wonder too why it appends _flymake to the filename, such a file does not exist! If I ssh into the same host and open the same buffer in emacs -nw, flymake works fine and stays on. Regards, Jonathan Groll.