Gilles Pion <[EMAIL PROTECTED]> writes:

> To be more precise, the emacs grep command over a tramp buffer doesn't
> activate a process on the remote host but on the local host instead. It is
> the same with the "compile" command
>
> It used to with previous tramp version. (could be a side-effect on my
> configuration/environment, not sure...)

Unfortunately, an error has been introduced when I've prepared
tramp-compat.el. Please try the appended patch; it shall fix it.

> Gilles

Sorry for the inconvenience, and best regards, Michael.

*** /home/albinus/src/tramp/lisp/tramp-util.el.~2.52.~	2007-10-03 10:40:18.000000000 +0200
--- /home/albinus/src/tramp/lisp/tramp-util.el	2007-10-14 19:51:39.000000000 +0200
***************
*** 63,69 ****
  
  ;; If `start-file-process' isn't defined, it gets an alias in tramp-compat.el.
  (when (eq (symbol-function 'start-file-process)
! 	  (symbol-function 'tramp-handle-start-file-process))
    (defadvice executable-find
      (around tramp-advice-executable-find activate)
      "Invoke `tramp-handle-executable-find' for Tramp files."
--- 63,69 ----
  
  ;; If `start-file-process' isn't defined, it gets an alias in tramp-compat.el.
  (when (eq (symbol-function 'start-file-process)
! 	  'tramp-handle-start-file-process)
    (defadvice executable-find
      (around tramp-advice-executable-find activate)
      "Invoke `tramp-handle-executable-find' for Tramp files."
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to