help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flymake and tramp


From: Jonathan Groll
Subject: Re: Flymake and tramp
Date: Tue, 9 Jun 2009 16:16:10 +0200
User-agent: Mutt/1.5.18 (Linux mail 2.6.28-xen3-U-64 x86_64)

On Sun, Jun 07, 2009 at 06:37:24PM +0200, Michael Albinus wrote:
Jonathan Groll <lists@groll.co.za> writes:

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

In `flymake-start-syntax-check-process' of flymake.el, `start-process'
is called. This does not work on remote hosts. Instead of,
`start-file-process' shall be used.

It works! Do I need to open a bug report to have this permanently
fixed, or do you perhaps have commit rights to fix this one?

Many thanks,
Jonathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]