Duncan Greatwood writes: > Michael - Hi Duncan, > Prompted by your question, I downloaded Tramp 2.5.0.1 from GNU ELPA > and copied those .el files over the tramp files in .../lisp/net, > applied the patch in tramp-integration.el and recompiled the macos > application. I have the patched compile.el included as well, just to > be clear. I seriously recommend to use Emacs' package manager for installation, and NOT to overwrite files in Emacs' installation dir. Experience tells, that this is always good for trouble in the long run. > I checked in run time, tramp-compile-advice-add and > compilation-start-hook are defined as we'd wish. > > Unfortunately, I see no change in behaviour. If I click on a syntax > error message while compiling test.cpp in the autotools project via > tramp, the compile hangs until I ctrl-g out. > > Not sure why the difference vs. your setup, sorry. Strange. I've reworked the Tramp patch a little bit. Function names have changed, and more important, it has traces now. Could you please apply this patch instead of the previous patch in tramp-integration.el? Rerun your test with tramp-verbose set to 6, and send the Tramp debug buffer if it still doesn't work as expected. > Best regards, > Duncan. Best regards, Michael.